alter table order_info add is_discount int(11) null comment '是否折扣 0:否 1:是'; create index ssid_index on order_info (ssid);