TargetPosition
TargetPosition Schema (Abstract Base)
Properties
| Name | Type | Description |
|---|---|---|
| id | Integer |
Primary key for the Target |
| 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 |
|---|---|
| target | Target |
Subclasses
| Name | position_type |
|---|---|
FixedPosition |
fixed |
EphemeralPosition |
ephemeral |
CatalogPosition |
catalog |
OrbitalPosition |
orbital |