We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 469c042 commit 2b84de8Copy full SHA for 2b84de8
1 file changed
migrations-semver/1.0.2_create_t2.sql
@@ -0,0 +1,4 @@
1
+CREATE TABLE "public"."t1" (
2
+ "id" serial PRIMARY KEY,
3
+ "username" text
4
+)
0 commit comments