Skip to content

Commit e8ddb7b

Browse files
Rename fake_table to fakeTable and update id column
1 parent 3fbc399 commit e8ddb7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schema/schema.sql

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

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

0 commit comments

Comments
 (0)