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