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