Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('palaute_viestit_id_seq'::regclass) |
|
|
|||||
palaute_id | int4 | 10 | null |
|
|
||||||
created_at | timestamptz | 35,6 | now() |
|
|
||||||
updated_at | timestamptz | 35,6 | now() |
|
|
||||||
deleted_at | timestamptz | 35,6 | √ | null |
|
|
|||||
ulkoinen_tunniste | text | 2147483647 | √ | null |
|
|
|||||
viestityyppi | viestityypit | 2147483647 | null |
|
|
||||||
tila | lahetystilat | 2147483647 | null |
|
|
||||||
vastaanottaja | text | 2147483647 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
palaute_viestit_pkey | Primary key | Asc | id |
palaute_viestit_palaute_id_key | Performance | Asc | palaute_id |