Commit b80a4480 by mercymodest

feat:- add sql

parent 96c30932
alter table store
alter table store
......@@ -68,3 +68,9 @@ CREATE INDEX `idx_store_uuid` ON `daily_pay_card_store` (`store_uuid`);
alter table card
add daily_pay_product_is_open_store tinyint null comment '(安心付)是否开放门店 0:否;1:是';
alter table card
add daily_pay_product_open_store_count 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