This website works better with JavaScript.
Home
Explore
Help
Sign In
server
/
formallProject
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[系统用户][修改]:系统用户添加索引
release_toaliyun_real
Stormeye Wu
7 years ago
parent
9bf4904976
commit
e90cf9a01c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mallinkAdmin/src/main/resources/db/migration/V201905251112__ADD_INDEX_FOR_MALL_USER.sql
+ 1
- 1
mallinkAdmin/src/main/resources/db/migration/V201905251112__ADD_INDEX_FOR_MALL_USER.sql
View File
@@ -1,2 +1,2 @@
ALTER TABLE `mall_user_info`
ADD INDEX `index_name` (`name` ASC)
VISIBLE
;
ADD INDEX `index_name` (`name` ASC);
Write
Preview
Loading…
Cancel
Save