Commit f05dd1a4 by mercymodest

feat:- add sql

parent b1444cf2
alter table store alter table store
...@@ -154,7 +154,7 @@ create index idx_store_uuid ...@@ -154,7 +154,7 @@ create index idx_store_uuid
alter table user_card_change_logs alter table user_card_change_logs
add daily_pay_remark varchar(200) null; add daily_pay_remark varchar(200) null comment '每日付备注信息';
alter table user_card_change_logs alter table user_card_change_logs
add daily_pay_current_total_price decimal(10, 2) null comment '每日付总售价'; add daily_pay_current_total_price decimal(10, 2) 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