Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('pgqueues_id_seq'::regclass) |
|
|
||
name | text | 2147483647 | null |
|
|
|||
priority | int4 | 10 | 100 |
|
|
|||
data | bytea | 2147483647 | √ | null |
|
|
||
deleted | bool | 1 | false |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
pgqueues_pkey | Primary key | Asc/Asc/Asc/Asc | name + priority + id + deleted |