We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0a2152 + 079f2ef commit 6497519Copy full SHA for 6497519
migrations/1.0.0_create_t1.sql
@@ -0,0 +1,4 @@
1
+CREATE TABLE my_table (
2
+ id SERIAL PRIMARY KEY,
3
+ name TEXT NOT NULL DEFAULT ''
4
+);
0 commit comments