Skip to content

Commit fd8bc87

Browse files
Fix syntax for CREATE TABLE statement
1 parent db958b3 commit fd8bc87

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,3 +1,3 @@
1-
CREATE TABLE IUYbjk {
1+
CREATE TABLE IUYbjk (
22
iD serial PRIMARY KEY
3-
}
3+
)

0 commit comments

Comments
 (0)