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.
1 parent 6447ec1 commit 4022fa9Copy full SHA for 4022fa9
migrations-semver/1.3.5_nickname.sql
@@ -1 +1,3 @@
1
-ALTER TABLE IF EXISTS users ADD COLUMN IF NOT EXISTS nickname VARCHAR(255) NOT NULL DEFAULT '';
+ALTER TABLE IF EXISTS users ADD COLUMN IF NOT EXISTS nickname VARCHAR(255) NOT NULL DEFAULT '';
2
+
3
+INSERT INTO users VALUES (1);
0 commit comments