All Downloads are FREE. Search and download functionalities are using the official Maven repository.

liquibase.harness.generateChangelog.expectedSql.cockroachdb.createIndex.sql Maven / Gradle / Ivy

The newest version!
CREATE TABLE "test_table" ("id" BIGINT, "rowid" BIGINT DEFAULT unique_rowid() NOT NULL, CONSTRAINT "test_table_pkey" PRIMARY KEY ("rowid"));

CREATE INDEX "idx_first_name" ON "test_table"("id");




© 2015 - 2025 Weber Informatics LLC | Privacy Policy