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

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

The newest version!
CREATE TABLE test_table (id INT NOT NULL, PRIMARY KEY (id) CONSTRAINT test_pk);




© 2015 - 2025 Weber Informatics LLC | Privacy Policy