
liquibase.harness.change.expectedSql.h2.createIndex.sql Maven / Gradle / Ivy
The newest version!
CREATE INDEX PUBLIC.idx_first_name ON PUBLIC.authors(first_name)
CREATE INDEX PUBLIC.idx_last_name ON PUBLIC.authors(last_name)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy