Skip to content

Commit 3d6fda1

Browse files
Update 2.0.0_create_table_t3.sql
1 parent 7063768 commit 3d6fda1

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 t3 (
22
id SERIAL PRIMARY KEY,
3-
name TEXT
3+
name TEXT NOT NULL DEFAULT ''
44
);

0 commit comments

Comments
 (0)