Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |
|
|
|||||
| user_id | INT | 10 | null |
|
|
||||||
| role_id | INT | 10 | null |
|
|
||||||
| program_id | INT | 10 | √ | null |
|
|
|||||
| project_type_id | BIGINT | 19 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| IX_project_support_auto_key | Performance | Asc/Asc/Asc | role_id + program_id + project_type_id |
| IX_project_support_auto_program | Performance | Asc | program_id |
| IX_project_support_auto_role | Performance | Asc | role_id |
| IX_project_support_auto_type | Performance | Asc | project_type_id |
| IX_project_support_auto_user | Performance | Asc | user_id |

