Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | MEDIUMINT UNSIGNED | 8 | √ | null |
|
|
|||||||||||
| technical_name | VARCHAR | 100 | null |
|
|
hardcoded names to be used in code |
|||||||||||
| parent_group_id | MEDIUMINT UNSIGNED | 8 | √ | null |
|
|
|||||||||||
| public | BIT | 1 | null |
|
|
Public groups are visible for everyone, the rest only for internal permissions |
|||||||||||
| create_time | TIMESTAMP | 19 | current_timestamp() |
|
|
||||||||||||
| update_time | TIMESTAMP | 19 | current_timestamp() |
|
|
||||||||||||
| name_key | VARCHAR | 100 | null |
|
|
name key of user group in translation table |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| parent_group_key | Performance | Asc | parent_group_id |

