用户表-删除工号唯一索引

This commit is contained in:
liyawei
2022-08-18 16:14:16 +08:00
parent d036dcb500
commit d27bb56aa3
@@ -949,3 +949,7 @@ delete from country_national_flag where id in ('3','8');
-- 法规流程历史表增加字段 审批意见 2022-08-16
ALTER TABLE `laws_weilai`.`laws_process_history`
ADD COLUMN `approval_opinion` varchar(2000) NULL COMMENT '审批意见' AFTER `flow_type`;
--- 用户表 删除工号唯一索引 2022-08-18
ALTER TABLE `laws_weilai`.`sys_user`
DROP INDEX `uniq_sys_user_work_no`;