mapSolarSystemJumps (CCP DB)
From EVEDev
| CCP DB Table Categories |
|---|
[edit] Structure
mapSolarSystemJumps
| List of all solar systems jump connections. Each connection is listed twice - for different direction. | |||
| Column | Links to | Used | Note |
|---|---|---|---|
| fromRegionID | mapRegions.regionID | * | ID of first region. |
| fromConstellationID | mapConstellations.constellationID | * | ID of first constellation. |
| fromSolarSystemID | mapSolarSystems.solarSystemID | * | ID of first solar system. |
| toSolarSystemID | mapSolarSystems.solarSystemID | * | ID of connected solar system. |
| toConstellationID | mapConstellations.constellationID | * | ID of connected constellation. |
| toRegionID | mapRegions.regionID | * | ID of connected region. |

