
liquibase.harness.generateChangelog.expectedSql.cockroachdb.addPrimaryKey.sql Maven / Gradle / Ivy
The newest version!
CREATE TABLE "primaryKeyTest" ("test_id" BIGINT NOT NULL, "test_column" VARCHAR(50), CONSTRAINT "primary" PRIMARY KEY ("test_id"));
© 2015 - 2025 Weber Informatics LLC | Privacy Policy