This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
suimang
/
suimangServer
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix
photo
winter
1 year ago
parent
b7425a2189
commit
e597a0ccb9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
suimangAdmin/src/main/resources/db/migration/V2023110300001_personmould.sql
+ 1
- 1
suimangAdmin/src/main/resources/db/migration/V2023110300001_personmould.sql
View File
@@ -19,7 +19,7 @@ ADD COLUMN cost_points_detail varchar(500) COMMENT '消耗金币明细' ;
ALTER TABLE `service_info`
ADD COLUMN mall_user_info int
(11)
COMMENT '登录用户编号' ;
ADD COLUMN mall_user_info
big
int COMMENT '登录用户编号' ;
ALTER TABLE `mall_user_info`
Write
Preview
Loading…
Cancel
Save