enum BosUse { PRIMARY SECONDARY DUAL_USE SPECIAL_OPS } enum Country { DE AT CH NL LU LI IT } model Station { id Int @id @default(autoincrement()) bosUse BosUse bosCallsign String bosCallsignShort String bosRadioArea String country Country operator String aircraft String aircraftRegistration String aircraftSpeed Int hasWinch Boolean is24h Boolean hasNvg Boolean locationState String locationStateShort String hasRope Boolean fir String latitude Float longitude Float atcCallsign String hideRangeRings Boolean MissionsOnStations MissionsOnStations[] MissionOnStationUsers MissionOnStationUsers[] ConnectedAircraft ConnectedAircraft[] Bookings Booking[] }