Click or drag to resize

ManagedGroups

Store groups managed by a given user.

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

`ManagedGroups` table.

Name

Type

Description

UserId

INT FOREIGN KEY NOT NULL

ID of the user (administrator)

ManagedGroupId

INT FOREIGN KEY NOT NULL

ID of the managed group

See Also