Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | uuid | 2147483647 | null |
|
|
|||
| user_oid | text | 2147483647 | null |
|
|
|||
| oppija_oid | text | 2147483647 | null |
|
|
|||
| opiskeluoikeus_oid | text | 2147483647 | null |
|
|
|||
| template_variant | text | 2147483647 | null |
|
|
|||
| opiskeluoikeus_versionumero | int4 | 10 | √ | null |
|
|
||
| oppija_henkilotiedot_hash | text | 2147483647 | √ | null |
|
|
||
| state | text | 2147483647 | null |
|
|
|||
| created_at | timestamptz | 35,6 | now() |
|
|
|||
| started_at | timestamptz | 35,6 | √ | null |
|
|
||
| completed_at | timestamptz | 35,6 | √ | null |
|
|
||
| worker | text | 2147483647 | √ | null |
|
|
||
| attempts | int4 | 10 | 0 |
|
|
|||
| error | text | 2147483647 | √ | null |
|
|
||
| is_stamped | bool | 1 | true |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| todistus_job_pkey | Primary key | Asc | id |
| todistus_job_index_for_find_by_parameters | Performance | Asc/Asc/Asc | opiskeluoikeus_oid + template_variant + state |
| todistus_job_index_for_take_next | Performance | Asc | state |