ALTER TABLE `sb_personcertificate` ADD COLUMN `isexport` bit(1) NULL DEFAULT NULL COMMENT '是否导出' AFTER `updateflag`;