We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 473127f commit a08dd32Copy full SHA for a08dd32
migrations/1.0.0_create_table_t1_ddl.sql
@@ -0,0 +1,4 @@
1
+CREATE TABLE t1 (
2
+ id SERIAL PRIMARY KEY,
3
+ name TEXT
4
+);
0 commit comments