Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT UNSIGNED | 20 | √ | null |
|
|
||||
role_id | BIGINT UNSIGNED | 20 | null |
|
|
ロールID |
||||
access_control_target_code | VARCHAR | 50 | null |
|
|
処理コード |
||||
is_writable | BIT | 1 | null |
|
|
編集可能フラグ |
||||
created_at | TIMESTAMP | 26 | √ | null |
|
|
||||
updated_at | TIMESTAMP | 26 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
role_permissions_access_control_target_code_foreign | Performance | Asc | access_control_target_code |
role_permissions_role_id_access_control_target_code_unique | Must be unique | Asc/Asc | role_id + access_control_target_code |