We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 377ba42 commit ecba8b3Copy full SHA for ecba8b3
schema/schema.sql
@@ -1,6 +1,6 @@
1
COMMENT ON SCHEMA "public" IS 'standard public schema';
2
3
-CREATE TABLE "fakeTable" (
+CREATE TABLE "public"."fakeTable" (
4
"idd" serial,
5
"name" VARCHAR(16)
6
);
0 commit comments