Skip to content

Commit 754935f

Browse files
Rename fakeTable to fake_table and change name type
1 parent 83ce6d3 commit 754935f

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,8 +1,8 @@
11
COMMENT ON SCHEMA "public" IS 'standard public schema';
22

3-
CREATE TABLE "public"."fakeTable" (
3+
CREATE TABLE "public"."fake_table" (
44
"idd" serial,
5-
"name" VARCHAR(16)
5+
"name" text
66
);
77

88
CREATE TABLE "public"."audit" (

0 commit comments

Comments
 (0)