Skip to content

Commit e7e59da

Browse files
Rename 'id' to 'idddd' in fake_table
1 parent 381c6fa commit e7e59da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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-
"id" serial,
4+
"idddd" serial,
55
"name" text
66
);
77

0 commit comments

Comments
 (0)