Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('annotations_id_seq'::regclass) |
|
|
||||||||||
points | json | 2147483647 | √ | null |
|
|
||||||||||
image_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) |
---|---|---|---|
annotations_pkey | Primary key | Asc | id |
annotations_image_id_index | Performance | Asc | image_id |