We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16d7b3d commit 36cfc11Copy full SHA for 36cfc11
schema/testschema.sql
@@ -1,8 +1,4 @@
1
-CREATE SCHEMA IF NOT EXISTS "testschema";
2
-
3
-COMMENT ON SCHEMA "testschema" IS 'test schema for testing purposes';
4
5
-CREATE TABLE "testschema"."testtable" (
+CREATE TABLE "public"."testtable" (
6
"id" serial,
7
"name" text NOT NULL,
8
"created_at" timestamptz DEFAULT now(),
0 commit comments