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

liquibase.harness.change.expectedSql.db2-z.dropForeignKey.sql Maven / Gradle / Ivy

The newest version!
ALTER TABLE "IBMUSER".posts ADD CONSTRAINT fk_posts_authors_test FOREIGN KEY (author_id) REFERENCES "IBMUSER".authors (id) ON DELETE CASCADE
ALTER TABLE "IBMUSER".posts DROP CONSTRAINT fk_posts_authors_test




© 2015 - 2025 Weber Informatics LLC | Privacy Policy