Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | MEDIUMINT UNSIGNED | 8 | null |
|
|
This table is managed by Flyway. Do not manually edit records. |
|||||
technical_name | VARCHAR | 100 | null |
|
|
hardcoded names to be used in code |
|||||
create_time | TIMESTAMP | 19 | current_timestamp() |
|
|
||||||
update_time | TIMESTAMP | 19 | current_timestamp() |
|
|
||||||
name_key | VARCHAR | 100 | null |
|
|
name key of permission in translation table |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |