Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| file_id | int8 | 19 | null |
|
|
||||||
| created_by | int8 | 19 | null |
|
|
||||||
| created_time | timestamptz | 35,6 | null |
|
|
||||||
| asset_status_id | int4 | 10 | null |
|
|
||||||
| completed_time | timestamptz | 35,6 | √ | null |
|
|
|||||
| splat_storage_url | text | 2147483647 | √ | null |
|
|
|||||
| error_message | text | 2147483647 | √ | null |
|
|
|||||
| origin_position_x | numeric | 0 | √ | null |
|
|
Center point of the splat (along with y and z). |
||||
| origin_position_y | numeric | 0 | √ | null |
|
|
|||||
| origin_position_z | numeric | 0 | √ | null |
|
|
|||||
| camera_position_x | numeric | 0 | √ | null |
|
|
Starting location of the camera (along with y and z). |
||||
| camera_position_y | numeric | 0 | √ | null |
|
|
|||||
| camera_position_z | numeric | 0 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| splats_pkey | Primary key | Asc | file_id |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| camera_position_all_or_none | (((camera_position_x IS NULL) AND (camera_position_y IS NULL) AND (camera_position_z IS NULL)) OR ((camera_position_x IS NOT NULL) AND (camera_position_y IS NOT NULL) AND (camera_position_z IS NOT NULL))) |
| origin_position_all_or_none | (((origin_position_x IS NULL) AND (origin_position_y IS NULL) AND (origin_position_z IS NULL)) OR ((origin_position_x IS NOT NULL) AND (origin_position_y IS NOT NULL) AND (origin_position_z IS NOT NULL))) |