Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('jarjestyskriteerihistoria_id_seq'::regclass) |
|
|
||
tunniste | uuid | 2147483647 | uuid_generate_v4() |
|
|
|||
created_at | timestamptz | 35,6 | √ | now() |
|
|
||
historia | text | 2147483647 | √ | null |
|
|
||
laskettu_uudelleen | bool | 1 | false |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
jarjestyskriteerihistoria_pkey | Primary key | Asc | id |
jarjestyskriteerihistoria_tunniste | Performance | Asc | tunniste |