Commit 9ebda0f9 by mercymodest

feat:- add sql

parent 93c05c47
alter table store
alter table store
......@@ -204,5 +204,14 @@ CREATE TABLE IF NOT EXISTS `daily_pay_task_log` (
CREATE INDEX idx_execution_time ON daily_pay_task_log (execution_time);
alter table user_card_change_logs
add term_card_reservation_limit_type tinyint null comment '期限卡每月可预约次数上限类型 0:自然月限制(每月的1号到月底(3月1号-3月31号)),1:开卡日期限制(开卡日期的当月到下月的开卡日期(3月15号-4月15号))';
alter table user_card_change_logs
add term_card_reservation_limit int null comment '期限卡每月可约次数上限取值';
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