We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8abc076 + 0601279 commit 02a0d64Copy full SHA for 02a0d64
migrations/1.0.0_create_table_t1.sql
@@ -0,0 +1,4 @@
1
+CREATE TABLE t1 (
2
+ id SERIAL PRIMARY KEY,
3
+ name TEXT
4
+);
0 commit comments