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

liquibase.harness.change.expectedSql.oracle.enableCheckConstraint.sql Maven / Gradle / Ivy

There is a newer version: 1.0.10
Show newest version
ALTER TABLE "C##LIQUIBASE".posts ADD CONSTRAINT test_check_constraint CHECK (id > 0) DISABLE
ALTER TABLE "C##LIQUIBASE".posts ENABLE CONSTRAINT test_check_constraint




© 2015 - 2024 Weber Informatics LLC | Privacy Policy