Commit 710fe3f2 by mercymodest

feat:- add sql

parent 7fc5e340
alter table store
alter table store
add daily_pay_store_association tinyint default 0 null comment '是否关联每日付门店 0:不关联 1:关联 默认 0';
alter table store
add daily_pay_mch_id varchar(150) null comment '每日付门店商户编号';
alter table store
add daily_pay_store_id varchar(150) null comment '每日付门店编号';
alter table store
add daily_pay_store_name varchar(150) null comment '每日付门店名称';
create unique index idx_daily_pay_store_id
on store (daily_pay_store_id)
comment '每日付门店编号(ID)';
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