20170916-alert-achievement-demand.sql 372 B

1234
  1. alter table achievement add column boutique int(1) default 0 comment '是否为精品成果 0-否 1-是';
  2. alter table demand add column boutique int(1) default 0 comment '是否为精品成果 0-否 1-是';
  3. alter table organization_info add column company_type int(1) comment '公司类型';
  4. update organization_info set company_type = 0 where identity_type = '企业';