Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('accredited_exam_section_id_seq'::regclass) |
|
|
|||||
| accreditor | text | 2147483647 | √ | null |
|
|
|||||
| accreditation_date | date | 13 | √ | null |
|
|
|||||
| accreditation_type_id | int8 | 19 | √ | null |
|
|
|||||
| section_id | int8 | 19 | null |
|
|
||||||
| participant_id | int8 | 19 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| accredited_exam_section_pkey | Primary key | Asc | id |
| section_accredited_only_once | Must be unique | Asc/Asc | section_id + participant_id |

