Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | int8 | 19 | √ | null |
|
|
|||||
| file_id | int8 | 19 | null |
|
|
||||||
| created_by | int8 | 19 | null |
|
|
||||||
| created_time | timestamptz | 35,6 | null |
|
|
||||||
| modified_by | int8 | 19 | null |
|
|
||||||
| modified_time | timestamptz | 35,6 | null |
|
|
||||||
| title | text | 2147483647 | null |
|
|
The text that displays at the top of the annotation box after it is clicked. |
|||||
| body_text | text | 2147483647 | √ | null |
|
|
The text that displays in the annotation box after it is clicked. |
||||
| label | text | 2147483647 | √ | null |
|
|
The text that displays over the annotations while it’s floating in space. |
||||
| position | geometry | 2147483647 | null |
|
|
Position of the annotation in cartesian coordinates. |
|||||
| camera_position | geometry | 2147483647 | √ | null |
|
|
Starting location of the camera in cartesian coordinates. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| splat_annotations_pkey | Primary key | Asc | id |