We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9372bda + 5e525de commit ac1b3b5Copy full SHA for ac1b3b5
migrations-semver/1.0.2_create_t2.sql
@@ -0,0 +1,4 @@
1
+CREATE TABLE "public"."t2" (
2
+ "id" serial PRIMARY KEY,
3
+ "username" text NOT NULL DEFAULT ''
4
+);
0 commit comments