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

liquibase.harness.compatibility.advanced.expectedSql.diffChangelog.mariadb.addCheckConstraint.sql Maven / Gradle / Ivy

The newest version!
ALTER TABLE test_table_xml ADD CONSTRAINT test_check_constraint CHECK (`test_column` > 0)
ALTER TABLE test_table_xml DROP CONSTRAINT secondary_check_constraint




© 2015 - 2025 Weber Informatics LLC | Privacy Policy