Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('application_events_id_seq'::regclass) |
|
|
|||||
new_review_state | text | 2147483647 | √ | null |
|
|
Muuttuneen tiedon uusi arvo. Tyypillisesti käsittelymerkkinnän uusi tila. |
||||
time | timestamptz | 35,6 | √ | now() |
|
|
Tapahtumahetki. |
||||
event_type | text | 2147483647 | √ | null |
|
|
Tapahtuman tyyppi. |
||||
application_key | text | 2147483647 | √ | null |
|
|
Hakemus johon tapahtuma liittyy. |
||||
virkailija_oid | varchar | 50 | √ | null |
|
|
Muutoksen tehneen virkailijan OID jos olemassa. |
||||
hakukohde | text | 2147483647 | √ | null |
|
|
Hakemuksen hakutoive johon tapahtuma liittyy jos olemassa. |
||||
review_key | text | 2147483647 | √ | null |
|
|
Muuttuneen tiedon tunniste. Tyypillisesti käsittelymerkinnän tunniste. |
||||
virkailija_organizations | jsonb | 2147483647 | √ | null |
|
|
Muutoksen tehneen virkailijan organisaatiot muutoshetkellä jos olemassa. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
application_events_pkey | Primary key | Asc | id |
application_events_application_key | Performance | Asc | application_key |
application_events_event_type_idx | Performance | Asc | event_type |
application_events_new_review_state_idx | Performance | Asc | new_review_state |