wiki
ALTER TABLE `wiki`.`tb_brand_plan_company` ADD COLUMN `bp_type` tinyint(4) UNSIGNED NOT NULL DEFAULT 1 COMMENT '品牌计划类型,1为企业,2为高校' AFTER `intro`;