Skip to content

Commit 80e4c11

Browse files
Create table t0 with id and username columns
1 parent c4f9e8c commit 80e4c11

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
CREATE TABLE "public"."t0" (
2+
"id" serial PRIMARY KEY,
3+
"username" text
4+
)

0 commit comments

Comments
 (0)