Browse Source

fix

photo
winter 1 year ago
parent
commit
e597a0ccb9
1 changed files with 1 additions and 1 deletions
  1. +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 bigint COMMENT '登录用户编号' ;


ALTER TABLE `mall_user_info`


Loading…
Cancel
Save