This commit is contained in:
Hankin 2026-06-23 14:15:08 +08:00
parent 7f8d43ad94
commit b36db18ae4

View File

@ -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`