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 4fe39f2 + e6d0425 commit b2fc2b7Copy full SHA for b2fc2b7
migrations-semver/1.0.1_create_table_t1.sql
@@ -0,0 +1,4 @@
1
+CREATE TABLE "public"."t1" (
2
+ "id" serial PRIMARY KEY,
3
+ "username" text NOT NULL
4
+);
0 commit comments