We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f915c0f + c99d204 commit 409525bCopy full SHA for 409525b
migrations-semver/1.0.1_create_t0.sql
@@ -0,0 +1,4 @@
1
+CREATE TABLE "public"."t0" (
2
+ "id" serial PRIMARY KEY,
3
+ "username" text NOT NULL
4
+)
0 commit comments