Skip to content

Commit 4614b28

Browse files
Update 1.0.1_create_t2.sql
1 parent 80be540 commit 4614b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrations/1.0.1_create_t2.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
CREATE TABLE t2 (
22
id SERIAL PRIMARY KEY,
3-
name TEXT
3+
name TEXT NOT NULL
44
);

0 commit comments

Comments
 (0)