Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | int4 | 10 | null |
|
|
||||||
| registration_id | int4 | 10 | pseudo_random_id_generator() |
|
|
||||||
| user_id | int4 | 10 | null |
|
|
||||||
| result | varchar | 255 | √ | NULL::character varying |
|
|
|||||
| evaluation_data | text | 2147483647 | null |
|
|
||||||
| status | int2 | 5 | √ | null |
|
|
|||||
| create_timestamp | timestamp | 29,6 | now() |
|
|
||||||
| update_timestamp | timestamp | 29,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| registration_evaluation_pkey | Primary key | Asc | id |
| idx_2e186c5c833d8f43 | Performance | Asc | registration_id |
| idx_2e186c5ca76ed395 | Performance | Asc | user_id |

