graphql-engine/cli/commands/testdata/migrate-squash-test/want_from_to.up.sql

13 lines
588 B
SQL

CREATE TABLE "public"."table4"("name" text NOT NULL, "id" serial NOT NULL, PRIMARY KEY ("id") );
CREATE TABLE "public"."table5"("name" text NOT NULL, "id" serial NOT NULL, PRIMARY KEY ("id") );
CREATE TABLE "public"."table6"("name" text NOT NULL, "id" serial NOT NULL, PRIMARY KEY ("id") );
CREATE TABLE "public"."table7"("name" text NOT NULL, "id" serial NOT NULL, PRIMARY KEY ("id") );
CREATE TABLE "public"."table8"("name" text NOT NULL, "id" serial NOT NULL, PRIMARY KEY ("id") );
CREATE TABLE "public"."table9"("name" text NOT NULL, "id" serial NOT NULL, PRIMARY KEY ("id") );