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 33c7424 commit 3fbc399Copy full SHA for 3fbc399
schema/schema.sql
@@ -1,6 +1,6 @@
1
COMMENT ON SCHEMA "public" IS 'standard public schema';
2
3
-CREATE TABLE fake_table (
+CREATE TABLE "public".fake_table (
4
"idddd" serial,
5
"name" text
6
);
0 commit comments