We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cab4e2c + 25ae57b commit 7161b04Copy full SHA for 7161b04
migrations-semver/1.0.1_create_table_t1.sql
@@ -0,0 +1,4 @@
1
+CREATE TABLE "public"."t1" (
2
+ "id" serial PRIMARY KEY,
3
+ "username" text NOT NULL DEFAULT ''
4
+);
0 commit comments