Commit 7e5f1c7d by mercymodest

feat:- add sql

parent 15b3313c
alter table store_card
alter table store_card
......@@ -138,6 +138,12 @@ alter table store
alter table user_integral_deal
modify title text null comment '项目';
alter table user_card_fee_extension
add user_card_change_logs_uuid BIGINT null comment 'user_card_change_logs#uuid( UserCardChangeLogsPO#operationType 1:发卡 7:续卡 12:卡升级)';
alter table user_card
add user_card_change_logs_uuid BIGINT null comment 'user_card_change_logs#uuid( UserCardChangeLogsPO#operationType 1:发卡 7:续卡 12:卡升级)';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment