Click or drag to resize

ReachableGroups

List of groups that could be reachable by a user/group.

If the user have the permission to reachEverybody, the information of that table is not then relevant for that user.

`ReachableGroups` table.

Name

Type

Description

GroupId

INT FOREIGN KEY NULLABLE

ID of the group

UserId

INT FOREIGN KEY NULLABLE

ID of the user

ReachableGroupId

INT FOREIGN KEY NOT NULL

ID of the reachable group

See Also