Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('application_hakukohde_reviews_id_seq'::regclass) |
|
|
|||||
application_key | varchar | 40 | null |
|
|
Hakemus johon käsittelymerkintä liittyy. |
|||||
requirement | varchar | 40 | null |
|
|
Käsittelymerkinnän tunniste. |
|||||
state | varchar | 40 | null |
|
|
Käsittelymerkinnän tila. |
|||||
hakukohde | varchar | 40 | null |
|
|
Hakutoive johon käsittelymerkintä liittyy. |
|||||
modified_time | timestamptz | 35,6 | √ | now() |
|
|
Käsittelymerkinnän muutoksen ajankohta. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
application_hakukohde_reviews_pkey | Primary key | Asc | id |
application_hakukohde_reviews_application_idx | Must be unique | Asc/Asc/Asc | application_key + hakukohde + requirement |
application_hakukohde_reviews_application_key_idx | Performance | Asc | application_key |
application_hakukohde_reviews_hakukohde_requirement_idx | Performance | Asc/Asc | hakukohde + requirement |