FixedPosition
FixedPosition Schema
Properties
| Name | Type | Description |
|---|---|---|
| id | Integer |
Primary key for the Target |
| coordinates_id | Integer |
Foreign key to a TargetCoordinates entry |
| uid | UUID |
No description |
| position_type | Enum(fixed, ephemeral, catalog, orbital) |
Type of the target position |
| target_id | Integer (Optional) |
Foreign key to the associated Target |
Relationships
| Relationship Name | Type |
|---|---|
| coordinates | Coordinates |
| target | Target |