Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
tingweiwang
/
ksy-project-docking
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 79ae809c
authored
Sep 02, 2020
by
tingweiwang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete 20190425.sql
1 parent
e8515e2a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
sql/user-center-backend-sql/20190425.sql
sql/user-center-backend-sql/20190425.sql
deleted
100644 → 0
View file @
e8515e2
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
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment