Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('video_annotations_id_seq'::regclass) |
|
|
||||||
frames | json | 2147483647 | √ | null |
|
|
||||||
points | json | 2147483647 | √ | null |
|
|
||||||
video_id | int4 | 10 | null |
|
|
|||||||
shape_id | int4 | 10 | null |
|
|
|||||||
created_at | timestamp | 22 | √ | null |
|
|
||||||
updated_at | timestamp | 22 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
video_annotations_pkey | Primary key | Asc | id |
video_annotations_video_id_index | Performance | Asc | video_id |