Commit f79a4197 by mercymodest

feat:- add sql

parent c2a92d00
alter table store alter table store
...@@ -152,6 +152,9 @@ alter table daily_pay_open_card_log ...@@ -152,6 +152,9 @@ alter table daily_pay_open_card_log
create index idx_store_uuid create index idx_store_uuid
on daily_pay_open_card_log (store_uuid); on daily_pay_open_card_log (store_uuid);
create index idx_create_time
on daily_pay_open_card_log (create_time);
alter table user_card_change_logs alter table user_card_change_logs
add daily_pay_remark varchar(200) null comment '每日付备注信息'; add daily_pay_remark varchar(200) 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