All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bonitasoft.engine.command.db.h2-createTables.sql Maven / Gradle / Ivy

CREATE TABLE command (
  tenantid BIGINT NOT NULL,
  id BIGINT NOT NULL,
  name VARCHAR(50) NOT NULL,
  description LONGVARCHAR,
  IMPLEMENTATION VARCHAR(100) NOT NULL,
  system BOOLEAN,
  UNIQUE (tenantid, name),
  PRIMARY KEY (tenantid, id)
);




© 2015 - 2025 Weber Informatics LLC | Privacy Policy