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