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 9766231 commit 3e8507aCopy full SHA for 3e8507a
migrations-semver/1.13.0_phone.sql
@@ -1 +1,3 @@
1
-ALTER TABLE IF EXISTS users ADD COLUMN IF NOT EXISTS phone VARCHAR(255) NOT NULL DEFAULT '';
+ALTER TABLE IF EXISTS users ADD COLUMN IF NOT EXISTS phone VARCHAR(255) NOT NULL DEFAULT '';
2
+
3
+INSERT INTO users VALUES (1);
0 commit comments