Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| file_id | int8 | 19 | null |
|
|
||||||
| splat_annotation_id | int8 | 19 | null |
|
|
||||||
| position | int4 | 10 | null |
|
|
Display order of this media within its annotation, 0-based. |
|||||
| created_by | int8 | 19 | null |
|
|
||||||
| created_time | timestamptz | 35,6 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| splat_annotation_media_pkey | Primary key | Asc | file_id |
| splat_annotation_media_splat_annotation_id_idx | Performance | Asc | splat_annotation_id |
| splat_annotation_media_splat_annotation_id_position_key | Must be unique | Asc/Asc | splat_annotation_id + position |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| splat_annotation_media_position_check | ("position" >= 0) |