We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3893e4 + 3c190a3 commit b16b147Copy full SHA for b16b147
migrations/1.0.0_create_t0.sql
@@ -0,0 +1,4 @@
1
+CREATE TABLE t0 (
2
+ id SERIAL PRIMARY KEY,
3
+ username VARCHAR(50) NOT NULL DEFAULT ''
4
+);
0 commit comments