Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('video_annotation_labels_id_seq'::regclass) |
|
|
||||
annotation_id | int4 | 10 | null |
|
|
|||||
label_id | int4 | 10 | null |
|
|
|||||
user_id | int4 | 10 | √ | null |
|
|
||||
created_at | timestamp | 22 | √ | null |
|
|
||||
updated_at | timestamp | 22 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
video_annotation_labels_pkey | Primary key | Asc | id |
video_annotation_labels_label_id_index | Performance | Asc | label_id |
video_annotation_labels_user_id_index | Performance | Asc | user_id |
video_annotation_labels_video_annotation_id_index | Performance | Asc | annotation_id |
video_annotation_labels_video_annotation_id_label_id_user_id_un | Must be unique | Asc/Asc/Asc | annotation_id + label_id + user_id |