Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('palaute_tapahtumat_id_seq'::regclass) |
|
|
|||||
palaute_id | int4 | 10 | null |
|
|
||||||
created_at | timestamptz | 35,6 | now() |
|
|
||||||
vanha_tila | palautetilat | 2147483647 | null |
|
|
||||||
uusi_tila | palautetilat | 2147483647 | null |
|
|
||||||
tyyppi | tapahtumatyypit | 2147483647 | null |
|
|
||||||
syy | text | 2147483647 | √ | null |
|
|
|||||
lisatiedot | jsonb | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
palaute_tapahtumat_pkey | Primary key | Asc | id |
palaute_tapahtumat_palaute_id_key | Performance | Asc | palaute_id |