Skip to content

Commit ecba8b3

Browse files
Update schema.sql
1 parent 377ba42 commit ecba8b3

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 "fakeTable" (
3+
CREATE TABLE "public"."fakeTable" (
44
"idd" serial,
55
"name" VARCHAR(16)
66
);

0 commit comments

Comments
 (0)