// @generated automatically by Diesel CLI. /* diesel::table! { arrivals (stopID, servingLine_key, servingLine_stateless) { depatureRequestId -> Uuid, stopID -> Nullable, x -> Nullable, y -> Nullable, #[max_length = 255] mapName -> Nullable, #[max_length = 50] area -> Nullable, #[max_length = 50] platform -> Nullable, #[max_length = 255] platformName -> Nullable, #[max_length = 255] stopName -> Nullable, #[max_length = 255] nameWO -> Nullable, #[max_length = 50] pointType -> Nullable, countdown -> Nullable, arrivalTime -> Nullable, realArrivalTime -> Nullable, #[max_length = 255] servingLine_key -> Nullable, #[max_length = 50] servingLine_code -> Nullable, #[max_length = 50] servingLine_number -> Nullable, #[max_length = 50] servingLine_symbol -> Nullable, servingLine_motType -> Nullable, servingLine_mtSubcode -> Nullable, servingLine_realtime -> Nullable, #[max_length = 255] servingLine_direction -> Nullable, #[max_length = 255] servingLine_directionFrom -> Nullable, #[max_length = 255] servingLine_name -> Nullable, servingLine_delay -> Nullable, #[max_length = 255] servingLine_liErgRiProj_line -> Nullable, #[max_length = 255] servingLine_liErgRiProj_project -> Nullable, #[max_length = 50] servingLine_liErgRiProj_direction -> Nullable, #[max_length = 50] servingLine_liErgRiProj_supplement -> Nullable, #[max_length = 255] servingLine_liErgRiProj_network -> Nullable, #[max_length = 255] servingLine_destID -> Nullable, #[max_length = 255] servingLine_stateless -> Nullable, #[max_length = 255] servingLine_lineDisplay -> Nullable, #[max_length = 50] operator_code -> Nullable, #[max_length = 255] operator_name -> Nullable, #[max_length = 50] operator_publicCode -> Nullable, #[max_length = 255] attrs_name -> Nullable, #[max_length = 255] attrs_value -> Nullable, } } diesel::table! { departures (stopID, servingLine_key, servingLine_stateless) { depatureRequestId -> Uuid, stopID -> Nullable, x -> Nullable, y -> Nullable, #[max_length = 255] mapName -> Nullable, #[max_length = 50] area -> Nullable, #[max_length = 50] platform -> Nullable, #[max_length = 255] platformName -> Nullable, #[max_length = 255] stopName -> Nullable, #[max_length = 255] nameWO -> Nullable, #[max_length = 50] pointType -> Nullable, countdown -> Nullable, departureTime -> Nullable, realDepartureTime -> Nullable, #[max_length = 255] servingLine_key -> Nullable, #[max_length = 50] servingLine_code -> Nullable, #[max_length = 50] servingLine_number -> Nullable, #[max_length = 50] servingLine_symbol -> Nullable, servingLine_motType -> Nullable, servingLine_mtSubcode -> Nullable, servingLine_realtime -> Nullable, #[max_length = 255] servingLine_direction -> Nullable, #[max_length = 255] servingLine_directionFrom -> Nullable, #[max_length = 255] servingLine_name -> Nullable, servingLine_delay -> Nullable, #[max_length = 255] servingLine_liErgRiProj_line -> Nullable, #[max_length = 255] servingLine_liErgRiProj_project -> Nullable, #[max_length = 50] servingLine_liErgRiProj_direction -> Nullable, #[max_length = 50] servingLine_liErgRiProj_supplement -> Nullable, #[max_length = 255] servingLine_liErgRiProj_network -> Nullable, #[max_length = 255] servingLine_destID -> Nullable, #[max_length = 255] servingLine_stateless -> Nullable, #[max_length = 255] servingLine_lineDisplay -> Nullable, #[max_length = 50] operator_code -> Nullable, #[max_length = 255] operator_name -> Nullable, #[max_length = 50] operator_publicCode -> Nullable, #[max_length = 255] attrs_name -> Nullable, #[max_length = 255] attrs_value -> Nullable, } } diesel::table! { depature_requests (depatureRequestId) { depatureRequestId -> Uuid, stopid -> Nullable, #[max_length = 255] serverid -> Nullable, #[max_length = 255] requestid -> Nullable, #[max_length = 255] sessionid -> Nullable, calcTime -> Nullable, serverTime -> Nullable, #[max_length = 255] logRequestId -> Nullable, } } diesel::table! { depature_requeststation_hints (infoLinkUrl) { #[max_length = 255] infoLinkUrl -> Varchar, depatureRequestId -> Nullable, } } diesel::table! { serving_line_depature_requests (depatureRequestId) { depatureRequestId -> Uuid, servingLineId -> Uuid, } } diesel::table! { serving_lines (servingLineId) { servingLineId -> Uuid, #[max_length = 255] mode_name -> Nullable, #[max_length = 50] mode_number -> Nullable, #[max_length = 255] mode_product -> Nullable, mode_productId -> Nullable, mode_type -> Nullable, mode_code -> Nullable, #[max_length = 255] mode_destination -> Nullable, mode_destID -> Nullable, mode_desc -> Nullable, #[max_length = 255] mode_timetablePeriod -> Nullable, #[max_length = 50] diva_branch -> Nullable, #[max_length = 50] diva_line -> Nullable, #[max_length = 50] diva_supplement -> Nullable, #[max_length = 50] diva_dir -> Nullable, #[max_length = 50] diva_project -> Nullable, #[max_length = 50] diva_network -> Nullable, #[max_length = 255] diva_stateless -> Nullable, diva_tripCode -> Nullable, #[max_length = 255] diva_operator -> Nullable, #[max_length = 50] diva_opPublicCode -> Nullable, #[max_length = 50] diva_opCode -> Nullable, diva_Vf -> Nullable, diva_vTo -> Nullable, #[max_length = 50] diva_lineDisplay -> Nullable, meta_lastModificationDate -> Nullable, } } diesel::table! { station_hints (infoLinkURL) { #[max_length = 255] infoLinkURL -> Varchar, #[max_length = 255] infoLinkText -> Nullable, #[max_length = 2055] infoText -> Nullable, } } diesel::table! { stop_lists (input) { input -> Int4, #[max_length = 255] point_dm -> Nullable, #[max_length = 255] point_type -> Nullable, #[max_length = 255] point_name -> Nullable, #[max_length = 255] point_stateless -> Nullable, point_stopId -> Nullable, #[max_length = 255] point_anytype -> Nullable, point_sort -> Nullable, point_quality -> Nullable, point_best -> Nullable, #[max_length = 255] point_object -> Nullable, point_ref_id -> Nullable, #[max_length = 50] point_ref_gid -> Nullable, point_ref_omc -> Nullable, point_ref_placeID -> Nullable, #[max_length = 50] point_ref_place -> Nullable, #[max_length = 50] point_ref_coords -> Nullable, itdOdvAssignedStops_stopid -> Nullable, #[max_length = 255] itdOdvAssignedStops_name -> Nullable, itdOdvAssignedStops_x -> Nullable, itdOdvAssignedStops_y -> Nullable, #[max_length = 255] itdOdvAssignedStops_mapName -> Nullable, #[max_length = 255] itdOdvAssignedStops_value -> Nullable, #[max_length = 255] itdOdvAssignedStops_place -> Nullable, #[max_length = 255] itdOdvAssignedStops_nameWithPlace -> Nullable, itdOdvAssignedStops_distanceTime -> Nullable, itdOdvAssignedStops_isTransferStop -> Nullable, itdOdvAssignedStops_vm -> Nullable, #[max_length = 255] itdOdvAssignedStops_gid -> Nullable, meta_lastModificationDate -> Nullable, } } diesel::joinable!(arrivals -> depature_requests (depatureRequestId)); diesel::joinable!(depature_requests -> stop_lists (stopid)); diesel::joinable!(depature_requeststation_hints -> depature_requests (depatureRequestId)); diesel::joinable!(depature_requeststation_hints -> station_hints (infoLinkUrl)); diesel::joinable!(serving_line_depature_requests -> depature_requests (depatureRequestId)); diesel::joinable!(serving_line_depature_requests -> serving_lines (servingLineId)); diesel::allow_tables_to_appear_in_same_query!( arrivals, depature_requests, depature_requeststation_hints, serving_line_depature_requests, serving_lines, station_hints, stop_lists, ); */