Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('application_hakukohde_attachment_reviews_id_seq'::regclass) |
|
|
||
application_key | text | 2147483647 | null |
|
|
Hakemus johon käsittelymerkintä liittyy. |
||
attachment_key | text | 2147483647 | null |
|
|
Liitepyyntökysymyksen tunniste. |
||
hakukohde | text | 2147483647 | null |
|
|
Hakutoive johon käsittelymerkintä liittyy. |
||
state | text | 2147483647 | null |
|
|
Käsittelymerkinnän tila. |
||
modified_time | timestamptz | 35,6 | √ | now() |
|
|
Käsittelymerkinnän muutoksen ajankohta. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
application_hakukohde_attachment_reviews_pkey | Primary key | Asc | id |
application_hakukohde_attachment_reviews_idx | Must be unique | Asc/Asc/Asc | application_key + hakukohde + attachment_key |