app_perform_manual_relation_selector

0 rows


Description

Represents the actual users who will select the participants for this instance

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_perform_manual_relation_selector_id_seq'::regclass)
manual_relation_select_progress_id int8 19 null
app_perform_manual_relation_selection_progress.id Defined in XMLR
user_id int8 19 null
app_user.id Defined in XMLR
notified_at int8 19 null
created_at int8 19 null

Indexes

Constraint Name Type Sort Column(s)
app_perfmanurelasele_id2_pk Primary key Asc id
app_perfmanurelasele_man2_ix Performance Asc manual_relation_select_progress_id
app_perfmanurelasele_use_ix Performance Asc user_id

Relationships