
liquibase.harness.change.expectedSql.postgresql.dropAllForeignKeyConstraints.sql Maven / Gradle / Ivy
The newest version!
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 - 2025 Weber Informatics LLC | Privacy Policy