mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
61e069ad8a
closes https://github.com/hasura/graphql-engine/issues/7472 PR-URL: https://github.com/hasura/graphql-engine-mono/pull/2442 GitOrigin-RevId: d804d04e0b87fc33c25407ff3991f266b0d6a6aa
13 lines
588 B
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") );
|