sign pwd
This commit is contained in:
parent
7f8d43ad94
commit
b36db18ae4
4
1782194971_table_asign_enterprise_add_sign_pwd.up.sql
Normal file
4
1782194971_table_asign_enterprise_add_sign_pwd.up.sql
Normal 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`
|
||||
Loading…
Reference in New Issue
Block a user