Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('siirtotiedosto_id_seq'::regclass) |
|
|
||
uuid | varchar | 2147483647 | √ | null |
|
|
||
window_start | int8 | 19 | null |
|
|
Siirtotiedosto-operaation aikaikkunan alkuhetki (unixtime) |
||
window_end | int8 | 19 | null |
|
|
Siirtotiedosto-operaation aikaikkunan loppuhetki (unixtime) |
||
run_start | timestamptz | 35,6 | √ | null |
|
|
Siirtotiedosto-operaation suorituksen alkuaika |
|
run_end | timestamptz | 35,6 | √ | null |
|
|
Siirtotiedosto-operaation suorituksen loppuaika |
|
info | jsonb | 2147483647 | √ | null |
|
|
Tietoja tallennetuista entiteeteistä, mm. lukumäärät |
|
success | bool | 1 | √ | null |
|
|
||
error_message | varchar | 2147483647 | √ | null |
|
|
null, jos mikään ei mennyt vikaan |
|
ensikertalaisuudet | bool | 1 | √ | false |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
siirtotiedosto_pkey | Primary key | Asc | id |