migrate/1782194971_table_asign_enterprise_add_sign_pwd.up.sql
2026-06-23 14:15:08 +08:00

4 lines
396 B
SQL

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`