
org.bonitasoft.engine.persistence.db.postgres-createTables.sql Maven / Gradle / Ivy
CREATE TABLE sequence (
tenantid INT8 NOT NULL,
id INT8 NOT NULL,
nextid INT8 NOT NULL,
PRIMARY KEY (tenantid, id)
);
© 2015 - 2025 Weber Informatics LLC | Privacy Policy