Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('pending_volumes_id_seq'::regclass) |
|
|
||||
created_at | timestamp | 22 | √ | null |
|
|
||||
updated_at | timestamp | 22 | √ | null |
|
|
||||
user_id | int8 | 19 | null |
|
|
|||||
media_type_id | int8 | 19 | null |
|
|
|||||
project_id | int8 | 19 | null |
|
|
|||||
volume_id | int8 | 19 | √ | null |
|
|
||||
import_annotations | bool | 1 | false |
|
|
|||||
import_file_labels | bool | 1 | false |
|
|
|||||
importing | bool | 1 | false |
|
|
|||||
metadata_file_path | varchar | 256 | √ | null |
|
|
||||
metadata_parser | varchar | 256 | √ | null |
|
|
||||
only_annotation_labels | jsonb | 2147483647 | √ | null |
|
|
||||
only_file_labels | jsonb | 2147483647 | √ | null |
|
|
||||
label_map | jsonb | 2147483647 | √ | null |
|
|
||||
user_map | jsonb | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
pending_volumes_pkey | Primary key | Asc | id |
pending_volumes_user_id_project_id_unique | Must be unique | Asc/Asc | user_id + project_id |