Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('annotation_labels_id_seq'::regclass) |
|
|
||||
| annotation_id | int4 | 10 | null |
|
|
|||||
| label_id | int4 | 10 | null |
|
|
|||||
| user_id | int4 | 10 | √ | null |
|
|
||||
| confidence | float8 | 17,17 | null |
|
|
|||||
| created_at | timestamp | 22 | √ | null |
|
|
||||
| updated_at | timestamp | 22 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| annotation_labels_pkey | Primary key | Asc | id |
| annotation_labels_annotation_id_index | Performance | Asc | annotation_id |
| annotation_labels_annotation_id_label_id_user_id_unique | Must be unique | Asc/Asc/Asc | annotation_id + label_id + user_id |
| annotation_labels_label_id_index | Performance | Asc | label_id |
| annotation_labels_user_id_index | Performance | Asc | user_id |

