app_perform_manual_relation_selection_progress

0 rows


Description

Indicates how the choosing of manually participant roles has progressed

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_perform_manual_relation_selection_progress_id_seq'::regclass)
app_perform_manual_relation_selector.manual_relation_select_progress_id Defined in XMLR
subject_instance_id int8 19 null
app_perform_subject_instance.id Defined in XMLR
manual_relation_selection_id int8 19 null
app_perform_manual_relation_selection.id Defined in XMLR
status int2 5 null
created_at int8 19 null
updated_at int8 19 null

Indexes

Constraint Name Type Sort Column(s)
app_perfmanurelaseleprog_id_pk Primary key Asc id
app_perfmanurelaseleprog_ma_ix Performance Asc manual_relation_selection_id
app_perfmanurelaseleprog_s_uix Must be unique Asc/Asc subject_instance_id + manual_relation_selection_id
app_perfmanurelaseleprog_su_ix Performance Asc subject_instance_id

Relationships