Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('vandelay.background_import_id_seq'::regclass) |
|
|
|||||
| owner | int4 | 10 | null |
|
|
||||||
| workstation | int4 | 10 | √ | null |
|
|
|||||
| import_type | text | 2147483647 | 'bib'::text |
|
|
||||||
| params | text | 2147483647 | √ | null |
|
|
|||||
| text | 2147483647 | √ | null |
|
|
||||||
| state | text | 2147483647 | 'new'::text |
|
|
||||||
| request_time | timestamptz | 35,6 | now() |
|
|
||||||
| complete_time | timestamptz | 35,6 | √ | null |
|
|
|||||
| queue | int8 | 19 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| background_import_pkey | Primary key | Asc | id |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| background_import_import_type_check | ((import_type = ANY (ARRAY['bib'::text, 'acq'::text, 'authority'::text]))) |
| background_import_state_check | ((state = ANY (ARRAY['new'::text, 'running'::text, 'complete'::text]))) |
