Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('app_perform_participant_section_id_seq'::regclass) |
|
|
|||||
| section_id | int8 | 19 | null |
|
|
||||||
| participant_instance_id | int8 | 19 | null |
|
|
||||||
| progress | int2 | 5 | 0 |
|
|
||||||
| availability | int2 | 5 | 0 |
|
|
||||||
| created_at | int8 | 19 | null |
|
|
||||||
| updated_at | int8 | 19 | √ | null |
|
|
|||||
| progress_updated_at | int8 | 19 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| app_perfpartsect_id_pk | Primary key | Asc | id |
| app_perfpartsect_par_ix | Performance | Asc | participant_instance_id |
| app_perfpartsect_sec_ix | Performance | Asc | section_id |
| app_perfpartsect_secpar_uix | Must be unique | Asc/Asc | section_id + participant_instance_id |

