bgrel
| This page was automatically generated from the database schema dump and may be incomplete or incorrect. |
Mapping table between users and groups. One row per membership.
1. Columns
| Name | Type | Length | Description |
|---|---|---|---|
|
|
— |
User ID. Foreign key to |
|
|
— |
Group ID. Foreign key to |
|
|
32 |
GUID of the user (denormalised). Corresponds to |
|
|
32 |
GUID of the group (denormalised). Corresponds to |
|
|
— |
New marker (internal synchronisation). |
2. Usage by Server-API jobs
-
mng.AddUserGroupAsc, mng.RemoveUserGroupAsc — write/delete entries in this table.
-
mng.GetUserGroups, mng.GetGroupMembers — read from this table.