Skip to content

Commit 33c7424

Browse files
Fix table creation syntax in schema.sql
1 parent 7a6582b commit 33c7424

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

3-
CREATE TABLE "public"."fake_table" (
3+
CREATE TABLE fake_table (
44
"idddd" serial,
55
"name" text
66
);

0 commit comments

Comments
 (0)