Skip to content

Commit 3e8507a

Browse files
committed
chore: test sql review
1 parent 9766231 commit 3e8507a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

migrations-semver/1.13.0_phone.sql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
ALTER TABLE IF EXISTS users ADD COLUMN IF NOT EXISTS phone VARCHAR(255) NOT NULL DEFAULT '';
1+
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

Comments
 (0)