liquibase.harness.change.expectedSql.sqlite.dropView.sql Maven / Gradle / Ivy
CREATE VIEW test_view AS select id, first_name, last_name, email from authors
DROP VIEW test_view
© 2015 - 2024 Weber Informatics LLC | Privacy Policy
CREATE VIEW test_view AS select id, first_name, last_name, email from authors
DROP VIEW test_view