Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('vandelay.queued_record_id_seq'::regclass) |
|
|
||
| create_time | timestamptz | 35,6 | now() |
|
|
|||
| import_time | timestamptz | 35,6 | √ | null |
|
|
||
| purpose | text | 2147483647 | 'import'::text |
|
|
|||
| marc | text | 2147483647 | null |
|
|
|||
| quality | int4 | 10 | 0 |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| queued_record_pkey | Primary key | Asc | id |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| queued_record_purpose_check | ((purpose = ANY (ARRAY['import'::text, 'overlay'::text]))) |
