Database – Restriction Group User Relation (restriction_group__user)
Deprecated!
Maps restriction groups to agent users.
Column | Data Type | Column Info | Value Notes | Other |
user_id | int(11) | ID of the associated agent user | ||
restriction_group_id | int(11) | associated group id | ||
created | timestamp | Timestamp of when the entity was created | ||
lastUpdated | timestamp | Timestamp of when the entity was last updated | ||
id | int(11) | The id of the entity | ||
deleted | tinyint(1) | Whether or not the entity was deleted | 1 - yes, 0 - no |