diff --git a/1782194971_table_asign_enterprise_add_sign_pwd.up.sql b/1782194971_table_asign_enterprise_add_sign_pwd.up.sql new file mode 100644 index 0000000..8bd6fd4 --- /dev/null +++ b/1782194971_table_asign_enterprise_add_sign_pwd.up.sql @@ -0,0 +1,4 @@ +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` \ No newline at end of file