liquibase.harness.change.expectedSql.postgresql.dropAllForeignKeysMixedCaseTablesWithProKey.sql Maven / Gradle / Ivy
CREATE TABLE public."MixedCase1" (id INTEGER NOT NULL, CONSTRAINT "MixedCase1_pkey" PRIMARY KEY (id))
CREATE TABLE public."MixedCase2" (id INTEGER, ref_id INTEGER, CONSTRAINT fk_mixed FOREIGN KEY (ref_id) REFERENCES public."MixedCase1"(id))
© 2015 - 2024 Weber Informatics LLC | Privacy Policy