Skip to content

Commit b6e76a9

Browse files
Merge pull request #73 from adela-bytebase/adela-bytebase-patch-69
add t2
2 parents 469c042 + fe609d3 commit b6e76a9

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"."t1" (
2+
"id" serial PRIMARY KEY,
3+
"username" text NOT NULL
4+
)

0 commit comments

Comments
 (0)