Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('forms_id_seq'::regclass) |
|
|
Lomakkeen version tunniste. Suurempi arvo tarkoittaa uudempaa versiota. |
||||
content | jsonb | 2147483647 | √ | null |
|
|
Lomakkeen sisältö. |
||||
key | varchar | 40 | √ | null |
|
|
Lomakkeen versiosta riippumaton tunniste. |
||||
created_time | timestamptz | 35,6 | √ | now() |
|
|
Lomakkeen tämän version luontiajankohta. |
||||
created_by | varchar | 64 | 'SYSTEM'::character varying |
|
|
Lomakkeen luoneen virkailijan OID. |
|||||
languages | jsonb | 2147483647 | √ | '{"languages": ["fi"]}'::jsonb |
|
|
Lomakkeen tuetut kieliversiot. |
||||
organization_oid | varchar | 50 | √ | null |
|
|
Lomakkeen omistavan organisaation OID. |
||||
deleted | bool | 1 | √ | false |
|
|
Onko lomake poistettu. |
||||
name | jsonb | 2147483647 | √ | null |
|
|
Lomakkeen nimi tuetuilla kielillä. |
||||
locked | timestamptz | 35,6 | √ | null |
|
|
Ajanhetki jolloin lomake on lukittu jos lomake on lukittu. |
||||
locked_by | text | 2147483647 | √ | null |
|
|
Lomakkeen lukinneen virkailijan OID. |
||||
used_hakukohderyhmas | _varchar | 2147483647 | √ | null |
|
|
Lomakkeeseen liittyvät hakukohderyhmät |
||||
properties | jsonb | 2147483647 | '{}'::jsonb |
|
|
Lomakkeen asetukset |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
forms_pkey | Primary key | Asc | id |
forms_created_time_idx | Performance | Asc | created_time |
forms_key | Performance | Asc | key |
forms_key_id_idx | Performance | Asc/Desc | key + id |
forms_organization_oid_idx | Performance | Asc | organization_oid |