Compare commits
No commits in common. "967ab8642afaaa5936a67b36a14df1d5474f6fe6" and "3eeee80aaf4c626ba5d54872f57d86f9af8c899d" have entirely different histories.
967ab8642a
...
3eeee80aaf
|
@ -10,4 +10,5 @@ create TABLE `sys_audit_team` (
|
|||
`index` varchar(255) NULL comment '审核组索引',
|
||||
PRIMARY KEY (`id`)
|
||||
) comment = '流程审核组组员';
|
||||
alter table `sys_audit_team` ADD INDEX `name_`(`name`) USING BTREE comment '审核组名称索引';
|
||||
SET FOREIGN_KEY_CHECKS = 1;
|
Loading…
Reference in New Issue