liquibase.harness.change.expectedSql.hsqldb.dropAllForeignKeyConstraints.sql Maven / Gradle / Ivy
ALTER TABLE PUBLIC.posts ADD CONSTRAINT fk_posts_authors_test_1 FOREIGN KEY (author_id) REFERENCES PUBLIC.authors (id)
ALTER TABLE PUBLIC.posts ADD CONSTRAINT fk_posts_authors_test_2 FOREIGN KEY (id) REFERENCES PUBLIC.authors (id)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy