Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('app_totara_competency_assignment_users_id_seq'::regclass) |
|
|
|||||
| assignment_id | int8 | 19 | null |
|
|
||||||
| user_id | int8 | 19 | null |
|
|
||||||
| competency_id | int8 | 19 | null |
|
|
||||||
| created_at | int8 | 19 | null |
|
|
||||||
| updated_at | int8 | 19 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| app_totacompassiuser_id_pk | Primary key | Asc | id |
| app_totacompassiuser_ass_ix | Performance | Asc | assignment_id |
| app_totacompassiuser_com_ix | Performance | Asc | competency_id |
| app_totacompassiuser_use_ix | Performance | Asc | user_id |

