为表tb_certification_contact添加字段
mysql变更格式
数据库:ucs
表名:tb_certification_contact
sql:
alter table tb_certification_contact add company_name varchar(255) not null after web_domain;
alter table tb_certification_contact add user_name varchar(30) not null after web_domain;
alter table tb_certification_contact add email varchar(100) not null after web_domain;