We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae04f58 + 3d6fda1 commit a1ff0fcCopy full SHA for a1ff0fc
migrations/2.0.0_create_table_t3.sql
@@ -0,0 +1,4 @@
1
+CREATE TABLE t3 (
2
+ id SERIAL PRIMARY KEY,
3
+ name TEXT NOT NULL DEFAULT ''
4
+);
0 commit comments