ALTER TABLE `health`.`ufutx_asign_enterprise` ADD COLUMN `sign_pwd` varchar(191) default null comment "签约密码密文" after `mobile`, ADD COLUMN `is_sign_pwd_notice` tinyInt(4) UNSIGNED default 0 comment "是否发送密码通知 0:不通知,1:通知" after `mobile`, ADD COLUMN `is_notice` tinyInt(4) UNSIGNED default 0 comment "是否发送签署通知 0:不通知,1:通知" after `mobile`