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 26b16d5 + 2a6052c commit 9372bdaCopy full SHA for 9372bda
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 DEFAULT ''
4
+);
0 commit comments