Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_perform_subject_instance_manual_participant_id_seq'::regclass) |
|
|
|||||
subject_instance_id | int8 | 19 | null |
|
|
||||||
core_relationship_id | int8 | 19 | null |
|
|
||||||
user_id | int8 | 19 | √ | null |
|
|
|||||
name | varchar | 255 | √ | null |
|
|
|||||
varchar | 100 | √ | null |
|
|
||||||
created_at | int8 | 19 | null |
|
|
||||||
created_by | int8 | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_perfsubjinstmanupart_id_pk | Primary key | Asc | id |
app_perfsubjinstmanupart_co_ix | Performance | Asc | core_relationship_id |
app_perfsubjinstmanupart_cr_ix | Performance | Asc | created_by |
app_perfsubjinstmanupart_su_ix | Performance | Asc | subject_instance_id |
app_perfsubjinstmanupart_us_ix | Performance | Asc | user_id |