We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02a0d64 + 4614b28 commit 1a3fb1eCopy full SHA for 1a3fb1e
migrations/1.0.1_create_t2.sql
@@ -0,0 +1,4 @@
1
+CREATE TABLE t2 (
2
+ id SERIAL PRIMARY KEY,
3
+ name TEXT NOT NULL
4
+);
0 commit comments