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

liquibase.harness.generateChangelog.expectedSql.hsqldb.addPrimaryKey.sql Maven / Gradle / Ivy

The newest version!
CREATE TABLE TEST_TABLE (ID INT NOT NULL, CONSTRAINT TEST_PK PRIMARY KEY (ID));




© 2015 - 2025 Weber Informatics LLC | Privacy Policy