Commit f4987822 by mercymodest

feat:- add sql

parent aa6d5407
alter table store_card alter table store_card
...@@ -76,5 +76,8 @@ VALUES ('818a472d9f2b42b7b22286a5c93484e8', '3', DEFAULT, DEFAULT); ...@@ -76,5 +76,8 @@ VALUES ('818a472d9f2b42b7b22286a5c93484e8', '3', DEFAULT, DEFAULT);
alter table store_card alter table store_card
add deduction_order_time datetime null comment ' 赠送(次数/金额)扣减顺序 设置时间'; add deduction_order_time datetime null comment ' 赠送(次数/金额)扣减顺序 设置时间';
alter table card_category
add card_type tinyint null comment '分类适用卡类型: 0:未定义(无任何意义,保证枚举的正常解析)1 :期限卡,2:次数卡,3:储值卡';
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