Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('data_migration_control_id_seq'::regclass) |
|
|
||
created_at | timestamptz | 35,6 | √ | now() |
|
|
||
updated_at | timestamptz | 35,6 | √ | now() |
|
|
||
hakukohde_oid | varchar | 127 | √ | null |
|
|
||
haku_oid | varchar | 127 | null |
|
|
|||
success | bool | 1 | √ | null |
|
|
||
error_message | text | 2147483647 | √ | null |
|
|
||
duration_in_seconds | int4 | 10 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
data_migration_control_pkey | Primary key | Asc | id |