Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('participant_id_seq'::regclass) |
|
|
||||||||||||||||||||||||||
ext_reference_id | text | 2147483647 | null |
|
|
|||||||||||||||||||||||||||
text | 2147483647 | null |
|
|
||||||||||||||||||||||||||||
diploma_date | date | 13 | √ | null |
|
|
||||||||||||||||||||||||||
diploma_signer | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||
diploma_signer_title | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||
language_code | text | 2147483647 | 'fi'::text |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
participant_pkey | Primary key | Asc | id |
participant_ext_reference_id_key | Must be unique | Asc | ext_reference_id |