
liquibase.harness.change.expectedSql.db2-luw.dropForeignKey.sql Maven / Gradle / Ivy
The newest version!
ALTER TABLE "DB2INST1".posts ADD CONSTRAINT fk_posts_authors_test FOREIGN KEY (author_id) REFERENCES "DB2INST1".authors (id) ON DELETE CASCADE
ALTER TABLE "DB2INST1".posts DROP CONSTRAINT fk_posts_authors_test
© 2015 - 2025 Weber Informatics LLC | Privacy Policy