staging.md
249 Bytes
alter table yh_shops.product add column instalment_id int(11) unsigned not null DEFAULT 0 comment '分期付款活动促销ID';
alter table yh_shops.product add column is_instalment
enum('1','0') not null DEFAULT '0' comment '是否支持分期';