alter table tb_wiki_company_news add is_about SMALLINT(1) not null default 0 COMMENT '默认0,1相关,2不相关' after status;