Commit ba4929ca by mercymodest

feat:- add sql

parent 22bff45c
alter table store_card
alter table store_card
......@@ -94,6 +94,12 @@ alter table store_schedules_remark
alter table store_schedules_remark
add bottom_bg text null comment '底部背景图';
alter table store
add validity_days int default 10 null comment ' (临到期)有效期天数 默认为 10';
alter table store
add card_times int 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