We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 971ce2f + 367e06d commit 64d7104Copy full SHA for 64d7104
migrations-semver/1.0.2_create_t3.sql
@@ -0,0 +1,4 @@
1
+CREATE TABLE "public"."t3" (
2
+ "id" serial PRIMARY KEY,
3
+ "username" text NOT NULL
4
+);
0 commit comments