Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('oc_recognize_queue_imagenet_id_seq'::regclass) |
|
|
||
| file_id | int8 | 19 | null |
|
|
|||
| storage_id | int8 | 19 | √ | null |
|
|
||
| root_id | int8 | 19 | √ | null |
|
|
||
| update | bool | 1 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| oc_recognize_queue_imagenet_pkey | Primary key | Asc | id |
| recognize_imagenet_file | Performance | Asc | file_id |
| recognize_imagenet_storage | Performance | Asc/Asc | storage_id + root_id |