app_totara_competency_configuration_change

0 rows


Description

Record of changes to criteria configuration of competency

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_totara_competency_configuration_change_id_seq'::regclass)
competency_id int8 19 null
app_comp.id Defined in XMLR
assignment_id int8 19 null
app_totara_competency_assignments.id Defined in XMLR
time_changed int8 19 null
change_type varchar 255 ''::character varying
related_info varchar 1333 ''::character varying

Indexes

Constraint Name Type Sort Column(s)
app_totacompconfchan_id_pk Primary key Asc id
app_totacompconfchan_ass_ix Performance Asc assignment_id
app_totacompconfchan_com_ix Performance Asc competency_id

Relationships