
liquibase.harness.generateChangelog.expectedSql.edb-postgres.addPrimaryKey.sql Maven / Gradle / Ivy
The newest version!
CREATE TABLE "test_table" ("id" INTEGER NOT NULL, CONSTRAINT "test_pk" PRIMARY KEY ("id"));
© 2015 - 2025 Weber Informatics LLC | Privacy Policy