Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |
|
|
|||||
| approval_id | BIGINT | 19 | null |
|
|
||||||
| role_id | INT | 10 | √ | null |
|
|
|||||
| default_user_id | INT | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| FK_project_field_change_approver_approval_idx | Performance | Asc | approval_id |
| FK_project_field_change_approver_role_idx | Performance | Asc | role_id |
| FK_project_field_change_approver_user_idx | Performance | Asc | default_user_id |

