feat:新增deps和授权类型,用于解决依赖问题
This commit is contained in:
@@ -102,5 +102,10 @@ alter table core_role_authority
|
||||
alter table core_role_authority
|
||||
add source varchar(10) null comment '权限来源:auto-自动生成,input-添加' after version;
|
||||
|
||||
alter table core_role_authority
|
||||
add deps text null comment '依赖权限' after source;
|
||||
|
||||
alter table core_role_group_rx
|
||||
add type varchar(10) null comment '关联类型:dep-依赖,bind-绑定';
|
||||
|
||||
SET FOREIGN_KEY_CHECKS = 1;
|
||||
|
||||
Reference in New Issue
Block a user