app_totara_competency_assignment_users

0 rows


Description

Totara Competency Users

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
app_totara_competency_assignments.id Defined in XMLR
user_id int8 19 null
app_user.id Defined in XMLR
competency_id int8 19 null
app_comp.id Defined in XMLR
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

Relationships