Commit fcaffe1f by mercymodest

feat:- add sql

parent b80a4480
alter table store alter table store
...@@ -50,6 +50,12 @@ alter table card ...@@ -50,6 +50,12 @@ alter table card
alter table card alter table card
add daily_pay_product_cover text null comment '(期限卡)安心付商品封面'; add daily_pay_product_cover text null comment '(期限卡)安心付商品封面';
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 '(安心付)开放门店数量';
-- 表: 每日付关联会员卡关联门店信息 -- 表: 每日付关联会员卡关联门店信息
...@@ -68,9 +74,7 @@ CREATE INDEX `idx_store_uuid` ON `daily_pay_card_store` (`store_uuid`); ...@@ -68,9 +74,7 @@ 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 alter table store_card
add daily_pay_product_open_store_count int null comment '(安心付)开放门店数量'; add daily_pay_card_status tinyint default 0 null comment '(月付卡)安心付会员卡上架状态 0: 下架 1: 上架 默认:0 card.term_card_type=1 此值才有效';
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