Commit 5ed29bdd by mercymodest

feat:- add sql

parent e8a9093f
alter table card alter table store_card
alter table card alter table store_card
add deduction_order tinyint(1) default 0 null comment ' 赠送(次数/金额)扣减顺序 0: 最后扣除赠送 1:优先扣除赠送 default:0'; add deduction_order tinyint(1) default 0 null comment ' 赠送(次数/金额)扣减顺序 0: 最后扣除赠送 1:优先扣除赠送 default:0';
alter table user_return_visit alter table user_return_visit
......
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