liquibase.harness.change.expectedSql.oracle.dropCheckConstraint.sql Maven / Gradle / Ivy
ALTER TABLE "C##LIQUIBASE".posts ADD CONSTRAINT test_check_constraint CHECK (id > 0)
ALTER TABLE "C##LIQUIBASE".posts DROP CONSTRAINT test_check_constraint
© 2015 - 2024 Weber Informatics LLC | Privacy Policy