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

liquibase.harness.change.expectedSql.percona-xtradb-cluster.dropForeignKey.sql Maven / Gradle / Ivy

There is a newer version: 1.0.10
Show newest version
ALTER TABLE lbcat.posts ADD CONSTRAINT fk_posts_authors_test FOREIGN KEY (author_id) REFERENCES lbcat.authors (id) ON UPDATE RESTRICT ON DELETE CASCADE
ALTER TABLE lbcat.posts DROP FOREIGN KEY fk_posts_authors_test




© 2015 - 2024 Weber Informatics LLC | Privacy Policy