Skip to content

Commit 8790558

Browse files
Update 1.0.2_add_nickname.sql
1 parent a486c3a commit 8790558

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,2 +1,2 @@
11
ALTER TABLE public.t1
2-
ADD COLUMN nickname text;
2+
ADD COLUMN nickname text NOT NULL DEFAULT '';

0 commit comments

Comments
 (0)