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

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

The newest version!
ALTER TABLE public.authors ADD CONSTRAINT test_unique_constraint UNIQUE (email) DEFERRABLE INITIALLY DEFERRED
ALTER TABLE public.authors DROP CONSTRAINT test_unique_constraint




© 2015 - 2025 Weber Informatics LLC | Privacy Policy