Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_perform_manual_relation_selection_progress_id_seq'::regclass) |
|
|
||||
subject_instance_id | int8 | 19 | null |
|
|
|||||
manual_relation_selection_id | int8 | 19 | null |
|
|
|||||
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 |