数据表加字段
数据库:ucs
表名:tb_biz_company_company_contact_tmp
sql:
truncate table tb_biz_company_company_contact_tmp;
alter table tb_biz_company_company_contact_tmp add user_id int(11) not null default 0 after company_name_digest;
alter table tb_biz_company_company_contact_tmp add index(user_id)