Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('koodisto_koodit_id_seq'::regclass) |
|
|
|||||
created_at | timestamptz | 35,6 | now() |
|
|
||||||
updated_at | timestamptz | 35,6 | now() |
|
|
||||||
deleted_at | timestamptz | 35,6 | √ | null |
|
|
|||||
koodi_uri | varchar | 256 | √ | null |
|
|
|||||
koodi_versio | int4 | 10 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
koodisto_koodit_pkey | Primary key | Asc | id |
koodisto_koodit_deleted_at_idx | Performance | Asc | deleted_at |