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
e83466b117
commit
787c333bca
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
mallinkAdmin/src/main/resources/db/migration/V201905251112__ADD_INDEX_FOR_MALL_USER.sql
+ 2
- 0
mallinkAdmin/src/main/resources/db/migration/V201905251112__ADD_INDEX_FOR_MALL_USER.sql
View File
@@ -0,0 +1,2 @@
ALTER TABLE `mall_user_info`
ADD INDEX `index_name` (`name` ASC) VISIBLE;
Write
Preview
Loading…
Cancel
Save