liquibase.harness.change.expectedSql.hsqldb.createIndex.sql Maven / Gradle / Ivy
CREATE INDEX PUBLIC.idx_first_name ON PUBLIC.authors(first_name)
CREATE INDEX PUBLIC.idx_last_name ON PUBLIC.authors(last_name)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy