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

liquibase.harness.change.expectedSql.firebird.dropTable.sql Maven / Gradle / Ivy

The newest version!
CREATE TABLE test_table (test_id INT NOT NULL, test_column VARCHAR(50) NOT NULL, CONSTRAINT PK_TEST_TABLE PRIMARY KEY (test_id))
DROP TABLE test_table




© 2015 - 2025 Weber Informatics LLC | Privacy Policy