Skip to content

Commit e6d0425

Browse files
Update 1.0.1_create_table_t1.sql
1 parent e07b9e5 commit e6d0425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
CREATE TABLE "public"."t1" (
22
"id" serial PRIMARY KEY,
3-
"username" text
3+
"username" text NOT NULL
44
);

0 commit comments

Comments
 (0)