app_perform_section_element_reference

0 rows


Description

Stores references between elements and section elements

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_perform_section_element_reference_id_seq'::regclass)
source_section_element_id int8 19 null
referencing_element_id int8 19 null
app_perform_element.id Defined in XMLR

Indexes

Constraint Name Type Sort Column(s)
app_perfsectelemrefe_id_pk Primary key Asc id
app_perfsectelemrefe_ref_ix Performance Asc referencing_element_id
app_perfsectelemrefe_soure_uix Must be unique Asc/Asc source_section_element_id + referencing_element_id

Relationships