Skip to content

Commit 220e409

Browse files
Rename column 'idddd' to 'idd' in fake_table
1 parent e7e59da commit 220e409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/schema.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
COMMENT ON SCHEMA "public" IS 'standard public schema';
22

33
CREATE TABLE "public"."fake_table" (
4-
"idddd" serial,
4+
"idd" serial,
55
"name" text
66
);
77

0 commit comments

Comments
 (0)