roles
Contains user roles.
Primary key: pk_roles(name)
|
Column name |
Data type |
Description |
|
name |
varchar(255) |
Name of the role |
|
description |
text |
Description of the role |
|
features |
text |
Features within the role |
|
managers |
text |
Managers assigned to the role |
|
ldapgroup |
varchar(255) |
LDAP group of the role |
|
driver_info |
text |
Driver info for the role |