Commit 79ae809c by tingweiwang

Delete 20190425.sql

1 parent e8515e2a
Showing with 0 additions and 8 deletions
use `user-center`;
CREATE UNIQUE INDEX user_info_username_uindex ON user_info (username);
ALTER TABLE user_info MODIFY phone varchar(11) NOT NULL;
CREATE UNIQUE INDEX user_info_phone_uindex ON user_info (phone);
ALTER TABLE user_info ADD first_login tinyint NULL;
ALTER TABLE user_info MODIFY phone varchar(255) NOT NULL;
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!