Commit 6dfcfe52 by mercymodest

feat:- add sql

parent e3e82f97
alter table store_card alter table store_card
...@@ -131,6 +131,11 @@ alter table user_card ...@@ -131,6 +131,11 @@ alter table user_card
alter table user_card alter table user_card
add gift_amount decimal(16, 2) null comment '赠送余额'; add gift_amount decimal(16, 2) null comment '赠送余额';
alter table store
modify card_times DECIMAL(10, 2) default 5 null comment '(临到期)次数卡次数 默认为 5';
......
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