Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('participant_id_seq'::regclass) |
|
|
|||||||||||
| external_user_id | text | 2147483647 | null |
|
|
||||||||||||
| text | 2147483647 | √ | null |
|
|
||||||||||||
| created | timestamptz | 35,6 | √ | CURRENT_TIMESTAMP |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| participant_pkey | Primary key | Asc | id |
| participant_external_user_id_key | Must be unique | Asc | external_user_id |

