We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74372f4 + 1c0dfc1 commit caee44bCopy full SHA for caee44b
migrations/1.0.1_create_t2.sql
@@ -0,0 +1,4 @@
1
+CREATE TABLE t2(
2
+ id INT PRIMARY KEY,
3
+ username TEXT NOT NULL DEFAULT ''
4
+);
0 commit comments