Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('vandelay.queue_id_seq'::regclass) |
|
|
|||||
| owner | int4 | 10 | null |
|
|
||||||
| name | text | 2147483647 | null |
|
|
||||||
| complete | bool | 1 | false |
|
|
||||||
| match_set | int4 | 10 | √ | null |
|
|
|||||
| queue_type | "vandelay"."bib_queue_queue_type" | 2147483647 | 'bib'::vandelay.bib_queue_queue_type |
|
|
||||||
| item_attr_def | int8 | 19 | √ | null |
|
|
|||||
| match_bucket | int4 | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| bib_queue_pkey | Primary key | Asc | id |
| vand_bib_queue_name_once_per_owner_const | Must be unique | Asc/Asc/Asc | owner + name + queue_type |
