We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47d37af + df4e4d2 commit cafeb79Copy full SHA for cafeb79
migrations/0.0.1_create_table_t1.sql
@@ -0,0 +1,4 @@
1
+CREATE TABLE t1 (
2
+ id SERIAL PRIMARY KEY,
3
+ username VARCHAR(50)
4
+)
0 commit comments