alter table `user_identity` add column `expert` int(1) null comment '专家(0--否,1--是)', add column `celebrity` int(1) null comment '明星(0--否,1--是)';