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

liquibase.harness.compatibility.advanced.initSql.secondary.createIndex.sql Maven / Gradle / Ivy

The newest version!
CREATE TABLE secondarydb.test_table (id INT NULL, test_column INT NULL);
CREATE INDEX idx_secondary ON secondarydb.test_table(test_column);




© 2015 - 2025 Weber Informatics LLC | Privacy Policy