Add ER map
This commit is contained in:
@@ -4,7 +4,7 @@ create table if not exists t_role_group
|
||||
(
|
||||
id bigint not null primary key,
|
||||
role_id bigint not null comment '角色',
|
||||
group_id bigint not null comment '群组',
|
||||
group_id bigint not null comment '用户组',
|
||||
deleted bigint not null default 0,
|
||||
version int not null default 0
|
||||
) comment '中间表-角色-用户组';
|
||||
Reference in New Issue
Block a user