app_perform_section_relationship

0 rows


Description

Defines a relationship used in a specific section

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_perform_section_relationship_id_seq'::regclass)
section_id int8 19 null
app_perform_section.id Defined in XMLR
core_relationship_id int8 19 null
app_totara_core_relationship.id Defined in XMLR
can_view int2 5 null
can_answer int2 5 null
created_at int8 19 null

Indexes

Constraint Name Type Sort Column(s)
app_perfsectrela_id_pk Primary key Asc id
app_perfsectrela_can2_ix Performance Asc can_answer
app_perfsectrela_can_ix Performance Asc can_view
app_perfsectrela_cor_ix Performance Asc core_relationship_id
app_perfsectrela_sec_ix Performance Asc section_id
app_perfsectrela_seccor_uix Must be unique Asc/Asc section_id + core_relationship_id

Relationships