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

liquibase.harness.change.expectedSql.hsqldb.dropUniqueConstraint.sql Maven / Gradle / Ivy

There is a newer version: 1.0.10
Show newest version
ALTER TABLE PUBLIC.authors ADD CONSTRAINT test_unique_constraint UNIQUE (email)
ALTER TABLE PUBLIC.authors DROP CONSTRAINT test_unique_constraint




© 2015 - 2024 Weber Informatics LLC | Privacy Policy