-- -- PostgreSQL database dump -- -- Dumped from database version 16.14 (Ubuntu 16.14-0ubuntu0.24.04.1) -- Dumped by pg_dump version 17.10 SET statement_timeout = 0; SET lock_timeout = 0; SET idle_in_transaction_session_timeout = 0; SET client_encoding = 'UTF8'; SET standard_conforming_strings = on; SELECT pg_catalog.set_config('search_path', '', false); SET check_function_bodies = false; SET xmloption = content; SET client_min_messages = warning; SET row_security = off; ALTER TABLE IF EXISTS ONLY freight.yard_locations DROP CONSTRAINT IF EXISTS yard_locations_yard_id_fkey; ALTER TABLE IF EXISTS ONLY freight.yard_facilities DROP CONSTRAINT IF EXISTS yard_facilities_yard_id_fkey; ALTER TABLE IF EXISTS ONLY freight.yard_distances DROP CONSTRAINT IF EXISTS yard_distances_to_yard_id_fkey; ALTER TABLE IF EXISTS ONLY freight.yard_distances DROP CONSTRAINT IF EXISTS yard_distances_from_yard_id_fkey; ALTER TABLE IF EXISTS ONLY freight.warehouse_zones DROP CONSTRAINT IF EXISTS warehouse_zones_yard_id_fkey; ALTER TABLE IF EXISTS ONLY freight.warehouse_yards DROP CONSTRAINT IF EXISTS warehouse_yards_warehouse_id_fkey; ALTER TABLE IF EXISTS ONLY freight.warehouse_yard_cargo_types DROP CONSTRAINT IF EXISTS warehouse_yard_cargo_types_yard_id_fkey; ALTER TABLE IF EXISTS ONLY freight.warehouse_yard_cargo_types DROP CONSTRAINT IF EXISTS warehouse_yard_cargo_types_cargo_type_id_fkey; ALTER TABLE IF EXISTS ONLY freight.warehouse_loadings DROP CONSTRAINT IF EXISTS warehouse_loadings_warehouse_inventory_id_fkey; ALTER TABLE IF EXISTS ONLY freight.warehouse_inventory DROP CONSTRAINT IF EXISTS warehouse_inventory_zone_id_fkey; ALTER TABLE IF EXISTS ONLY freight.warehouse_inventory DROP CONSTRAINT IF EXISTS warehouse_inventory_yard_id_fkey; ALTER TABLE IF EXISTS ONLY freight.warehouse_inventory DROP CONSTRAINT IF EXISTS warehouse_inventory_warehouse_id_fkey; ALTER TABLE IF EXISTS ONLY freight.warehouse_inventory_movement DROP CONSTRAINT IF EXISTS warehouse_inventory_movement_inventory_id_fkey; ALTER TABLE IF EXISTS ONLY freight.wagon_status_logs DROP CONSTRAINT IF EXISTS wagon_status_logs_wagon_id_fkey; ALTER TABLE IF EXISTS ONLY freight.wagon_movements DROP CONSTRAINT IF EXISTS wagon_movements_wagon_id_fkey; ALTER TABLE IF EXISTS ONLY freight.wagon_movements DROP CONSTRAINT IF EXISTS wagon_movements_train_schedule_id_fkey; ALTER TABLE IF EXISTS ONLY freight.wagon_movements DROP CONSTRAINT IF EXISTS wagon_movements_to_yard_id_fkey; ALTER TABLE IF EXISTS ONLY freight.wagon_movements DROP CONSTRAINT IF EXISTS wagon_movements_from_yard_id_fkey; ALTER TABLE IF EXISTS ONLY freight.wagon_movements DROP CONSTRAINT IF EXISTS wagon_movements_booking_id_fkey; ALTER TABLE IF EXISTS ONLY freight.train_set_wagons DROP CONSTRAINT IF EXISTS train_set_wagons_board_yard_id_fkey; ALTER TABLE IF EXISTS ONLY freight.train_set_wagons DROP CONSTRAINT IF EXISTS train_set_wagons_alight_yard_id_fkey; ALTER TABLE IF EXISTS ONLY freight.train_checkpoint_events DROP CONSTRAINT IF EXISTS train_checkpoint_events_train_schedule_id_fkey; ALTER TABLE IF EXISTS ONLY freight.support_document_versions DROP CONSTRAINT IF EXISTS support_document_versions_document_id_fkey; ALTER TABLE IF EXISTS ONLY freight.routes DROP CONSTRAINT IF EXISTS routes_origin_yard_id_fkey; ALTER TABLE IF EXISTS ONLY freight.routes DROP CONSTRAINT IF EXISTS routes_destination_yard_id_fkey; ALTER TABLE IF EXISTS ONLY freight.route_milestones DROP CONSTRAINT IF EXISTS route_milestones_yard_id_fkey; ALTER TABLE IF EXISTS ONLY freight.route_milestones DROP CONSTRAINT IF EXISTS route_milestones_route_id_fkey; ALTER TABLE IF EXISTS ONLY freight.rate_change_requests DROP CONSTRAINT IF EXISTS rate_change_requests_rate_id_fkey; ALTER TABLE IF EXISTS ONLY freight.priority_rule_change_requests DROP CONSTRAINT IF EXISTS priority_rule_change_requests_priority_config_id_fkey; ALTER TABLE IF EXISTS ONLY freight.maintenance_intervals DROP CONSTRAINT IF EXISTS maintenance_intervals_vehicle_id_fkey; ALTER TABLE IF EXISTS ONLY freight.last_mile_vehicle_containers DROP CONSTRAINT IF EXISTS last_mile_vehicle_containers_assignment_id_fkey; ALTER TABLE IF EXISTS ONLY freight.last_mile_vehicle_assignments DROP CONSTRAINT IF EXISTS last_mile_vehicle_assignments_vehicle_id_fkey; ALTER TABLE IF EXISTS ONLY freight.last_mile_vehicle_assignments DROP CONSTRAINT IF EXISTS last_mile_vehicle_assignments_last_mile_id_fkey; ALTER TABLE IF EXISTS ONLY freight.gps_devices DROP CONSTRAINT IF EXISTS gps_devices_vehicle_id_fkey; ALTER TABLE IF EXISTS ONLY freight.wagon_transfer_requests DROP CONSTRAINT IF EXISTS fk_wtr_wagon_type; ALTER TABLE IF EXISTS ONLY freight.wagon_transfer_requests DROP CONSTRAINT IF EXISTS fk_wtr_to_yard; ALTER TABLE IF EXISTS ONLY freight.wagon_transfer_requests DROP CONSTRAINT IF EXISTS fk_wtr_from_yard; ALTER TABLE IF EXISTS ONLY freight.wagon_movements DROP CONSTRAINT IF EXISTS fk_wm_transfer_request; ALTER TABLE IF EXISTS ONLY freight.wagons DROP CONSTRAINT IF EXISTS fk_wagons_train_set_wagon; ALTER TABLE IF EXISTS ONLY freight.wagons DROP CONSTRAINT IF EXISTS fk_wagons_current_train_schedule; ALTER TABLE IF EXISTS ONLY freight.wagon_booking_allocations DROP CONSTRAINT IF EXISTS fk_wagon_booking_allocations_wagon; ALTER TABLE IF EXISTS ONLY freight.wagon_booking_allocations DROP CONSTRAINT IF EXISTS fk_wagon_booking_allocations_booking; ALTER TABLE IF EXISTS ONLY freight.wagon_allocation_container_items DROP CONSTRAINT IF EXISTS fk_waci_container_type; ALTER TABLE IF EXISTS ONLY freight.wagon_allocation_container_items DROP CONSTRAINT IF EXISTS fk_waci_container; ALTER TABLE IF EXISTS ONLY freight.wagon_allocation_container_items DROP CONSTRAINT IF EXISTS fk_waci_booking_container; ALTER TABLE IF EXISTS ONLY freight.wagon_allocation_container_items DROP CONSTRAINT IF EXISTS fk_waci_allocation; ALTER TABLE IF EXISTS ONLY freight.wagon_allocation_bulk_loads DROP CONSTRAINT IF EXISTS fk_wabl_cargo_type; ALTER TABLE IF EXISTS ONLY freight.wagon_allocation_bulk_loads DROP CONSTRAINT IF EXISTS fk_wabl_booking; ALTER TABLE IF EXISTS ONLY freight.wagon_allocation_bulk_loads DROP CONSTRAINT IF EXISTS fk_wabl_allocation; ALTER TABLE IF EXISTS ONLY freight.vehicles DROP CONSTRAINT IF EXISTS fk_vehicles_truck_type; ALTER TABLE IF EXISTS ONLY freight.train_sets DROP CONSTRAINT IF EXISTS fk_train_sets_locomotive; ALTER TABLE IF EXISTS ONLY freight.train_set_wagons DROP CONSTRAINT IF EXISTS fk_train_set_wagons_wagon_type; ALTER TABLE IF EXISTS ONLY freight.train_set_wagons DROP CONSTRAINT IF EXISTS fk_train_set_wagons_train_set; ALTER TABLE IF EXISTS ONLY freight.train_set_wagons DROP CONSTRAINT IF EXISTS fk_train_set_wagons_physical_wagon; ALTER TABLE IF EXISTS ONLY freight.train_schedules DROP CONSTRAINT IF EXISTS fk_train_schedules_train_set; ALTER TABLE IF EXISTS ONLY freight.train_schedules DROP CONSTRAINT IF EXISTS fk_train_schedules_route; ALTER TABLE IF EXISTS ONLY freight.train_schedules DROP CONSTRAINT IF EXISTS fk_train_schedules_origin; ALTER TABLE IF EXISTS ONLY freight.train_schedules DROP CONSTRAINT IF EXISTS fk_train_schedules_destination; ALTER TABLE IF EXISTS ONLY freight.train_schedule_bookings DROP CONSTRAINT IF EXISTS fk_train_schedule_bookings_schedule; ALTER TABLE IF EXISTS ONLY freight.train_schedule_bookings DROP CONSTRAINT IF EXISTS fk_train_schedule_bookings_booking; ALTER TABLE IF EXISTS ONLY freight.payment_refunds DROP CONSTRAINT IF EXISTS fk_payment_refunds_payment; ALTER TABLE IF EXISTS ONLY freight.maintenance_costs DROP CONSTRAINT IF EXISTS fk_maintenance_schedule; ALTER TABLE IF EXISTS ONLY freight.invoices DROP CONSTRAINT IF EXISTS fk_invoices_payment; ALTER TABLE IF EXISTS ONLY freight.invoices DROP CONSTRAINT IF EXISTS fk_invoices_company_profile; ALTER TABLE IF EXISTS ONLY freight.invoices DROP CONSTRAINT IF EXISTS fk_invoices_company; ALTER TABLE IF EXISTS ONLY freight.invoice_lines DROP CONSTRAINT IF EXISTS fk_invoice_lines_invoice; ALTER TABLE IF EXISTS ONLY freight.fuel_purchases DROP CONSTRAINT IF EXISTS fk_fuel_purchases_vehicle; ALTER TABLE IF EXISTS ONLY freight.fuel_consumption DROP CONSTRAINT IF EXISTS fk_fuel_consumption_vehicle; ALTER TABLE IF EXISTS ONLY freight.containers DROP CONSTRAINT IF EXISTS fk_containers_wagon_allocation; ALTER TABLE IF EXISTS ONLY freight.containers DROP CONSTRAINT IF EXISTS fk_containers_booking_container; ALTER TABLE IF EXISTS ONLY freight.containers DROP CONSTRAINT IF EXISTS fk_containers_booking; ALTER TABLE IF EXISTS ONLY freight.cargoes DROP CONSTRAINT IF EXISTS fk_cargoes_wagon_allocation; ALTER TABLE IF EXISTS ONLY freight.cargoes DROP CONSTRAINT IF EXISTS fk_cargoes_booking; ALTER TABLE IF EXISTS ONLY freight.first_mile_vehicle_assignments DROP CONSTRAINT IF EXISTS first_mile_vehicle_assignments_vehicle_id_fkey; ALTER TABLE IF EXISTS ONLY freight.first_mile_vehicle_assignments DROP CONSTRAINT IF EXISTS first_mile_vehicle_assignments_first_mile_id_fkey; ALTER TABLE IF EXISTS ONLY freight.facility_handling_events DROP CONSTRAINT IF EXISTS facility_handling_events_yard_id_fkey; ALTER TABLE IF EXISTS ONLY freight.facility_handling_events DROP CONSTRAINT IF EXISTS facility_handling_events_train_schedule_id_fkey; ALTER TABLE IF EXISTS ONLY freight.facility_handling_events DROP CONSTRAINT IF EXISTS facility_handling_events_inventory_id_fkey; ALTER TABLE IF EXISTS ONLY freight.facility_handling_events DROP CONSTRAINT IF EXISTS facility_handling_events_booking_id_fkey; ALTER TABLE IF EXISTS ONLY freight.customer_truck_containers DROP CONSTRAINT IF EXISTS customer_truck_containers_booking_id_fkey; ALTER TABLE IF EXISTS ONLY freight.customer_truck_containers DROP CONSTRAINT IF EXISTS customer_truck_containers_assignment_id_fkey; ALTER TABLE IF EXISTS ONLY freight.customer_truck_assignments DROP CONSTRAINT IF EXISTS customer_truck_assignments_booking_id_fkey; ALTER TABLE IF EXISTS ONLY freight.contracts DROP CONSTRAINT IF EXISTS contracts_renewal_of_id_fkey; ALTER TABLE IF EXISTS ONLY freight.contract_templates DROP CONSTRAINT IF EXISTS contract_templates_cargo_type_id_fkey; ALTER TABLE IF EXISTS ONLY freight.contract_signatures DROP CONSTRAINT IF EXISTS contract_signatures_contract_id_fkey; ALTER TABLE IF EXISTS ONLY freight.contract_routes DROP CONSTRAINT IF EXISTS contract_routes_contract_id_fkey; ALTER TABLE IF EXISTS ONLY freight.contract_review_notes DROP CONSTRAINT IF EXISTS contract_review_notes_contract_id_fkey; ALTER TABLE IF EXISTS ONLY freight.contract_rate_snapshots DROP CONSTRAINT IF EXISTS contract_rate_snapshots_contract_id_fkey; ALTER TABLE IF EXISTS ONLY freight.contract_document_revisions DROP CONSTRAINT IF EXISTS contract_document_revisions_contract_id_fkey; ALTER TABLE IF EXISTS ONLY freight.contract_document_review DROP CONSTRAINT IF EXISTS contract_document_review_contract_id_fkey; ALTER TABLE IF EXISTS ONLY freight.contract_document_review DROP CONSTRAINT IF EXISTS contract_document_review_clearance_cycle_id_fkey; ALTER TABLE IF EXISTS ONLY freight.contract_clearance_cycles DROP CONSTRAINT IF EXISTS contract_clearance_cycles_contract_id_fkey; ALTER TABLE IF EXISTS ONLY freight.contract_cargo_scope DROP CONSTRAINT IF EXISTS contract_cargo_scope_contract_id_fkey; ALTER TABLE IF EXISTS ONLY freight.contract_approval_steps DROP CONSTRAINT IF EXISTS contract_approval_steps_contract_id_fkey; ALTER TABLE IF EXISTS ONLY freight.compliance_records DROP CONSTRAINT IF EXISTS compliance_records_vehicle_id_fkey; ALTER TABLE IF EXISTS ONLY freight.clearance_milestones DROP CONSTRAINT IF EXISTS clearance_milestones_contract_id_fkey; ALTER TABLE IF EXISTS ONLY freight.clearance_milestones DROP CONSTRAINT IF EXISTS clearance_milestones_clearance_cycle_id_fkey; ALTER TABLE IF EXISTS ONLY freight.clearance_milestones DROP CONSTRAINT IF EXISTS clearance_milestones_booking_id_fkey; ALTER TABLE IF EXISTS ONLY freight.clearance_incidents DROP CONSTRAINT IF EXISTS clearance_incidents_booking_id_fkey; ALTER TABLE IF EXISTS ONLY freight.bookings DROP CONSTRAINT IF EXISTS bookings_contract_route_id_fkey; ALTER TABLE IF EXISTS ONLY freight.bookings DROP CONSTRAINT IF EXISTS bookings_contract_id_fkey; ALTER TABLE IF EXISTS ONLY freight.booking_wagon_cancellations DROP CONSTRAINT IF EXISTS booking_wagon_cancellations_rebooked_booking_id_fkey; ALTER TABLE IF EXISTS ONLY freight.booking_wagon_cancellations DROP CONSTRAINT IF EXISTS booking_wagon_cancellations_fee_rate_id_fkey; ALTER TABLE IF EXISTS ONLY freight.booking_wagon_cancellations DROP CONSTRAINT IF EXISTS booking_wagon_cancellations_fee_invoice_id_fkey; ALTER TABLE IF EXISTS ONLY freight.booking_wagon_cancellations DROP CONSTRAINT IF EXISTS booking_wagon_cancellations_booking_id_fkey; ALTER TABLE IF EXISTS ONLY freight.booking_review_note DROP CONSTRAINT IF EXISTS booking_review_note_booking_id_fkey; ALTER TABLE IF EXISTS ONLY freight.booking_handovers DROP CONSTRAINT IF EXISTS booking_handovers_truck_assignment_id_fkey; ALTER TABLE IF EXISTS ONLY freight.booking_handovers DROP CONSTRAINT IF EXISTS booking_handovers_edr_assignment_id_fkey; ALTER TABLE IF EXISTS ONLY freight.booking_handovers DROP CONSTRAINT IF EXISTS booking_handovers_booking_id_fkey; ALTER TABLE IF EXISTS ONLY freight.booking_document_review DROP CONSTRAINT IF EXISTS booking_document_review_contract_id_fkey; ALTER TABLE IF EXISTS ONLY freight.booking_contract_signatures DROP CONSTRAINT IF EXISTS booking_contract_signatures_signature_file_id_fkey; ALTER TABLE IF EXISTS ONLY freight.booking_contract_signatures DROP CONSTRAINT IF EXISTS booking_contract_signatures_booking_id_fkey; ALTER TABLE IF EXISTS ONLY freight.booking_container_units DROP CONSTRAINT IF EXISTS booking_container_units_booking_container_id_fkey; ALTER TABLE IF EXISTS ONLY freight.booking_batch_offers DROP CONSTRAINT IF EXISTS booking_batch_offers_train_schedule_id_fkey; ALTER TABLE IF EXISTS ONLY freight.booking_batch_offers DROP CONSTRAINT IF EXISTS booking_batch_offers_booking_id_fkey; ALTER TABLE IF EXISTS ONLY freight.work_orders DROP CONSTRAINT IF EXISTS "FK_work_orders_vehicle_id"; ALTER TABLE IF EXISTS ONLY freight.weight_limit_rules DROP CONSTRAINT IF EXISTS "FK_weight_limit_rules_container_type"; ALTER TABLE IF EXISTS ONLY freight.warranties DROP CONSTRAINT IF EXISTS "FK_warranties_vehicle_id"; ALTER TABLE IF EXISTS ONLY freight.wagons DROP CONSTRAINT IF EXISTS "FK_wagons_wagon_type_id"; ALTER TABLE IF EXISTS ONLY freight.wagons DROP CONSTRAINT IF EXISTS "FK_wagons_train_id"; ALTER TABLE IF EXISTS ONLY freight.wagons DROP CONSTRAINT IF EXISTS "FK_wagons_current_location_yard_id"; ALTER TABLE IF EXISTS ONLY freight.wagons DROP CONSTRAINT IF EXISTS "FK_wagon_current_yard"; ALTER TABLE IF EXISTS ONLY freight.trains DROP CONSTRAINT IF EXISTS "FK_trains_current_yard"; ALTER TABLE IF EXISTS ONLY freight.train_sets DROP CONSTRAINT IF EXISTS "FK_train_sets_train"; ALTER TABLE IF EXISTS ONLY freight.train_set_locomotives DROP CONSTRAINT IF EXISTS "FK_train_set_locomotives_train_set"; ALTER TABLE IF EXISTS ONLY freight.train_set_locomotives DROP CONSTRAINT IF EXISTS "FK_train_set_locomotives_locomotive"; ALTER TABLE IF EXISTS ONLY freight.train_locomotives DROP CONSTRAINT IF EXISTS "FK_train_locomotives_train"; ALTER TABLE IF EXISTS ONLY freight.train_locomotives DROP CONSTRAINT IF EXISTS "FK_train_locomotives_locomotive"; ALTER TABLE IF EXISTS ONLY freight.rates DROP CONSTRAINT IF EXISTS "FK_rates_origin_yard_id"; ALTER TABLE IF EXISTS ONLY freight.rates DROP CONSTRAINT IF EXISTS "FK_rates_destination_yard_id"; ALTER TABLE IF EXISTS ONLY freight.rates DROP CONSTRAINT IF EXISTS "FK_rates_cargo_type_id"; ALTER TABLE IF EXISTS ONLY freight.locomotives DROP CONSTRAINT IF EXISTS "FK_locomotive_current_yard"; ALTER TABLE IF EXISTS ONLY freight.file_upload_fields DROP CONSTRAINT IF EXISTS "FK_file_upload_fields_setting"; ALTER TABLE IF EXISTS ONLY freight.dropdown_options DROP CONSTRAINT IF EXISTS "FK_dropdown_options_setting"; ALTER TABLE IF EXISTS ONLY freight.last_mile_requests DROP CONSTRAINT IF EXISTS "FK_d8e15175ed6471429295e2cd788"; ALTER TABLE IF EXISTS ONLY freight.container_type_wagon_types DROP CONSTRAINT IF EXISTS "FK_ctwt_wagon_type"; ALTER TABLE IF EXISTS ONLY freight.container_type_wagon_types DROP CONSTRAINT IF EXISTS "FK_ctwt_container_type"; ALTER TABLE IF EXISTS ONLY freight.containers DROP CONSTRAINT IF EXISTS "FK_containers_wagon_id"; ALTER TABLE IF EXISTS ONLY freight.containers DROP CONSTRAINT IF EXISTS "FK_containers_container_type_id"; ALTER TABLE IF EXISTS ONLY freight.cargo_type_wagon_types DROP CONSTRAINT IF EXISTS "FK_cgwt_wagon_type"; ALTER TABLE IF EXISTS ONLY freight.cargo_type_wagon_types DROP CONSTRAINT IF EXISTS "FK_cgwt_cargo_type"; ALTER TABLE IF EXISTS ONLY freight.cargoes DROP CONSTRAINT IF EXISTS "FK_cargoes_container_id"; ALTER TABLE IF EXISTS ONLY freight.cargoes DROP CONSTRAINT IF EXISTS "FK_cargoes_cargo_type_id"; ALTER TABLE IF EXISTS ONLY freight.bookings DROP CONSTRAINT IF EXISTS "FK_cabe80a0c7b9e0144854a4f353d"; ALTER TABLE IF EXISTS ONLY freight.interchange_document_items DROP CONSTRAINT IF EXISTS "FK_c9fba2c4a1631542a37ad5089d7"; ALTER TABLE IF EXISTS ONLY freight.last_mile_requests DROP CONSTRAINT IF EXISTS "FK_c845afc4aeaf8f73e38a5b5483d"; ALTER TABLE IF EXISTS ONLY freight.booking_document_review DROP CONSTRAINT IF EXISTS "FK_c669c986810af3b82cf033a8d79"; ALTER TABLE IF EXISTS ONLY freight.last_mile DROP CONSTRAINT IF EXISTS "FK_c2d9331fda382ae3e92e6bf913a"; ALTER TABLE IF EXISTS ONLY freight.bookings DROP CONSTRAINT IF EXISTS "FK_bookings_train_id"; ALTER TABLE IF EXISTS ONLY freight.bookings DROP CONSTRAINT IF EXISTS "FK_bookings_shipping_line_id"; ALTER TABLE IF EXISTS ONLY freight.bookings DROP CONSTRAINT IF EXISTS "FK_bookings_service_type_id"; ALTER TABLE IF EXISTS ONLY freight.bookings DROP CONSTRAINT IF EXISTS "FK_bookings_customer_id"; ALTER TABLE IF EXISTS ONLY freight.bookings DROP CONSTRAINT IF EXISTS "FK_bookings_consolidation_partner_id"; ALTER TABLE IF EXISTS ONLY freight.bookings DROP CONSTRAINT IF EXISTS "FK_bookings_company_profile_id"; ALTER TABLE IF EXISTS ONLY freight.bookings DROP CONSTRAINT IF EXISTS "FK_bookings_company_id"; ALTER TABLE IF EXISTS ONLY freight.bookings DROP CONSTRAINT IF EXISTS "FK_bookings_cargo_type_id"; ALTER TABLE IF EXISTS ONLY freight.booking_rate_snapshot DROP CONSTRAINT IF EXISTS "FK_booking_rate_snapshot_rate_id"; ALTER TABLE IF EXISTS ONLY freight.booking_rate_snapshot DROP CONSTRAINT IF EXISTS "FK_booking_rate_snapshot_booking_id"; ALTER TABLE IF EXISTS ONLY freight.booking_container DROP CONSTRAINT IF EXISTS "FK_booking_container_weight_limit_rule_id"; ALTER TABLE IF EXISTS ONLY freight.booking_container DROP CONSTRAINT IF EXISTS "FK_booking_container_container_type_id"; ALTER TABLE IF EXISTS ONLY freight.booking_cargo_modifier DROP CONSTRAINT IF EXISTS "FK_booking_cargo_modifier_rate_snapshot_id"; ALTER TABLE IF EXISTS ONLY freight.booking_cargo_modifier DROP CONSTRAINT IF EXISTS "FK_booking_cargo_modifier_rate_id"; ALTER TABLE IF EXISTS ONLY freight.booking_cargo_modifier DROP CONSTRAINT IF EXISTS "FK_booking_cargo_modifier_booking_id"; ALTER TABLE IF EXISTS ONLY freight.ff_clients DROP CONSTRAINT IF EXISTS "FK_af4d6bac2844d39095b2056e978"; ALTER TABLE IF EXISTS ONLY freight.first_mile DROP CONSTRAINT IF EXISTS "FK_a2ae03360a02c61fdc2e8361ea8"; ALTER TABLE IF EXISTS ONLY freight.first_mile DROP CONSTRAINT IF EXISTS "FK_a19b54ac3d426df8cc0e313be06"; ALTER TABLE IF EXISTS ONLY freight.cargo_types DROP CONSTRAINT IF EXISTS "FK_CARGO_TYPES_PARENT_GROUP"; ALTER TABLE IF EXISTS ONLY freight.booking_requests DROP CONSTRAINT IF EXISTS "FK_9e49de0ed55d84d3f97627040cd"; ALTER TABLE IF EXISTS ONLY freight.booking_container_allocations DROP CONSTRAINT IF EXISTS "FK_99c89fe4e4c3e3670fdc25ea9a9"; ALTER TABLE IF EXISTS ONLY freight.booking_container DROP CONSTRAINT IF EXISTS "FK_91946ca51ff65658f487eae1162"; ALTER TABLE IF EXISTS ONLY freight.first_mile_container_allocations DROP CONSTRAINT IF EXISTS "FK_8bba293eb2fd548433d28d97103"; ALTER TABLE IF EXISTS ONLY freight.company_revisions DROP CONSTRAINT IF EXISTS "FK_8a17ca32f9e4624e1c55c51f7c7"; ALTER TABLE IF EXISTS ONLY freight.interchange_document_items DROP CONSTRAINT IF EXISTS "FK_864508e9249279bd3e12dafdd21"; ALTER TABLE IF EXISTS ONLY freight.last_mile_container_allocations DROP CONSTRAINT IF EXISTS "FK_825ceccffec68ac49c85bd75de0"; ALTER TABLE IF EXISTS ONLY freight.bookings DROP CONSTRAINT IF EXISTS "FK_6fa72e9c8fdfa587cffd9383470"; ALTER TABLE IF EXISTS ONLY freight.import_djibouti_operations DROP CONSTRAINT IF EXISTS "FK_6c3e3046300b152a13505bf8ffd"; ALTER TABLE IF EXISTS ONLY freight.booking_requests DROP CONSTRAINT IF EXISTS "FK_590f6298c3c3ae09d982f96fb9d"; ALTER TABLE IF EXISTS ONLY freight.booking_container_allocations DROP CONSTRAINT IF EXISTS "FK_4fa907f6cc2cfe181385dcd57c5"; ALTER TABLE IF EXISTS ONLY freight.warehouses DROP CONSTRAINT IF EXISTS "FK_374ce3a1439d02d5ff97e479921"; ALTER TABLE IF EXISTS ONLY freight.company_change_request DROP CONSTRAINT IF EXISTS "FK_366962cebba507dd8b0146f7f47"; ALTER TABLE IF EXISTS ONLY freight.last_mile_requests DROP CONSTRAINT IF EXISTS "FK_32653c7b15225addbafdaa297c1"; ALTER TABLE IF EXISTS ONLY freight.first_mile_container_allocations DROP CONSTRAINT IF EXISTS "FK_31dfdcea6bf62ec98f2e5428996"; ALTER TABLE IF EXISTS ONLY freight.company_profiles DROP CONSTRAINT IF EXISTS "FK_30228dd283a0f14486346e1db96"; ALTER TABLE IF EXISTS ONLY freight.external_profiles DROP CONSTRAINT IF EXISTS "FK_26d2a16e263ab4fe0a4c8e91954"; ALTER TABLE IF EXISTS ONLY freight.last_mile DROP CONSTRAINT IF EXISTS "FK_173a865c0889b8c5564993c70ff"; ALTER TABLE IF EXISTS ONLY freight.ff_clients DROP CONSTRAINT IF EXISTS "FK_1101fbe8e745d91b6bd0747b582"; ALTER TABLE IF EXISTS ONLY freight.last_mile_container_allocations DROP CONSTRAINT IF EXISTS "FK_0bc28c4087bb0c6e435677a6fcb"; DROP INDEX IF EXISTS freight.ux_vehicles_vin; DROP INDEX IF EXISTS freight.ux_truck_types_code; DROP INDEX IF EXISTS freight.ux_train_schedules_reference; DROP INDEX IF EXISTS freight.ux_invoices_eims_irn; DROP INDEX IF EXISTS freight.uq_yard_distances_pair; DROP INDEX IF EXISTS freight.uq_support_documents_slug; DROP INDEX IF EXISTS freight.uq_support_doc_version; DROP INDEX IF EXISTS freight.uq_rcr_one_pending_per_rate; DROP INDEX IF EXISTS freight.uq_open_wagon_cancellation_per_booking; DROP INDEX IF EXISTS freight.uq_one_active_booking_per_one_time_contract; DROP INDEX IF EXISTS freight.uq_interchange_active_schedule_direction; DROP INDEX IF EXISTS freight.uq_contract_templates_code; DROP INDEX IF EXISTS freight.uq_contract_templates_cargo_customs; DROP INDEX IF EXISTS freight.uq_clearance_milestone_cycle; DROP INDEX IF EXISTS freight.uq_clearance_milestone_booking; DROP INDEX IF EXISTS freight.uq_booking_document_review_doc; DROP INDEX IF EXISTS freight.ix_truck_types_is_active; DROP INDEX IF EXISTS freight.ix_transit_agents_is_active; DROP INDEX IF EXISTS freight.idx_yard_distances_to_yard; DROP INDEX IF EXISTS freight.idx_yard_distances_from_yard; DROP INDEX IF EXISTS freight.idx_wtr_status_from_yard; DROP INDEX IF EXISTS freight.idx_wm_transfer_request; DROP INDEX IF EXISTS freight.idx_wm_moved_by; DROP INDEX IF EXISTS freight.idx_wir_status; DROP INDEX IF EXISTS freight.idx_wir_inventory; DROP INDEX IF EXISTS freight.idx_wir_booking; DROP INDEX IF EXISTS freight.idx_wfr_type; DROP INDEX IF EXISTS freight.idx_wfr_active; DROP INDEX IF EXISTS freight.idx_warehouses_type; DROP INDEX IF EXISTS freight.idx_warehouses_status; DROP INDEX IF EXISTS freight.idx_warehouses_station_id; DROP INDEX IF EXISTS freight.idx_warehouse_zones_yard_id; DROP INDEX IF EXISTS freight.idx_warehouse_zones_type; DROP INDEX IF EXISTS freight.idx_warehouse_zones_status; DROP INDEX IF EXISTS freight.idx_warehouse_yards_warehouse_id; DROP INDEX IF EXISTS freight.idx_warehouse_yards_type; DROP INDEX IF EXISTS freight.idx_warehouse_yards_status; DROP INDEX IF EXISTS freight.idx_warehouse_loadings_wagon_id; DROP INDEX IF EXISTS freight.idx_warehouse_loadings_train_schedule; DROP INDEX IF EXISTS freight.idx_warehouse_loadings_inventory_id; DROP INDEX IF EXISTS freight.idx_warehouse_loadings_booking_id; DROP INDEX IF EXISTS freight.idx_warehouse_inventory_zone_id; DROP INDEX IF EXISTS freight.idx_warehouse_inventory_yard_id; DROP INDEX IF EXISTS freight.idx_warehouse_inventory_warehouse_id; DROP INDEX IF EXISTS freight.idx_warehouse_inventory_status; DROP INDEX IF EXISTS freight.idx_warehouse_inventory_movement_inventory_id; DROP INDEX IF EXISTS freight.idx_warehouse_inventory_inspection_status; DROP INDEX IF EXISTS freight.idx_warehouse_inventory_grn_number; DROP INDEX IF EXISTS freight.idx_warehouse_inventory_goods_id; DROP INDEX IF EXISTS freight.idx_warehouse_inventory_container_id; DROP INDEX IF EXISTS freight.idx_warehouse_inventory_cargo_id; DROP INDEX IF EXISTS freight.idx_warehouse_inventory_booking_id; DROP INDEX IF EXISTS freight.idx_warehouse_activity_log_warehouse_id; DROP INDEX IF EXISTS freight.idx_warehouse_activity_log_inventory_id; DROP INDEX IF EXISTS freight.idx_warehouse_activity_log_activity_type; DROP INDEX IF EXISTS freight.idx_war_priority; DROP INDEX IF EXISTS freight.idx_war_active; DROP INDEX IF EXISTS freight.idx_wagons_train_set_wagon_id; DROP INDEX IF EXISTS freight.idx_wagons_current_train_schedule_id; DROP INDEX IF EXISTS freight.idx_wagon_status_logs_wagon; DROP INDEX IF EXISTS freight.idx_wagon_booking_allocations_booking; DROP INDEX IF EXISTS freight.idx_waci_allocation; DROP INDEX IF EXISTS freight.idx_wabl_booking; DROP INDEX IF EXISTS freight.idx_vehicles_vehicle_type; DROP INDEX IF EXISTS freight.idx_vehicles_status; DROP INDEX IF EXISTS freight.idx_vehicles_registration_number; DROP INDEX IF EXISTS freight.idx_vehicles_plate_number; DROP INDEX IF EXISTS freight.idx_vehicles_manufacturer; DROP INDEX IF EXISTS freight.idx_user_trade_access_user_id; DROP INDEX IF EXISTS freight.idx_train_sets_status; DROP INDEX IF EXISTS freight.idx_train_set_wagons_physical_wagon; DROP INDEX IF EXISTS freight.idx_train_schedules_window_phase; DROP INDEX IF EXISTS freight.idx_train_schedules_train_number; DROP INDEX IF EXISTS freight.idx_train_schedules_route_id; DROP INDEX IF EXISTS freight.idx_train_schedules_departure_status; DROP INDEX IF EXISTS freight.idx_train_schedules_booking_window_status; DROP INDEX IF EXISTS freight.idx_train_checkpoint_events_schedule; DROP INDEX IF EXISTS freight.idx_support_doc_versions_document; DROP INDEX IF EXISTS freight.idx_scheduling_events_train_schedule_id; DROP INDEX IF EXISTS freight.idx_routes_origin_yard_id; DROP INDEX IF EXISTS freight.idx_routes_destination_yard_id; DROP INDEX IF EXISTS freight.idx_route_milestones_yard_id; DROP INDEX IF EXISTS freight.idx_route_milestones_route_id; DROP INDEX IF EXISTS freight.idx_rcr_status; DROP INDEX IF EXISTS freight.idx_priority_configs_type_active; DROP INDEX IF EXISTS freight.idx_priority_configs_currency_type; DROP INDEX IF EXISTS freight.idx_prcr_status; DROP INDEX IF EXISTS freight.idx_payment_webhook_events_merchant_order_id; DROP INDEX IF EXISTS freight.idx_maintenance_schedules_vehicle_date; DROP INDEX IF EXISTS freight.idx_maintenance_costs_vehicle_date; DROP INDEX IF EXISTS freight.idx_locomotives_status; DROP INDEX IF EXISTS freight.idx_invoices_status; DROP INDEX IF EXISTS freight.idx_invoices_source; DROP INDEX IF EXISTS freight.idx_invoices_company_profile; DROP INDEX IF EXISTS freight.idx_invoices_company; DROP INDEX IF EXISTS freight.idx_invoice_lines_invoice; DROP INDEX IF EXISTS freight.idx_interchange_items_document; DROP INDEX IF EXISTS freight.idx_interchange_items_booking; DROP INDEX IF EXISTS freight.idx_interchange_documents_status; DROP INDEX IF EXISTS freight.idx_interchange_documents_schedule; DROP INDEX IF EXISTS freight.idx_interchange_documents_direction; DROP INDEX IF EXISTS freight.idx_import_djibouti_operations_schedule; DROP INDEX IF EXISTS freight.idx_import_customs_risk; DROP INDEX IF EXISTS freight.idx_import_customs_booking; DROP INDEX IF EXISTS freight.idx_fuel_purchases_vehicle; DROP INDEX IF EXISTS freight.idx_fuel_purchases_date; DROP INDEX IF EXISTS freight.idx_fuel_consumption_vehicle_month; DROP INDEX IF EXISTS freight.idx_files_resource_lookup; DROP INDEX IF EXISTS freight.idx_facilities_status; DROP INDEX IF EXISTS freight.idx_facilities_code; DROP INDEX IF EXISTS freight.idx_empty_returns_status; DROP INDEX IF EXISTS freight.idx_empty_returns_container; DROP INDEX IF EXISTS freight.idx_empty_returns_booking; DROP INDEX IF EXISTS freight.idx_drivers_status; DROP INDEX IF EXISTS freight.idx_drivers_phone_number; DROP INDEX IF EXISTS freight.idx_drivers_license_number; DROP INDEX IF EXISTS freight.idx_drivers_email; DROP INDEX IF EXISTS freight.idx_djibouti_incidents_type; DROP INDEX IF EXISTS freight.idx_djibouti_incidents_container; DROP INDEX IF EXISTS freight.idx_djibouti_incidents_booking; DROP INDEX IF EXISTS freight.idx_contracts_valid_until; DROP INDEX IF EXISTS freight.idx_contracts_status; DROP INDEX IF EXISTS freight.idx_contracts_kind; DROP INDEX IF EXISTS freight.idx_contracts_company; DROP INDEX IF EXISTS freight.idx_contract_signatures_contract; DROP INDEX IF EXISTS freight.idx_contract_routes_contract; DROP INDEX IF EXISTS freight.idx_contract_review_notes_contract; DROP INDEX IF EXISTS freight.idx_contract_rate_snapshots_contract; DROP INDEX IF EXISTS freight.idx_contract_document_revisions_contract; DROP INDEX IF EXISTS freight.idx_contract_doc_review_status; DROP INDEX IF EXISTS freight.idx_contract_doc_review_contract; DROP INDEX IF EXISTS freight.idx_contract_clearance_cycles_contract; DROP INDEX IF EXISTS freight.idx_contract_cargo_scope_contract; DROP INDEX IF EXISTS freight.idx_contract_approval_steps_contract; DROP INDEX IF EXISTS freight.idx_compliance_records_vehicle_id; DROP INDEX IF EXISTS freight.idx_compliance_records_type; DROP INDEX IF EXISTS freight.idx_compliance_records_expiry_date; DROP INDEX IF EXISTS freight.idx_company_revisions_company; DROP INDEX IF EXISTS freight.idx_company_change_request_status; DROP INDEX IF EXISTS freight.idx_company_change_request_company; DROP INDEX IF EXISTS freight.idx_clearance_milestones_region; DROP INDEX IF EXISTS freight.idx_clearance_milestones_contract; DROP INDEX IF EXISTS freight.idx_clearance_milestones_booking; DROP INDEX IF EXISTS freight.idx_clearance_incidents_booking; DROP INDEX IF EXISTS freight.idx_bwc_status; DROP INDEX IF EXISTS freight.idx_bwc_booking; DROP INDEX IF EXISTS freight.idx_bookings_train_schedule_id; DROP INDEX IF EXISTS freight.idx_bookings_scheduling_status; DROP INDEX IF EXISTS freight.idx_bookings_route_day; DROP INDEX IF EXISTS freight.idx_bookings_is_government; DROP INDEX IF EXISTS freight.idx_bookings_contract; DROP INDEX IF EXISTS freight.idx_bookings_company_profile_id; DROP INDEX IF EXISTS freight.idx_bookings_company_id; DROP INDEX IF EXISTS freight.idx_bookings_booking_type; DROP INDEX IF EXISTS freight.idx_booking_review_note_booking_id; DROP INDEX IF EXISTS freight.idx_booking_requests_status; DROP INDEX IF EXISTS freight.idx_booking_requests_contract_status; DROP INDEX IF EXISTS freight.idx_booking_requests_contract; DROP INDEX IF EXISTS freight.idx_booking_document_review_status; DROP INDEX IF EXISTS freight.idx_booking_document_review_booking; DROP INDEX IF EXISTS freight.idx_booking_contract_signatures_booking_id; DROP INDEX IF EXISTS freight.idx_booking_batch_offers_status; DROP INDEX IF EXISTS freight.idx_booking_batch_offers_schedule; DROP INDEX IF EXISTS freight.idx_booking_batch_offers_booking; DROP INDEX IF EXISTS freight.idx_asset_disposals_vehicle_date; DROP INDEX IF EXISTS freight.idx_asset_acquisitions_vehicle_date; DROP INDEX IF EXISTS freight."UQ_yards_label_active"; DROP INDEX IF EXISTS freight."UQ_yards_code_active"; DROP INDEX IF EXISTS freight."UQ_yards_code"; DROP INDEX IF EXISTS freight."UQ_yard_facility_yard"; DROP INDEX IF EXISTS freight."UQ_weight_limit_rules_pattern"; DROP INDEX IF EXISTS freight."UQ_wagons_wagon_number_active"; DROP INDEX IF EXISTS freight."UQ_trains_train_number"; DROP INDEX IF EXISTS freight."UQ_trains_import_train_number"; DROP INDEX IF EXISTS freight."UQ_trains_export_train_number"; DROP INDEX IF EXISTS freight."UQ_train_set_locomotives_set_loco"; DROP INDEX IF EXISTS freight."UQ_train_locomotives_train_loco"; DROP INDEX IF EXISTS freight."UQ_shipping_lines_code"; DROP INDEX IF EXISTS freight."UQ_rates_pattern"; DROP INDEX IF EXISTS freight."UQ_priority_rules_code"; DROP INDEX IF EXISTS freight."UQ_maintenance_intervals_vehicle_type_item"; DROP INDEX IF EXISTS freight."UQ_locomotives_name_active"; DROP INDEX IF EXISTS freight."UQ_last_mile_vehicle_container"; DROP INDEX IF EXISTS freight."UQ_file_upload_settings_code"; DROP INDEX IF EXISTS freight."UQ_file_upload_fields_setting_file_key"; DROP INDEX IF EXISTS freight."UQ_dropdown_settings_code"; DROP INDEX IF EXISTS freight."UQ_dropdown_options_setting_value"; DROP INDEX IF EXISTS freight."UQ_customer_truck_containers_booking_number"; DROP INDEX IF EXISTS freight."UQ_booking_handovers_booking_truck"; DROP INDEX IF EXISTS freight."UQ_booking_handovers_booking_edr_truck"; DROP INDEX IF EXISTS freight."UQ_DRIVERS_PHONE_ACTIVE"; DROP INDEX IF EXISTS freight."UQ_DRIVERS_LICENSE_ACTIVE"; DROP INDEX IF EXISTS freight."UQ_DRIVERS_FAYDA_SUB_ACTIVE"; DROP INDEX IF EXISTS freight."UQ_DRIVERS_EMAIL_ACTIVE"; DROP INDEX IF EXISTS freight."IDX_work_orders_vehicle_id_status"; DROP INDEX IF EXISTS freight."IDX_weight_limit_rules_container_type_id"; DROP INDEX IF EXISTS freight."IDX_warranties_vehicle_id_expiry_date"; DROP INDEX IF EXISTS freight."IDX_wagons_train_id"; DROP INDEX IF EXISTS freight."IDX_wagons_current_location_yard_id"; DROP INDEX IF EXISTS freight."IDX_wagon_movements_wagon_occurred"; DROP INDEX IF EXISTS freight."IDX_wagon_movements_schedule"; DROP INDEX IF EXISTS freight."IDX_wagon_current_yard_id"; DROP INDEX IF EXISTS freight."IDX_trains_current_yard_id"; DROP INDEX IF EXISTS freight."IDX_train_sets_train_id"; DROP INDEX IF EXISTS freight."IDX_swal_train_schedule_id"; DROP INDEX IF EXISTS freight."IDX_swal_train_id"; DROP INDEX IF EXISTS freight."IDX_service_types_code"; DROP INDEX IF EXISTS freight."IDX_routes_status"; DROP INDEX IF EXISTS freight."IDX_rates_trigger"; DROP INDEX IF EXISTS freight."IDX_rates_origin_yard_id"; DROP INDEX IF EXISTS freight."IDX_rates_destination_yard_id"; DROP INDEX IF EXISTS freight."IDX_priority_rules_is_active"; DROP INDEX IF EXISTS freight."IDX_parts_category"; DROP INDEX IF EXISTS freight."IDX_maintenance_intervals_vehicle_type"; DROP INDEX IF EXISTS freight."IDX_locomotive_current_yard_id"; DROP INDEX IF EXISTS freight."IDX_last_mile_vehicle_id"; DROP INDEX IF EXISTS freight."IDX_last_mile_vehicle_containers_assignment"; DROP INDEX IF EXISTS freight."IDX_last_mile_status"; DROP INDEX IF EXISTS freight."IDX_last_mile_requests_status"; DROP INDEX IF EXISTS freight."IDX_last_mile_requests_booking_schedule"; DROP INDEX IF EXISTS freight."IDX_last_mile_container_allocations_vehicle_id"; DROP INDEX IF EXISTS freight."IDX_last_mile_container_allocations_last_mile_id"; DROP INDEX IF EXISTS freight."IDX_last_mile_booking_id"; DROP INDEX IF EXISTS freight."IDX_freight_files_resource_code"; DROP INDEX IF EXISTS freight."IDX_freight_files_resource"; DROP INDEX IF EXISTS freight."IDX_freight_customers_email"; DROP INDEX IF EXISTS freight."IDX_first_mile_vehicle_id"; DROP INDEX IF EXISTS freight."IDX_first_mile_status"; DROP INDEX IF EXISTS freight."IDX_first_mile_container_allocations_vehicle_id"; DROP INDEX IF EXISTS freight."IDX_first_mile_container_allocations_first_mile_id"; DROP INDEX IF EXISTS freight."IDX_first_mile_booking_id"; DROP INDEX IF EXISTS freight."IDX_files_version_history"; DROP INDEX IF EXISTS freight."IDX_files_open_change_request"; DROP INDEX IF EXISTS freight."IDX_facility_handling_events_yard"; DROP INDEX IF EXISTS freight."IDX_facility_handling_events_grn"; DROP INDEX IF EXISTS freight."IDX_facility_handling_events_booking"; DROP INDEX IF EXISTS freight."IDX_e669a91069a3aa982b2c99c256"; DROP INDEX IF EXISTS freight."IDX_dc808839c3d64c763cc7f6ff68"; DROP INDEX IF EXISTS freight."IDX_customer_truck_departed"; DROP INDEX IF EXISTS freight."IDX_customer_truck_containers_assignment"; DROP INDEX IF EXISTS freight."IDX_customer_truck_assignments_booking"; DROP INDEX IF EXISTS freight."IDX_containers_wagon_id"; DROP INDEX IF EXISTS freight."IDX_container_types_size_code"; DROP INDEX IF EXISTS freight."IDX_container_types_is_active"; DROP INDEX IF EXISTS freight."IDX_companies_kind"; DROP INDEX IF EXISTS freight."IDX_cargoes_container_id"; DROP INDEX IF EXISTS freight."IDX_cargo_types_code"; DROP INDEX IF EXISTS freight."IDX_booking_handovers_booking"; DROP INDEX IF EXISTS freight."IDX_booking_container_units_grn"; DROP INDEX IF EXISTS freight."IDX_booking_container_allocations_vehicle_id"; DROP INDEX IF EXISTS freight."IDX_booking_container_allocations_booking_id"; DROP INDEX IF EXISTS freight."IDX_booking_cargo_modifier_rate_id"; DROP INDEX IF EXISTS freight."IDX_b658cd8f6876645a05c0366a56"; DROP INDEX IF EXISTS freight."IDX_af4d6bac2844d39095b2056e97"; DROP INDEX IF EXISTS freight."IDX_SUPPORT_MSG_CONV_CREATED"; DROP INDEX IF EXISTS freight."IDX_SUPPORT_CONV_LASTMSG"; DROP INDEX IF EXISTS freight."IDX_SUPPORT_CONV_COMPANY"; DROP INDEX IF EXISTS freight."IDX_SERVICE_TYPES_IS_ACTIVE"; DROP INDEX IF EXISTS freight."IDX_SERVICE_TYPES_DISPLAY_ORDER"; DROP INDEX IF EXISTS freight."IDX_NOTIFICATIONS_RECIPIENT_UNREAD"; DROP INDEX IF EXISTS freight."IDX_NOTIFICATIONS_RECIPIENT_CREATED"; DROP INDEX IF EXISTS freight."IDX_LM_VEHICLE_ASSIGNMENTS_VEHICLE"; DROP INDEX IF EXISTS freight."IDX_INCIDENTS_VEHICLE"; DROP INDEX IF EXISTS freight."IDX_INCIDENTS_DRIVER"; DROP INDEX IF EXISTS freight."IDX_GPS_POSITIONS_VEHICLE_TIME"; DROP INDEX IF EXISTS freight."IDX_GPS_POSITIONS_DEVICE_TIME"; DROP INDEX IF EXISTS freight."IDX_GPS_DEVICES_VEHICLE"; DROP INDEX IF EXISTS freight."IDX_FM_VEHICLE_ASSIGNMENTS_VEHICLE"; DROP INDEX IF EXISTS freight."IDX_FLEET_EVENTS_VEHICLE"; DROP INDEX IF EXISTS freight."IDX_FLEET_EVENTS_DRIVER"; DROP INDEX IF EXISTS freight."IDX_FILES_RESOURCE_LOOKUP"; DROP INDEX IF EXISTS freight."IDX_FAYDA_SESSIONS_IAM_USER_ID"; DROP INDEX IF EXISTS freight."IDX_FAYDA_SESSIONS_EXPIRES_AT"; DROP INDEX IF EXISTS freight."IDX_CARGO_TYPES_PARENT_GROUP_ID"; DROP INDEX IF EXISTS freight."IDX_CARGO_TYPES_IS_ACTIVE"; DROP INDEX IF EXISTS freight."IDX_CARGO_TYPES_DISPLAY_ORDER"; DROP INDEX IF EXISTS freight."IDX_30228dd283a0f14486346e1db9"; DROP INDEX IF EXISTS freight."IDX_26d2a16e263ab4fe0a4c8e9195"; DROP INDEX IF EXISTS freight."IDX_1e57cd6c6afae8f303847f159d"; DROP INDEX IF EXISTS freight."IDX_1b3738f728d42fc9aca8d4ac19"; DROP INDEX IF EXISTS freight."IDX_1101fbe8e745d91b6bd0747b58"; ALTER TABLE IF EXISTS ONLY freight.yard_locations DROP CONSTRAINT IF EXISTS yard_locations_yard_id_key; ALTER TABLE IF EXISTS ONLY freight.yard_locations DROP CONSTRAINT IF EXISTS yard_locations_pkey; ALTER TABLE IF EXISTS ONLY freight.yard_facilities DROP CONSTRAINT IF EXISTS yard_facilities_pkey; ALTER TABLE IF EXISTS ONLY freight.yard_distances DROP CONSTRAINT IF EXISTS yard_distances_pkey; ALTER TABLE IF EXISTS ONLY freight.work_orders DROP CONSTRAINT IF EXISTS work_orders_pkey; ALTER TABLE IF EXISTS ONLY freight.warranties DROP CONSTRAINT IF EXISTS warranties_pkey; ALTER TABLE IF EXISTS ONLY freight.warehouses DROP CONSTRAINT IF EXISTS warehouses_pkey; ALTER TABLE IF EXISTS ONLY freight.warehouses DROP CONSTRAINT IF EXISTS warehouses_code_key; ALTER TABLE IF EXISTS ONLY freight.warehouse_zones DROP CONSTRAINT IF EXISTS warehouse_zones_pkey; ALTER TABLE IF EXISTS ONLY freight.warehouse_yards DROP CONSTRAINT IF EXISTS warehouse_yards_pkey; ALTER TABLE IF EXISTS ONLY freight.warehouse_yard_cargo_types DROP CONSTRAINT IF EXISTS warehouse_yard_cargo_types_pkey; ALTER TABLE IF EXISTS ONLY freight.warehouse_loadings DROP CONSTRAINT IF EXISTS warehouse_loadings_pkey; ALTER TABLE IF EXISTS ONLY freight.warehouse_inventory DROP CONSTRAINT IF EXISTS warehouse_inventory_pkey; ALTER TABLE IF EXISTS ONLY freight.warehouse_inventory_movement DROP CONSTRAINT IF EXISTS warehouse_inventory_movement_pkey; ALTER TABLE IF EXISTS ONLY freight.warehouse_activity_log DROP CONSTRAINT IF EXISTS warehouse_activity_log_pkey; ALTER TABLE IF EXISTS ONLY freight.warehouse_accrual_acks DROP CONSTRAINT IF EXISTS warehouse_accrual_acks_pkey; ALTER TABLE IF EXISTS ONLY freight.warehouse_accrual_acks DROP CONSTRAINT IF EXISTS warehouse_accrual_acks_inventory_id_key; ALTER TABLE IF EXISTS ONLY freight.wagons DROP CONSTRAINT IF EXISTS wagons_pkey; ALTER TABLE IF EXISTS ONLY freight.wagon_types DROP CONSTRAINT IF EXISTS wagon_types_pkey; ALTER TABLE IF EXISTS ONLY freight.wagon_types DROP CONSTRAINT IF EXISTS wagon_types_code_key; ALTER TABLE IF EXISTS ONLY freight.wagon_status_logs DROP CONSTRAINT IF EXISTS wagon_status_logs_pkey; ALTER TABLE IF EXISTS ONLY freight.wagon_movements DROP CONSTRAINT IF EXISTS wagon_movements_pkey; ALTER TABLE IF EXISTS ONLY freight.wagon_booking_allocations DROP CONSTRAINT IF EXISTS wagon_booking_allocations_pkey; ALTER TABLE IF EXISTS ONLY freight.wagon_allocation_container_items DROP CONSTRAINT IF EXISTS wagon_allocation_container_items_pkey; ALTER TABLE IF EXISTS ONLY freight.wagon_allocation_bulk_loads DROP CONSTRAINT IF EXISTS wagon_allocation_bulk_loads_wagon_booking_allocation_id_key; ALTER TABLE IF EXISTS ONLY freight.wagon_allocation_bulk_loads DROP CONSTRAINT IF EXISTS wagon_allocation_bulk_loads_pkey; ALTER TABLE IF EXISTS ONLY freight.vendors DROP CONSTRAINT IF EXISTS vendors_pkey; ALTER TABLE IF EXISTS ONLY freight.vehicles DROP CONSTRAINT IF EXISTS vehicles_registration_number_key; ALTER TABLE IF EXISTS ONLY freight.vehicles DROP CONSTRAINT IF EXISTS vehicles_plate_number_key; ALTER TABLE IF EXISTS ONLY freight.vehicles DROP CONSTRAINT IF EXISTS vehicles_pkey; ALTER TABLE IF EXISTS ONLY freight.warehouse_zones DROP CONSTRAINT IF EXISTS uq_warehouse_zones_code; ALTER TABLE IF EXISTS ONLY freight.warehouse_yards DROP CONSTRAINT IF EXISTS uq_warehouse_yards_code; ALTER TABLE IF EXISTS ONLY freight.train_set_wagons DROP CONSTRAINT IF EXISTS uq_train_set_wagons_sequence; ALTER TABLE IF EXISTS ONLY freight.train_schedule_bookings DROP CONSTRAINT IF EXISTS uq_train_schedule_booking; ALTER TABLE IF EXISTS ONLY freight.saved_signatures DROP CONSTRAINT IF EXISTS uq_saved_signatures_user_id; ALTER TABLE IF EXISTS ONLY freight.route_milestones DROP CONSTRAINT IF EXISTS uq_route_milestones_route_sequence; ALTER TABLE IF EXISTS ONLY freight.payments DROP CONSTRAINT IF EXISTS uq_payments_transaction_id; ALTER TABLE IF EXISTS ONLY freight.payments DROP CONSTRAINT IF EXISTS uq_payments_merchant_order_id; ALTER TABLE IF EXISTS ONLY freight.payment_webhook_events DROP CONSTRAINT IF EXISTS uq_payment_webhook_events_provider_event; ALTER TABLE IF EXISTS ONLY freight.otp_verifications DROP CONSTRAINT IF EXISTS uq_otp_verifications_phone; ALTER TABLE IF EXISTS ONLY freight.invoices DROP CONSTRAINT IF EXISTS uq_invoices_invoice_number; ALTER TABLE IF EXISTS ONLY freight.fuel_consumption DROP CONSTRAINT IF EXISTS uq_fuel_consumption_vehicle_month; ALTER TABLE IF EXISTS ONLY freight.contract_routes DROP CONSTRAINT IF EXISTS uq_contract_route; ALTER TABLE IF EXISTS ONLY freight.contract_document_review DROP CONSTRAINT IF EXISTS uq_contract_document_review_doc; ALTER TABLE IF EXISTS ONLY freight.contract_cargo_scope DROP CONSTRAINT IF EXISTS uq_contract_container_size; ALTER TABLE IF EXISTS ONLY freight.contract_clearance_cycles DROP CONSTRAINT IF EXISTS uq_contract_clearance_cycle; ALTER TABLE IF EXISTS ONLY freight.consignments DROP CONSTRAINT IF EXISTS uq_consignments_tracking_number; ALTER TABLE IF EXISTS ONLY freight.booking_contract_signatures DROP CONSTRAINT IF EXISTS uq_booking_contract_signatures_role; ALTER TABLE IF EXISTS ONLY freight.booking_container_units DROP CONSTRAINT IF EXISTS uq_booking_container_unit_number; ALTER TABLE IF EXISTS ONLY freight.truck_types DROP CONSTRAINT IF EXISTS truck_types_pkey; ALTER TABLE IF EXISTS ONLY freight.transit_agents DROP CONSTRAINT IF EXISTS transit_agents_pkey; ALTER TABLE IF EXISTS ONLY freight.trains DROP CONSTRAINT IF EXISTS trains_pkey; ALTER TABLE IF EXISTS ONLY freight.trains DROP CONSTRAINT IF EXISTS trains_code_key; ALTER TABLE IF EXISTS ONLY freight.train_sets DROP CONSTRAINT IF EXISTS train_sets_pkey; ALTER TABLE IF EXISTS ONLY freight.train_set_wagons DROP CONSTRAINT IF EXISTS train_set_wagons_pkey; ALTER TABLE IF EXISTS ONLY freight.train_scheduling_global_rules DROP CONSTRAINT IF EXISTS train_scheduling_global_rules_pkey; ALTER TABLE IF EXISTS ONLY freight.train_schedules DROP CONSTRAINT IF EXISTS train_schedules_train_set_id_key; ALTER TABLE IF EXISTS ONLY freight.train_schedules DROP CONSTRAINT IF EXISTS train_schedules_pkey; ALTER TABLE IF EXISTS ONLY freight.train_schedule_bookings DROP CONSTRAINT IF EXISTS train_schedule_bookings_pkey; ALTER TABLE IF EXISTS ONLY freight.train_schedule_bookings DROP CONSTRAINT IF EXISTS train_schedule_bookings_booking_id_key; ALTER TABLE IF EXISTS ONLY freight.train_checkpoint_events DROP CONSTRAINT IF EXISTS train_checkpoint_events_pkey; ALTER TABLE IF EXISTS ONLY freight.support_messages DROP CONSTRAINT IF EXISTS support_messages_pkey; ALTER TABLE IF EXISTS ONLY freight.support_documents DROP CONSTRAINT IF EXISTS support_documents_pkey; ALTER TABLE IF EXISTS ONLY freight.support_document_versions DROP CONSTRAINT IF EXISTS support_document_versions_pkey; ALTER TABLE IF EXISTS ONLY freight.support_conversations DROP CONSTRAINT IF EXISTS support_conversations_pkey; ALTER TABLE IF EXISTS ONLY freight.scheduling_events DROP CONSTRAINT IF EXISTS scheduling_events_pkey; ALTER TABLE IF EXISTS ONLY freight.saved_signatures DROP CONSTRAINT IF EXISTS saved_signatures_pkey; ALTER TABLE IF EXISTS ONLY freight.routes DROP CONSTRAINT IF EXISTS routes_pkey; ALTER TABLE IF EXISTS ONLY freight.route_milestones DROP CONSTRAINT IF EXISTS route_milestones_pkey; ALTER TABLE IF EXISTS ONLY freight.rate_change_requests DROP CONSTRAINT IF EXISTS rate_change_requests_pkey; ALTER TABLE IF EXISTS ONLY freight.priority_rule_change_requests DROP CONSTRAINT IF EXISTS priority_rule_change_requests_pkey; ALTER TABLE IF EXISTS ONLY freight.priority_configs DROP CONSTRAINT IF EXISTS priority_configs_pkey; ALTER TABLE IF EXISTS ONLY freight.wagon_transfer_requests DROP CONSTRAINT IF EXISTS pk_wagon_transfer_requests; ALTER TABLE IF EXISTS ONLY freight.tracking_events DROP CONSTRAINT IF EXISTS pk_tracking_events; ALTER TABLE IF EXISTS ONLY freight.payments DROP CONSTRAINT IF EXISTS pk_payments; ALTER TABLE IF EXISTS ONLY freight.payment_webhook_events DROP CONSTRAINT IF EXISTS pk_payment_webhook_events; ALTER TABLE IF EXISTS ONLY freight.payment_refunds DROP CONSTRAINT IF EXISTS pk_payment_refunds; ALTER TABLE IF EXISTS ONLY freight.otp_verifications DROP CONSTRAINT IF EXISTS pk_otp_verifications; ALTER TABLE IF EXISTS ONLY freight.invoices DROP CONSTRAINT IF EXISTS pk_invoices; ALTER TABLE IF EXISTS ONLY freight.invoice_lines DROP CONSTRAINT IF EXISTS pk_invoice_lines; ALTER TABLE IF EXISTS ONLY freight.fuel_purchases DROP CONSTRAINT IF EXISTS pk_fuel_purchases; ALTER TABLE IF EXISTS ONLY freight.fuel_consumption DROP CONSTRAINT IF EXISTS pk_fuel_consumption; ALTER TABLE IF EXISTS ONLY freight.consignments DROP CONSTRAINT IF EXISTS pk_consignments; ALTER TABLE IF EXISTS ONLY freight.parts DROP CONSTRAINT IF EXISTS parts_pkey; ALTER TABLE IF EXISTS ONLY freight.otp_verifications DROP CONSTRAINT IF EXISTS otp_verifications_email_key; ALTER TABLE IF EXISTS ONLY freight.notifications DROP CONSTRAINT IF EXISTS notifications_pkey; ALTER TABLE IF EXISTS ONLY freight.migrations DROP CONSTRAINT IF EXISTS migrations_pkey; ALTER TABLE IF EXISTS ONLY freight.maintenance_schedules DROP CONSTRAINT IF EXISTS maintenance_schedules_pkey; ALTER TABLE IF EXISTS ONLY freight.maintenance_intervals DROP CONSTRAINT IF EXISTS maintenance_intervals_pkey; ALTER TABLE IF EXISTS ONLY freight.maintenance_costs DROP CONSTRAINT IF EXISTS maintenance_costs_pkey; ALTER TABLE IF EXISTS ONLY freight.locomotives DROP CONSTRAINT IF EXISTS locomotives_pkey; ALTER TABLE IF EXISTS ONLY freight.locomotives DROP CONSTRAINT IF EXISTS locomotives_code_key; ALTER TABLE IF EXISTS ONLY freight.last_mile_vehicle_containers DROP CONSTRAINT IF EXISTS last_mile_vehicle_containers_pkey; ALTER TABLE IF EXISTS ONLY freight.last_mile_vehicle_assignments DROP CONSTRAINT IF EXISTS last_mile_vehicle_assignments_pkey; ALTER TABLE IF EXISTS ONLY freight.incidents DROP CONSTRAINT IF EXISTS incidents_pkey; ALTER TABLE IF EXISTS ONLY freight.gps_positions DROP CONSTRAINT IF EXISTS gps_positions_pkey; ALTER TABLE IF EXISTS ONLY freight.gps_devices DROP CONSTRAINT IF EXISTS gps_devices_pkey; ALTER TABLE IF EXISTS ONLY freight.gps_devices DROP CONSTRAINT IF EXISTS gps_devices_imei_key; ALTER TABLE IF EXISTS ONLY freight.fleet_events DROP CONSTRAINT IF EXISTS fleet_events_pkey; ALTER TABLE IF EXISTS ONLY freight.first_mile_vehicle_assignments DROP CONSTRAINT IF EXISTS first_mile_vehicle_assignments_pkey; ALTER TABLE IF EXISTS ONLY freight.files DROP CONSTRAINT IF EXISTS files_pkey; ALTER TABLE IF EXISTS ONLY freight.file_upload_settings DROP CONSTRAINT IF EXISTS file_upload_settings_pkey; ALTER TABLE IF EXISTS ONLY freight.file_upload_fields DROP CONSTRAINT IF EXISTS file_upload_fields_pkey; ALTER TABLE IF EXISTS ONLY freight.fayda_verification_sessions DROP CONSTRAINT IF EXISTS fayda_verification_sessions_state_key; ALTER TABLE IF EXISTS ONLY freight.fayda_verification_sessions DROP CONSTRAINT IF EXISTS fayda_verification_sessions_pkey; ALTER TABLE IF EXISTS ONLY freight.facility_handling_events DROP CONSTRAINT IF EXISTS facility_handling_events_pkey; ALTER TABLE IF EXISTS ONLY freight.eims_system_state DROP CONSTRAINT IF EXISTS eims_system_state_system_number_key; ALTER TABLE IF EXISTS ONLY freight.eims_system_state DROP CONSTRAINT IF EXISTS eims_system_state_pkey; ALTER TABLE IF EXISTS ONLY freight.drivers DROP CONSTRAINT IF EXISTS drivers_pkey; ALTER TABLE IF EXISTS ONLY freight.customers DROP CONSTRAINT IF EXISTS customers_tin_number_key; ALTER TABLE IF EXISTS ONLY freight.customers DROP CONSTRAINT IF EXISTS customers_pkey; ALTER TABLE IF EXISTS ONLY freight.customers DROP CONSTRAINT IF EXISTS customers_fan_number_key; ALTER TABLE IF EXISTS ONLY freight.customers DROP CONSTRAINT IF EXISTS customers_email_key; ALTER TABLE IF EXISTS ONLY freight.customer_truck_containers DROP CONSTRAINT IF EXISTS customer_truck_containers_pkey; ALTER TABLE IF EXISTS ONLY freight.customer_truck_assignments DROP CONSTRAINT IF EXISTS customer_truck_assignments_pkey; ALTER TABLE IF EXISTS ONLY freight.contracts DROP CONSTRAINT IF EXISTS contracts_reference_key; ALTER TABLE IF EXISTS ONLY freight.contracts DROP CONSTRAINT IF EXISTS contracts_pkey; ALTER TABLE IF EXISTS ONLY freight.contract_templates DROP CONSTRAINT IF EXISTS contract_templates_pkey; ALTER TABLE IF EXISTS ONLY freight.contract_signatures DROP CONSTRAINT IF EXISTS contract_signatures_pkey; ALTER TABLE IF EXISTS ONLY freight.contract_routes DROP CONSTRAINT IF EXISTS contract_routes_pkey; ALTER TABLE IF EXISTS ONLY freight.contract_review_notes DROP CONSTRAINT IF EXISTS contract_review_notes_pkey; ALTER TABLE IF EXISTS ONLY freight.contract_rate_snapshots DROP CONSTRAINT IF EXISTS contract_rate_snapshots_pkey; ALTER TABLE IF EXISTS ONLY freight.contract_document_revisions DROP CONSTRAINT IF EXISTS contract_document_revisions_pkey; ALTER TABLE IF EXISTS ONLY freight.contract_document_review DROP CONSTRAINT IF EXISTS contract_document_review_pkey; ALTER TABLE IF EXISTS ONLY freight.contract_clearance_cycles DROP CONSTRAINT IF EXISTS contract_clearance_cycles_pkey; ALTER TABLE IF EXISTS ONLY freight.contract_cargo_scope DROP CONSTRAINT IF EXISTS contract_cargo_scope_pkey; ALTER TABLE IF EXISTS ONLY freight.contract_approval_steps DROP CONSTRAINT IF EXISTS contract_approval_steps_pkey; ALTER TABLE IF EXISTS ONLY freight.containers DROP CONSTRAINT IF EXISTS containers_pkey; ALTER TABLE IF EXISTS ONLY freight.containers DROP CONSTRAINT IF EXISTS containers_container_number_key; ALTER TABLE IF EXISTS ONLY freight.compliance_records DROP CONSTRAINT IF EXISTS compliance_records_pkey; ALTER TABLE IF EXISTS ONLY freight.clearance_milestones DROP CONSTRAINT IF EXISTS clearance_milestones_pkey; ALTER TABLE IF EXISTS ONLY freight.clearance_incidents DROP CONSTRAINT IF EXISTS clearance_incidents_pkey; ALTER TABLE IF EXISTS ONLY freight.cargoes DROP CONSTRAINT IF EXISTS cargoes_pkey; ALTER TABLE IF EXISTS ONLY freight.cargoes DROP CONSTRAINT IF EXISTS cargoes_cargo_reference_key; ALTER TABLE IF EXISTS ONLY freight.bookings DROP CONSTRAINT IF EXISTS bookings_reference_key; ALTER TABLE IF EXISTS ONLY freight.bookings DROP CONSTRAINT IF EXISTS bookings_pkey; ALTER TABLE IF EXISTS ONLY freight.booking_wagon_cancellations DROP CONSTRAINT IF EXISTS booking_wagon_cancellations_pkey; ALTER TABLE IF EXISTS ONLY freight.booking_review_note DROP CONSTRAINT IF EXISTS booking_review_note_pkey; ALTER TABLE IF EXISTS ONLY freight.booking_handovers DROP CONSTRAINT IF EXISTS booking_handovers_pkey; ALTER TABLE IF EXISTS ONLY freight.booking_contract_signatures DROP CONSTRAINT IF EXISTS booking_contract_signatures_pkey; ALTER TABLE IF EXISTS ONLY freight.booking_container_units DROP CONSTRAINT IF EXISTS booking_container_units_pkey; ALTER TABLE IF EXISTS ONLY freight.booking_batch_offers DROP CONSTRAINT IF EXISTS booking_batch_offers_pkey; ALTER TABLE IF EXISTS ONLY freight.asset_disposals DROP CONSTRAINT IF EXISTS asset_disposals_pkey; ALTER TABLE IF EXISTS ONLY freight.asset_acquisitions DROP CONSTRAINT IF EXISTS asset_acquisitions_pkey; ALTER TABLE IF EXISTS ONLY freight.user_trade_access DROP CONSTRAINT IF EXISTS "UQ_e54889f850f4db112a77b9e8431"; ALTER TABLE IF EXISTS ONLY freight.facilities DROP CONSTRAINT IF EXISTS "UQ_bf808b325b190fb9049254ba55e"; ALTER TABLE IF EXISTS ONLY freight.interchange_documents DROP CONSTRAINT IF EXISTS "UQ_b44369ad5b13e0d897487fc4284"; ALTER TABLE IF EXISTS ONLY freight.approval_rules DROP CONSTRAINT IF EXISTS "UQ_approval_rules_chain_step"; ALTER TABLE IF EXISTS ONLY freight.import_customs_finalizations DROP CONSTRAINT IF EXISTS "UQ_ad87af234cc0068a05fa7bd2335"; ALTER TABLE IF EXISTS ONLY freight.last_mile_vehicle_assignments DROP CONSTRAINT IF EXISTS "UQ_LAST_MILE_VEHICLE"; ALTER TABLE IF EXISTS ONLY freight.first_mile_vehicle_assignments DROP CONSTRAINT IF EXISTS "UQ_FIRST_MILE_VEHICLE"; ALTER TABLE IF EXISTS ONLY freight.import_djibouti_operations DROP CONSTRAINT IF EXISTS "UQ_6c3e3046300b152a13505bf8ffd"; ALTER TABLE IF EXISTS ONLY freight.company_profiles DROP CONSTRAINT IF EXISTS "UQ_539ff8f8225951adb2ef76b0313"; ALTER TABLE IF EXISTS ONLY freight.ff_clients DROP CONSTRAINT IF EXISTS "UQ_4107fef2abf7128f890ef276244"; ALTER TABLE IF EXISTS ONLY freight.companies DROP CONSTRAINT IF EXISTS "UQ_1b3738f728d42fc9aca8d4ac19b"; ALTER TABLE IF EXISTS ONLY freight.train_set_locomotives DROP CONSTRAINT IF EXISTS "PK_train_set_locomotives"; ALTER TABLE IF EXISTS ONLY freight.train_locomotives DROP CONSTRAINT IF EXISTS "PK_train_locomotives"; ALTER TABLE IF EXISTS ONLY freight.schedule_wagon_adjustment_logs DROP CONSTRAINT IF EXISTS "PK_schedule_wagon_adjustment_logs"; ALTER TABLE IF EXISTS ONLY freight.booking_container_allocations DROP CONSTRAINT IF EXISTS "PK_fb0dee3634a65d2ebd734ff46e3"; ALTER TABLE IF EXISTS ONLY freight.empty_container_returns DROP CONSTRAINT IF EXISTS "PK_f82bda09e0ff411811193579948"; ALTER TABLE IF EXISTS ONLY freight.import_customs_finalizations DROP CONSTRAINT IF EXISTS "PK_f67c60e65b732153fc050dd166c"; ALTER TABLE IF EXISTS ONLY freight.external_profiles DROP CONSTRAINT IF EXISTS "PK_f01bade59a434fa68039620ccb9"; ALTER TABLE IF EXISTS ONLY freight.ff_clients DROP CONSTRAINT IF EXISTS "PK_eb91bf3ee74a361acee369dbda2"; ALTER TABLE IF EXISTS ONLY freight.dropdown_settings DROP CONSTRAINT IF EXISTS "PK_dropdown_settings"; ALTER TABLE IF EXISTS ONLY freight.dropdown_options DROP CONSTRAINT IF EXISTS "PK_dropdown_options"; ALTER TABLE IF EXISTS ONLY freight.cargo_types DROP CONSTRAINT IF EXISTS "PK_db1aa5f07b0c5ea996eaea03394"; ALTER TABLE IF EXISTS ONLY freight.booking_cargo_modifier DROP CONSTRAINT IF EXISTS "PK_d949ef8f1b862135ad7e4afdbf1"; ALTER TABLE IF EXISTS ONLY freight.weight_limit_rules DROP CONSTRAINT IF EXISTS "PK_d82c70fa7e878ca301e2aaff709"; ALTER TABLE IF EXISTS ONLY freight.companies DROP CONSTRAINT IF EXISTS "PK_d4bc3e82a314fa9e29f652c2c22"; ALTER TABLE IF EXISTS ONLY freight.warehouse_fee_rules DROP CONSTRAINT IF EXISTS "PK_d24f444e0cb6841c1b19342e134"; ALTER TABLE IF EXISTS ONLY freight.container_type_wagon_types DROP CONSTRAINT IF EXISTS "PK_container_type_wagon_types"; ALTER TABLE IF EXISTS ONLY freight.djibouti_import_incidents DROP CONSTRAINT IF EXISTS "PK_cf3871f27f8bd0db9176f09bf95"; ALTER TABLE IF EXISTS ONLY freight.cargo_type_wagon_types DROP CONSTRAINT IF EXISTS "PK_cargo_type_wagon_types"; ALTER TABLE IF EXISTS ONLY freight.company_revisions DROP CONSTRAINT IF EXISTS "PK_c8ed8b5e0e0d93edffd43c8c024"; ALTER TABLE IF EXISTS ONLY freight.booking_container DROP CONSTRAINT IF EXISTS "PK_c1805410bccc51530297b2960ef"; ALTER TABLE IF EXISTS ONLY freight.last_mile_requests DROP CONSTRAINT IF EXISTS "PK_be0bf389a4b0f01b05e5eded98b"; ALTER TABLE IF EXISTS ONLY freight.last_mile_container_allocations DROP CONSTRAINT IF EXISTS "PK_9d5180799a6dd494156ec980dfb"; ALTER TABLE IF EXISTS ONLY freight.interchange_documents DROP CONSTRAINT IF EXISTS "PK_95e5a5484c57ecc6f4a2927ddb4"; ALTER TABLE IF EXISTS ONLY freight.priority_rules DROP CONSTRAINT IF EXISTS "PK_95c73e8a6e80f29d81edf66dbe2"; ALTER TABLE IF EXISTS ONLY freight.user_trade_access DROP CONSTRAINT IF EXISTS "PK_94e21d7bfb20e57940e3255df87"; ALTER TABLE IF EXISTS ONLY freight.booking_rate_snapshot DROP CONSTRAINT IF EXISTS "PK_8ca5cf692c4c3e95d91a7343117"; ALTER TABLE IF EXISTS ONLY freight.last_mile DROP CONSTRAINT IF EXISTS "PK_8be9fbd78fd39e78b6d30ab119b"; ALTER TABLE IF EXISTS ONLY freight.first_mile_container_allocations DROP CONSTRAINT IF EXISTS "PK_8be4b0df481f8a1555a4fb9d05d"; ALTER TABLE IF EXISTS ONLY freight.first_mile DROP CONSTRAINT IF EXISTS "PK_72bc92607db5356f03c2aaeb6ec"; ALTER TABLE IF EXISTS ONLY freight.booking_requests DROP CONSTRAINT IF EXISTS "PK_62c29ee249979fe0bcdcde33dae"; ALTER TABLE IF EXISTS ONLY freight.warehouse_inspection_reports DROP CONSTRAINT IF EXISTS "PK_625df1e3a62e5aa4c3f14e7172e"; ALTER TABLE IF EXISTS ONLY freight.container_types DROP CONSTRAINT IF EXISTS "PK_50e6b62fcd07ba58bdb6415d47c"; ALTER TABLE IF EXISTS ONLY freight.exchange_settings DROP CONSTRAINT IF EXISTS "PK_48f5730ce6881caf75f279d0a5d"; ALTER TABLE IF EXISTS ONLY freight.booking_document_review DROP CONSTRAINT IF EXISTS "PK_3d7705ea54a01cb4d6db5b743cd"; ALTER TABLE IF EXISTS ONLY freight.yards DROP CONSTRAINT IF EXISTS "PK_3aa7dacb4c4fb065b1e2f8dfb5a"; ALTER TABLE IF EXISTS ONLY freight.import_djibouti_operations DROP CONSTRAINT IF EXISTS "PK_3456f58d03f6719b38c70018ab6"; ALTER TABLE IF EXISTS ONLY freight.shipping_lines DROP CONSTRAINT IF EXISTS "PK_336306f24563d798ec54eedca0c"; ALTER TABLE IF EXISTS ONLY freight.warehouse_allocation_rules DROP CONSTRAINT IF EXISTS "PK_2e7632f009769d4da579c14f151"; ALTER TABLE IF EXISTS ONLY freight.facilities DROP CONSTRAINT IF EXISTS "PK_2e6c685b2e1195e6d6394a22bc7"; ALTER TABLE IF EXISTS ONLY freight.rates DROP CONSTRAINT IF EXISTS "PK_2c804ed4019b80ce48eedba5cec"; ALTER TABLE IF EXISTS ONLY freight.train_composition_removal_logs DROP CONSTRAINT IF EXISTS "PK_29f7cdb5e0ae32ef1b96155fc9a"; ALTER TABLE IF EXISTS ONLY freight.service_types DROP CONSTRAINT IF EXISTS "PK_1dc93417a097cdee3491f39d7cc"; ALTER TABLE IF EXISTS ONLY freight.company_profiles DROP CONSTRAINT IF EXISTS "PK_1980200b310bd1e2ac86aa1ae4a"; ALTER TABLE IF EXISTS ONLY freight.interchange_document_items DROP CONSTRAINT IF EXISTS "PK_163803862ca83ef98678e39a43b"; ALTER TABLE IF EXISTS ONLY freight.company_change_request DROP CONSTRAINT IF EXISTS "PK_0a57bba5aaf77b376e7fee5fcf8"; ALTER TABLE IF EXISTS ONLY freight.approval_rules DROP CONSTRAINT IF EXISTS "PK_048d2ffdf7169337b4cc237d772"; ALTER TABLE IF EXISTS freight.migrations ALTER COLUMN id DROP DEFAULT; DROP TABLE IF EXISTS freight.yards; DROP TABLE IF EXISTS freight.yard_locations; DROP TABLE IF EXISTS freight.yard_facilities; DROP TABLE IF EXISTS freight.yard_distances; DROP TABLE IF EXISTS freight.work_orders; DROP TABLE IF EXISTS freight.weight_limit_rules; DROP TABLE IF EXISTS freight.warranties; DROP TABLE IF EXISTS freight.warehouses; DROP TABLE IF EXISTS freight.warehouse_zones; DROP TABLE IF EXISTS freight.warehouse_yards; DROP TABLE IF EXISTS freight.warehouse_yard_cargo_types; DROP TABLE IF EXISTS freight.warehouse_loadings; DROP TABLE IF EXISTS freight.warehouse_inventory_movement; DROP TABLE IF EXISTS freight.warehouse_inventory; DROP TABLE IF EXISTS freight.warehouse_inspection_reports; DROP TABLE IF EXISTS freight.warehouse_fee_rules; DROP TABLE IF EXISTS freight.warehouse_allocation_rules; DROP TABLE IF EXISTS freight.warehouse_activity_log; DROP TABLE IF EXISTS freight.warehouse_accrual_acks; DROP TABLE IF EXISTS freight.wagons; DROP TABLE IF EXISTS freight.wagon_types; DROP TABLE IF EXISTS freight.wagon_transfer_requests; DROP TABLE IF EXISTS freight.wagon_status_logs; DROP TABLE IF EXISTS freight.wagon_movements; DROP TABLE IF EXISTS freight.wagon_booking_allocations; DROP TABLE IF EXISTS freight.wagon_allocation_container_items; DROP TABLE IF EXISTS freight.wagon_allocation_bulk_loads; DROP TABLE IF EXISTS freight.vendors; DROP TABLE IF EXISTS freight.vehicles; DROP TABLE IF EXISTS freight.user_trade_access; DROP TABLE IF EXISTS freight.truck_types; DROP TABLE IF EXISTS freight.transit_agents; DROP TABLE IF EXISTS freight.trains; DROP TABLE IF EXISTS freight.train_sets; DROP TABLE IF EXISTS freight.train_set_wagons; DROP TABLE IF EXISTS freight.train_set_locomotives; DROP TABLE IF EXISTS freight.train_scheduling_global_rules; DROP TABLE IF EXISTS freight.train_schedules; DROP TABLE IF EXISTS freight.train_schedule_bookings; DROP TABLE IF EXISTS freight.train_locomotives; DROP TABLE IF EXISTS freight.train_composition_removal_logs; DROP TABLE IF EXISTS freight.train_checkpoint_events; DROP TABLE IF EXISTS freight.tracking_events; DROP TABLE IF EXISTS freight.support_messages; DROP TABLE IF EXISTS freight.support_documents; DROP TABLE IF EXISTS freight.support_document_versions; DROP TABLE IF EXISTS freight.support_conversations; DROP TABLE IF EXISTS freight.shipping_lines; DROP TABLE IF EXISTS freight.service_types; DROP SEQUENCE IF EXISTS freight.seq_company_profile_tr; DROP SEQUENCE IF EXISTS freight.seq_company_profile_im; DROP SEQUENCE IF EXISTS freight.seq_company_profile_fwj; DROP SEQUENCE IF EXISTS freight.seq_company_profile_ffe; DROP SEQUENCE IF EXISTS freight.seq_company_profile_ex; DROP TABLE IF EXISTS freight.scheduling_events; DROP TABLE IF EXISTS freight.schedule_wagon_adjustment_logs; DROP TABLE IF EXISTS freight.saved_signatures; DROP TABLE IF EXISTS freight.routes; DROP TABLE IF EXISTS freight.route_milestones; DROP TABLE IF EXISTS freight.rates; DROP TABLE IF EXISTS freight.rate_change_requests; DROP TABLE IF EXISTS freight.priority_rules; DROP TABLE IF EXISTS freight.priority_rule_change_requests; DROP TABLE IF EXISTS freight.priority_configs; DROP TABLE IF EXISTS freight.payments; DROP TABLE IF EXISTS freight.payment_webhook_events; DROP TABLE IF EXISTS freight.payment_refunds; DROP TABLE IF EXISTS freight.parts; DROP TABLE IF EXISTS freight.otp_verifications; DROP TABLE IF EXISTS freight.notifications; DROP SEQUENCE IF EXISTS freight.migrations_id_seq; DROP TABLE IF EXISTS freight.migrations; DROP TABLE IF EXISTS freight.maintenance_schedules; DROP TABLE IF EXISTS freight.maintenance_intervals; DROP TABLE IF EXISTS freight.maintenance_costs; DROP TABLE IF EXISTS freight.locomotives; DROP TABLE IF EXISTS freight.last_mile_vehicle_containers; DROP TABLE IF EXISTS freight.last_mile_vehicle_assignments; DROP TABLE IF EXISTS freight.last_mile_requests; DROP TABLE IF EXISTS freight.last_mile_container_allocations; DROP TABLE IF EXISTS freight.last_mile; DROP TABLE IF EXISTS freight.invoices; DROP TABLE IF EXISTS freight.invoice_lines; DROP TABLE IF EXISTS freight.interchange_documents; DROP TABLE IF EXISTS freight.interchange_document_items; DROP TABLE IF EXISTS freight.incidents; DROP TABLE IF EXISTS freight.import_djibouti_operations; DROP TABLE IF EXISTS freight.import_customs_finalizations; DROP TABLE IF EXISTS freight.gps_positions; DROP TABLE IF EXISTS freight.gps_devices; DROP TABLE IF EXISTS freight.fuel_purchases; DROP TABLE IF EXISTS freight.fuel_consumption; DROP TABLE IF EXISTS freight.fleet_events; DROP TABLE IF EXISTS freight.first_mile_vehicle_assignments; DROP TABLE IF EXISTS freight.first_mile_container_allocations; DROP TABLE IF EXISTS freight.first_mile; DROP TABLE IF EXISTS freight.files; DROP TABLE IF EXISTS freight.file_upload_settings; DROP TABLE IF EXISTS freight.file_upload_fields; DROP TABLE IF EXISTS freight.ff_clients; DROP TABLE IF EXISTS freight.fayda_verification_sessions; DROP TABLE IF EXISTS freight.facility_handling_events; DROP TABLE IF EXISTS freight.facilities; DROP TABLE IF EXISTS freight.external_profiles; DROP TABLE IF EXISTS freight.exchange_settings; DROP TABLE IF EXISTS freight.empty_container_returns; DROP TABLE IF EXISTS freight.eims_system_state; DROP TABLE IF EXISTS freight.dropdown_settings; DROP TABLE IF EXISTS freight.dropdown_options; DROP TABLE IF EXISTS freight.drivers; DROP TABLE IF EXISTS freight.djibouti_import_incidents; DROP TABLE IF EXISTS freight.customers; DROP TABLE IF EXISTS freight.customer_truck_containers; DROP TABLE IF EXISTS freight.customer_truck_assignments; DROP TABLE IF EXISTS freight.contracts; DROP TABLE IF EXISTS freight.contract_templates; DROP TABLE IF EXISTS freight.contract_signatures; DROP TABLE IF EXISTS freight.contract_routes; DROP TABLE IF EXISTS freight.contract_review_notes; DROP TABLE IF EXISTS freight.contract_rate_snapshots; DROP TABLE IF EXISTS freight.contract_document_revisions; DROP TABLE IF EXISTS freight.contract_document_review; DROP TABLE IF EXISTS freight.contract_clearance_cycles; DROP TABLE IF EXISTS freight.contract_cargo_scope; DROP TABLE IF EXISTS freight.contract_approval_steps; DROP TABLE IF EXISTS freight.containers; DROP TABLE IF EXISTS freight.container_types; DROP TABLE IF EXISTS freight.container_type_wagon_types; DROP TABLE IF EXISTS freight.consignments; DROP TABLE IF EXISTS freight.compliance_records; DROP TABLE IF EXISTS freight.company_revisions; DROP TABLE IF EXISTS freight.company_profiles; DROP TABLE IF EXISTS freight.company_change_request; DROP TABLE IF EXISTS freight.companies; DROP TABLE IF EXISTS freight.clearance_milestones; DROP TABLE IF EXISTS freight.clearance_incidents; DROP TABLE IF EXISTS freight.cargoes; DROP TABLE IF EXISTS freight.cargo_types; DROP TABLE IF EXISTS freight.cargo_type_wagon_types; DROP TABLE IF EXISTS freight.bookings; DROP TABLE IF EXISTS freight.booking_wagon_cancellations; DROP TABLE IF EXISTS freight.booking_review_note; DROP TABLE IF EXISTS freight.booking_requests; DROP TABLE IF EXISTS freight.booking_rate_snapshot; DROP TABLE IF EXISTS freight.booking_handovers; DROP TABLE IF EXISTS freight.booking_document_review; DROP TABLE IF EXISTS freight.booking_contract_signatures; DROP TABLE IF EXISTS freight.booking_container_units; DROP TABLE IF EXISTS freight.booking_container_allocations; DROP TABLE IF EXISTS freight.booking_container; DROP TABLE IF EXISTS freight.booking_cargo_modifier; DROP TABLE IF EXISTS freight.booking_batch_offers; DROP TABLE IF EXISTS freight.asset_disposals; DROP TABLE IF EXISTS freight.asset_acquisitions; DROP TABLE IF EXISTS freight.approval_rules; DROP TYPE IF EXISTS freight.weight_limit_rules_trade_direction_enum; DROP TYPE IF EXISTS freight.weight_limit_rules_exceeded_action_enum; DROP TYPE IF EXISTS freight.vehicles_status_enum; DROP TYPE IF EXISTS freight.train_status; DROP TYPE IF EXISTS freight.tracking_events_status_enum; DROP TYPE IF EXISTS freight.surcharges_calculation_method_enum; DROP TYPE IF EXISTS freight.priority_rules_priority_type_enum; DROP TYPE IF EXISTS freight.payments_status_enum; DROP TYPE IF EXISTS freight.payments_method_enum; DROP TYPE IF EXISTS freight.payments_currency_enum; DROP TYPE IF EXISTS freight.payment_webhook_method_enum; DROP TYPE IF EXISTS freight.invoices_status_enum; DROP TYPE IF EXISTS freight.consignments_status_enum; DROP TYPE IF EXISTS freight.consignments_cargo_type_enum; DROP SCHEMA IF EXISTS freight; -- -- Name: freight; Type: SCHEMA; Schema: -; Owner: - -- CREATE SCHEMA freight; -- -- Name: consignments_cargo_type_enum; Type: TYPE; Schema: freight; Owner: - -- CREATE TYPE freight.consignments_cargo_type_enum AS ENUM ( 'CONTAINER', 'BULK_LIQUID', 'BULK_DRY', 'GENERAL', 'REFRIGERATED', 'HAZARDOUS' ); -- -- Name: consignments_status_enum; Type: TYPE; Schema: freight; Owner: - -- CREATE TYPE freight.consignments_status_enum AS ENUM ( 'PENDING', 'LOADED', 'IN_TRANSIT', 'AT_DESTINATION', 'DELIVERED', 'RETURNED' ); -- -- Name: invoices_status_enum; Type: TYPE; Schema: freight; Owner: - -- CREATE TYPE freight.invoices_status_enum AS ENUM ( 'DRAFT', 'ISSUED', 'PENDING', 'PAYMENT_PROCESSING', 'PARTIALLY_PAID', 'PAID', 'OVERDUE', 'CANCELLED', 'REFUNDED', 'EXPIRED' ); -- -- Name: payment_webhook_method_enum; Type: TYPE; Schema: freight; Owner: - -- CREATE TYPE freight.payment_webhook_method_enum AS ENUM ( 'telebirr', 'cbe-birr', 'ebirr' ); -- -- Name: payments_currency_enum; Type: TYPE; Schema: freight; Owner: - -- CREATE TYPE freight.payments_currency_enum AS ENUM ( 'ETB', 'USD' ); -- -- Name: payments_method_enum; Type: TYPE; Schema: freight; Owner: - -- CREATE TYPE freight.payments_method_enum AS ENUM ( 'telebirr', 'cbe-birr', 'ebirr', 'waafi', 'card', 'dmoney', 'cac-bank', 'cbe-bill' ); -- -- Name: payments_status_enum; Type: TYPE; Schema: freight; Owner: - -- CREATE TYPE freight.payments_status_enum AS ENUM ( 'action-required', 'processing', 'success', 'failed', 'canceled', 'refunded' ); -- -- Name: priority_rules_priority_type_enum; Type: TYPE; Schema: freight; Owner: - -- CREATE TYPE freight.priority_rules_priority_type_enum AS ENUM ( 'USD_PAYER', 'RAIL_AND_FORWARDING', 'GOVERNMENT_ACCOUNT', 'HIGH_VOLUME_SHIPMENT' ); -- -- Name: surcharges_calculation_method_enum; Type: TYPE; Schema: freight; Owner: - -- CREATE TYPE freight.surcharges_calculation_method_enum AS ENUM ( 'PER_TON', 'FLAT_FEE', 'PERCENTAGE' ); -- -- Name: tracking_events_status_enum; Type: TYPE; Schema: freight; Owner: - -- CREATE TYPE freight.tracking_events_status_enum AS ENUM ( 'PENDING', 'LOADED', 'IN_TRANSIT', 'AT_DESTINATION', 'DELIVERED', 'RETURNED' ); -- -- Name: train_status; Type: TYPE; Schema: freight; Owner: - -- CREATE TYPE freight.train_status AS ENUM ( 'AVAILABLE', 'SCHEDULED', 'IN_SERVICE', 'UNDER_MAINTENANCE', 'OUT_OF_SERVICE', 'DEACTIVATED' ); -- -- Name: vehicles_status_enum; Type: TYPE; Schema: freight; Owner: - -- CREATE TYPE freight.vehicles_status_enum AS ENUM ( 'ACTIVE', 'FREE', 'BUSY', 'MAINTENANCE', 'RETIRED', 'OUT_OF_SERVICE' ); -- -- Name: weight_limit_rules_exceeded_action_enum; Type: TYPE; Schema: freight; Owner: - -- CREATE TYPE freight.weight_limit_rules_exceeded_action_enum AS ENUM ( 'WARNING_ONLY', 'HARD_BLOCK' ); -- -- Name: weight_limit_rules_trade_direction_enum; Type: TYPE; Schema: freight; Owner: - -- CREATE TYPE freight.weight_limit_rules_trade_direction_enum AS ENUM ( 'IMPORT', 'EXPORT', 'BOTH', 'DOMESTIC' ); SET default_tablespace = ''; SET default_table_access_method = heap; -- -- Name: approval_rules; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.approval_rules ( id uuid DEFAULT public.uuid_generate_v4() NOT NULL, requires_director_approval boolean NOT NULL, step_order smallint NOT NULL, required_role character varying(64) NOT NULL, action_label character varying(50) NOT NULL, blocks_role character varying(64), created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: asset_acquisitions; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.asset_acquisitions ( id uuid DEFAULT gen_random_uuid() NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, vehicle_id uuid, vendor_id uuid, acquisition_type character varying NOT NULL, acquisition_date date NOT NULL, cost numeric(14,2), useful_life_months integer, salvage_value numeric(14,2), lease_start date, lease_end date, monthly_payment numeric(14,2), status character varying DEFAULT 'ACTIVE'::character varying NOT NULL, notes text, item_name character varying(200) ); -- -- Name: asset_disposals; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.asset_disposals ( id uuid DEFAULT gen_random_uuid() NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, vehicle_id uuid NOT NULL, disposal_date date NOT NULL, method character varying NOT NULL, sale_price numeric(14,2), buyer character varying, notes text ); -- -- Name: booking_batch_offers; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.booking_batch_offers ( id uuid DEFAULT gen_random_uuid() NOT NULL, booking_id uuid NOT NULL, train_schedule_id uuid NOT NULL, offered_wagons integer NOT NULL, total_wagons integer NOT NULL, offered_lines jsonb, offered_weight_tons numeric(12,3) NOT NULL, offered_amount numeric(14,2) NOT NULL, offered_pricing_breakdown jsonb, invoice_id uuid, payment_deadline timestamp with time zone NOT NULL, status character varying(10) DEFAULT 'OFFERED'::character varying NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: booking_cargo_modifier; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.booking_cargo_modifier ( id uuid DEFAULT public.uuid_generate_v4() NOT NULL, booking_id uuid NOT NULL, trigger_value numeric(14,4), calculated_amount numeric(14,2) NOT NULL, rate_snapshot_id uuid NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, rate_id uuid NOT NULL ); -- -- Name: booking_container; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.booking_container ( id uuid DEFAULT public.uuid_generate_v4() NOT NULL, booking_id uuid NOT NULL, container_type_id uuid, quantity smallint NOT NULL, vgm_per_unit_tons numeric(10,3) NOT NULL, total_vgm_tons numeric(12,3) NOT NULL, wagons_required numeric(6,2) NOT NULL, weight_limit_rule_id uuid, is_overweight boolean DEFAULT false NOT NULL, overweight_excess_tons numeric(10,3), created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, container_number character varying(64), container_size character varying(10), hazardous_quantity smallint DEFAULT 0, reefer_quantity smallint DEFAULT 0, return_quantity smallint DEFAULT 0 NOT NULL ); -- -- Name: booking_container_allocations; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.booking_container_allocations ( id uuid DEFAULT gen_random_uuid() NOT NULL, booking_id uuid NOT NULL, container_id uuid NOT NULL, vehicle_id uuid, container_type text NOT NULL, quantity integer DEFAULT 1 NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: booking_container_units; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.booking_container_units ( id uuid DEFAULT gen_random_uuid() NOT NULL, booking_container_id uuid NOT NULL, container_number character varying(64) NOT NULL, seal_number character varying(64), vgm_tons numeric(10,3) NOT NULL, is_hazardous boolean DEFAULT false, is_reefer boolean DEFAULT false, sort_order smallint DEFAULT 0 NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, received_to_port boolean DEFAULT false NOT NULL, received_at timestamp with time zone, grn_number character varying(100), is_return boolean DEFAULT false NOT NULL ); -- -- Name: booking_contract_signatures; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.booking_contract_signatures ( id uuid DEFAULT gen_random_uuid() NOT NULL, booking_id uuid NOT NULL, signer_role character varying(20) NOT NULL, signer_user_id uuid, signer_display_name character varying(200) NOT NULL, signed_at timestamp with time zone DEFAULT now() NOT NULL, signature_file_id uuid, consent_text text, ip_address character varying(64), created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: booking_document_review; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.booking_document_review ( id uuid DEFAULT gen_random_uuid() NOT NULL, booking_id uuid NOT NULL, setting_code character varying(128) NOT NULL, file_key character varying(128) NOT NULL, file_record_id uuid, status character varying(20) DEFAULT 'PENDING'::character varying NOT NULL, note text, reviewed_by_staff_id uuid, reviewed_at timestamp with time zone, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, contract_id uuid ); -- -- Name: booking_handovers; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.booking_handovers ( id uuid DEFAULT gen_random_uuid() NOT NULL, booking_id uuid NOT NULL, truck_assignment_id uuid, truck_plate character varying(32), mile_type character varying(20) NOT NULL, reference character varying(100) NOT NULL, generated_at timestamp with time zone DEFAULT now() NOT NULL, signed_at timestamp with time zone, signed_by_user_id uuid, delivered_at timestamp with time zone, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, signer_name character varying(160), edr_assignment_id uuid, signature_image_url text ); -- -- Name: booking_rate_snapshot; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.booking_rate_snapshot ( id uuid DEFAULT public.uuid_generate_v4() NOT NULL, booking_id uuid NOT NULL, rate_id uuid NOT NULL, rate_type character varying(50) NOT NULL, rate_value numeric(14,4) NOT NULL, rate_unit character varying(30) NOT NULL, currency character varying(5) NOT NULL, snapshotted_at timestamp with time zone NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: booking_requests; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.booking_requests ( id uuid DEFAULT gen_random_uuid() NOT NULL, reference character varying(40) DEFAULT ''::character varying NOT NULL, contract_id uuid NOT NULL, requested_by_user_id uuid, contract_route_id uuid, scheduled_date timestamp with time zone, status character varying(16) DEFAULT 'PENDING'::character varying NOT NULL, requested_lines jsonb DEFAULT '{}'::jsonb NOT NULL, notes text, created_booking_id uuid, reviewed_by_staff_id uuid, reviewed_at timestamp with time zone, review_note text, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, payment_currency character varying(5) ); -- -- Name: booking_review_note; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.booking_review_note ( id uuid DEFAULT gen_random_uuid() NOT NULL, booking_id uuid NOT NULL, author_id uuid, note text NOT NULL, type character varying(30) NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: booking_wagon_cancellations; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.booking_wagon_cancellations ( id uuid DEFAULT gen_random_uuid() NOT NULL, booking_id uuid NOT NULL, rebooked_booking_id uuid, wagons_cancelled numeric(6,2) NOT NULL, weight_tons numeric(12,3) DEFAULT 0 NOT NULL, cancelled_quantities jsonb NOT NULL, credit_amount numeric(14,2) DEFAULT 0 NOT NULL, fee_rate_id uuid, fee_amount numeric(14,2) NOT NULL, fee_currency character varying(8) DEFAULT 'ETB'::character varying NOT NULL, fee_invoice_id uuid, fee_paid_at timestamp with time zone, status character varying(30) DEFAULT 'FEE_PENDING'::character varying NOT NULL, reason text, requested_by_user_id uuid, rebooked_at timestamp with time zone, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, CONSTRAINT booking_wagon_cancellations_fee_amount_check CHECK ((fee_amount >= (0)::numeric)), CONSTRAINT booking_wagon_cancellations_wagons_cancelled_check CHECK ((wagons_cancelled > (0)::numeric)) ); -- -- Name: bookings; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.bookings ( id uuid DEFAULT public.uuid_generate_v4() NOT NULL, reference character varying(64) NOT NULL, customer_id uuid, train_id uuid, status character varying(40) DEFAULT 'DRAFT'::character varying NOT NULL, scheduled_date timestamp with time zone DEFAULT now(), total_amount numeric(14,2) DEFAULT 0 NOT NULL, payment_status character varying(20) DEFAULT 'PENDING'::character varying NOT NULL, contract_type character varying(20) DEFAULT 'SPOT'::character varying NOT NULL, trade_direction character varying(10) DEFAULT 'IMPORT'::character varying NOT NULL, equipment_return character varying(20) DEFAULT 'RETURN'::character varying NOT NULL, first_mile_pickup_address text, last_mile_delivery_address text, cargo_total_weight_vgm numeric(12,3) DEFAULT 0 NOT NULL, is_hazardous boolean DEFAULT false NOT NULL, payment_currency character varying(5) DEFAULT 'USD'::character varying NOT NULL, start_date date, end_date date, financial_terms text, version_number integer DEFAULT 1 NOT NULL, approved_by_staff_id uuid, approved_by_staff_at timestamp with time zone, signed_by_director_id uuid, signed_by_director_at timestamp with time zone, signed_by_ceo_id uuid, signed_by_ceo_at timestamp with time zone, priority_score integer DEFAULT 0 NOT NULL, consolidation_partner_id uuid, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, origin_yard_id uuid NOT NULL, destination_yard_id uuid NOT NULL, service_type_id uuid NOT NULL, cargo_type_id uuid, cargo_free_text character varying(200), shipping_line_id uuid, pnr_code character varying(50), customer_signed_at timestamp with time zone, fully_executed_at timestamp with time zone, marketing_approved_by_id uuid, marketing_approved_at timestamp with time zone, contract_summary text, locked_at timestamp with time zone, freight_type character varying(20) NOT NULL, contract_template_key character varying(80), contract_generated_at timestamp with time zone, pricing_breakdown jsonb, company_id uuid NOT NULL, wagons_required numeric(6,2), scheduling_status character varying(30) DEFAULT 'NOT_SCHEDULED'::character varying NOT NULL, hold_started_at timestamp with time zone, hold_expires_at timestamp with time zone, scheduled_at timestamp with time zone, is_government boolean DEFAULT false NOT NULL, government_institution character varying(255), train_schedule_id uuid, payment_deadline timestamp with time zone, selected_for_batch_at timestamp with time zone, company_profile_id uuid NOT NULL, expires_at timestamp with time zone, adjusted_total_amount numeric(14,2), adjusted_by_staff_id uuid, adjusted_at timestamp with time zone, adjustment_reason text, contract_validity_days integer, contract_valid_from timestamp with time zone, contract_valid_until timestamp with time zone, first_mile_pickup_lat numeric(10,7), first_mile_pickup_lng numeric(10,7), last_mile_delivery_lat numeric(10,7), last_mile_delivery_lng numeric(10,7), customs_clearing_enabled boolean DEFAULT false NOT NULL, customs_clearing_agent character varying(200), is_reefer boolean DEFAULT false NOT NULL, estimated_shipment_date timestamp with time zone, contract_id uuid, contract_route_id uuid, created_by_role character varying(20) DEFAULT 'CUSTOMER'::character varying, created_by_user_id uuid, contract_kind character varying(20), gl_station_yard_id uuid, gl_assigned_staff_id uuid, gl_assigned_at timestamp with time zone, bulk_hazardous_quantity numeric(12,3) DEFAULT 0 NOT NULL, bulk_reefer_quantity numeric(12,3) DEFAULT 0 NOT NULL, clearance_current_phase character varying(40), duty_required boolean, vessel_departure_date date, ro_amendment_requested_at timestamp with time zone, ro_hold_reason text, pre_clearance_finalized_at timestamp with time zone, customer_truck_plate_number character varying(32), customer_truck_driver_name character varying(120), customer_truck_type character varying(60), customer_truck_container_number character varying(16), customer_truck_assigned_at timestamp with time zone, customer_truck_arrived_at timestamp with time zone, booking_type character varying(20) DEFAULT 'ONE_TIME'::character varying NOT NULL, loaded_at timestamp with time zone, loaded_by_user_id uuid, arrived_at timestamp with time zone, arrived_by_user_id uuid, consolidation_resume_status character varying(40), is_split boolean DEFAULT false NOT NULL, pre_split_quantities jsonb, double_handling boolean, double_handling_set_at timestamp with time zone, double_handling_set_by character varying(160), vessel_arrival_date date, do_collected_date date, transit_assignee_requested_at timestamp with time zone, transit_assignee_request_note text, transit_assignee_name text, transit_assignee_assigned_at timestamp with time zone, requested_train_schedule_id uuid, payment_reminder_sent_at timestamp with time zone, bulk_total_weight_tons numeric(12,3), export_handover_mode character varying(20), CONSTRAINT chk_bookings_freight_type CHECK (((freight_type)::text = ANY (ARRAY[('CONTAINER'::character varying)::text, ('BULK'::character varying)::text]))) ); -- -- Name: cargo_type_wagon_types; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.cargo_type_wagon_types ( cargo_type_id uuid NOT NULL, wagon_type_id uuid NOT NULL ); -- -- Name: cargo_types; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.cargo_types ( id uuid DEFAULT public.uuid_generate_v4() NOT NULL, cargo_type_name character varying(255) NOT NULL, parent_group_id uuid, requires_director_approval boolean DEFAULT false NOT NULL, is_active boolean DEFAULT true NOT NULL, display_order integer DEFAULT 1 NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, code character varying(50) NOT NULL, unit_of_measure character varying(16), has_lashing boolean DEFAULT false NOT NULL, items_per_wagon_map jsonb, tons_per_wagon_map jsonb, has_contract_template boolean DEFAULT false NOT NULL ); -- -- Name: cargoes; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.cargoes ( id uuid DEFAULT public.uuid_generate_v4() NOT NULL, cargo_reference character varying NOT NULL, shipment_id uuid NOT NULL, container_id uuid, cargo_type_id uuid, description text, quantity numeric(12,3) NOT NULL, weight numeric(10,2) NOT NULL, volume numeric(10,2), status character varying DEFAULT 'PENDING'::character varying NOT NULL, loaded_at timestamp without time zone, unloaded_at timestamp without time zone, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, wagon_booking_allocation_id uuid, booking_id uuid, load_type character varying(20), receiver_name character varying, delivered_at timestamp without time zone, delivery_remarks text ); -- -- Name: clearance_incidents; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.clearance_incidents ( id uuid DEFAULT gen_random_uuid() NOT NULL, booking_id uuid NOT NULL, incident_type character varying(32) NOT NULL, description text NOT NULL, photo_file_ids jsonb DEFAULT '[]'::jsonb NOT NULL, reported_by_user_id uuid, reported_at timestamp with time zone DEFAULT now() NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: clearance_milestones; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.clearance_milestones ( id uuid DEFAULT gen_random_uuid() NOT NULL, booking_id uuid, contract_id uuid, clearance_cycle_id uuid, milestone_code character varying(64) NOT NULL, milestone_label character varying(255) NOT NULL, status character varying(20) DEFAULT 'PENDING'::character varying NOT NULL, owner_region character varying(5), triggered_by_doc boolean DEFAULT false, triggered_at timestamp with time zone, triggered_by_user_id uuid, note text, sort_order smallint DEFAULT 0 NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, metadata jsonb ); -- -- Name: companies; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.companies ( id uuid DEFAULT gen_random_uuid() NOT NULL, name character varying(200) NOT NULL, type character varying(32) NOT NULL, status character varying(32) DEFAULT 'pending'::character varying NOT NULL, tin character varying(10) NOT NULL, vat_number character varying(50), fan_number character varying(16), country character varying(32) DEFAULT 'Ethiopia'::character varying NOT NULL, address text, phone character varying(20), email character varying(150), website character varying(200), attributes jsonb, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, contact_person_name character varying(100), contact_person_phone character varying(20), general_manager_name character varying(100), general_manager_email character varying(150), general_manager_phone character varying(20), nationality character varying(32), licence_number character varying(100), status_description text, date_registered character varying(50), renewed_from character varying(50), renewal_date character varying(50), renewed_to character varying(50), region character varying(100), zone character varying(100), woreda character varying(100), kebele character varying(100), house_no character varying(100), etrade_phone character varying(20), kind character varying(20) DEFAULT 'commercial'::character varying NOT NULL, approved_at timestamp with time zone ); -- -- Name: company_change_request; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.company_change_request ( id uuid DEFAULT gen_random_uuid() NOT NULL, company_id uuid NOT NULL, snapshot jsonb NOT NULL, documents jsonb, status character varying(20) DEFAULT 'pending'::character varying NOT NULL, note text, submitted_by uuid, submitted_at timestamp with time zone, reviewed_by uuid, reviewed_at timestamp with time zone, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: company_profiles; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.company_profiles ( id uuid DEFAULT gen_random_uuid() NOT NULL, company_id uuid NOT NULL, type character varying(32) NOT NULL, reference character varying(20), status character varying(32) DEFAULT 'pending'::character varying NOT NULL, business_license character varying(100), attributes jsonb, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, business_license_files jsonb, review_note text, reviewed_by uuid, reviewed_at timestamp with time zone ); -- -- Name: company_revisions; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.company_revisions ( id uuid DEFAULT gen_random_uuid() NOT NULL, company_id uuid NOT NULL, actor_id uuid, summary character varying(255) NOT NULL, changes jsonb DEFAULT '[]'::jsonb NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: compliance_records; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.compliance_records ( id uuid DEFAULT gen_random_uuid() NOT NULL, vehicle_id uuid NOT NULL, type character varying NOT NULL, document_number character varying, issued_date date, expiry_date date NOT NULL, status character varying DEFAULT 'VALID'::character varying NOT NULL, notes text, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: consignments; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.consignments ( id uuid DEFAULT gen_random_uuid() NOT NULL, booking_id uuid NOT NULL, tracking_number character varying(64) NOT NULL, cargo_type freight.consignments_cargo_type_enum NOT NULL, weight_kg numeric(12,2) NOT NULL, status freight.consignments_status_enum DEFAULT 'PENDING'::freight.consignments_status_enum NOT NULL, origin_station character varying(128) NOT NULL, destination_station character varying(128) NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: container_type_wagon_types; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.container_type_wagon_types ( container_type_id uuid NOT NULL, wagon_type_id uuid NOT NULL ); -- -- Name: container_types; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.container_types ( id uuid DEFAULT public.uuid_generate_v4() NOT NULL, code character varying(20) NOT NULL, label character varying(100), is_active boolean DEFAULT true NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, size_ft smallint, is_reefer boolean DEFAULT false NOT NULL, is_open_top boolean DEFAULT false NOT NULL, display_order integer DEFAULT 1 NOT NULL ); -- -- Name: containers; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.containers ( id uuid DEFAULT public.uuid_generate_v4() NOT NULL, container_number character varying NOT NULL, container_type_id uuid NOT NULL, wagon_id uuid, "position" integer, tare_weight numeric(10,2) NOT NULL, max_gross_weight numeric(10,2) NOT NULL, seal_number character varying, status character varying DEFAULT 'AVAILABLE'::character varying NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, booking_id uuid, wagon_booking_allocation_id uuid, booking_container_id uuid ); -- -- Name: contract_approval_steps; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.contract_approval_steps ( id uuid DEFAULT gen_random_uuid() NOT NULL, contract_id uuid NOT NULL, step_order smallint DEFAULT 0 NOT NULL, required_role character varying(64) NOT NULL, blocks_role character varying(64), status character varying(20) DEFAULT 'PENDING'::character varying NOT NULL, acted_by_staff_id uuid, acted_at timestamp with time zone, note text, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: contract_cargo_scope; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.contract_cargo_scope ( id uuid DEFAULT gen_random_uuid() NOT NULL, contract_id uuid NOT NULL, container_size character varying(10), cargo_type_id uuid, cargo_free_text character varying(200), created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, quantity_cap numeric(12,2) ); -- -- Name: contract_clearance_cycles; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.contract_clearance_cycles ( id uuid DEFAULT gen_random_uuid() NOT NULL, contract_id uuid NOT NULL, cycle_number integer NOT NULL, status character varying(40) DEFAULT 'AWAITING_DOCUMENTS'::character varying NOT NULL, booking_id uuid, started_at timestamp with time zone DEFAULT now() NOT NULL, clearance_ready_at timestamp with time zone, completed_at timestamp with time zone, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, duty_required boolean, vessel_departure_date date, ro_amendment_requested_at timestamp with time zone, ro_hold_reason text, current_phase character varying(40), pre_clearance_finalized_at timestamp with time zone, transit_assignee_requested_at timestamp with time zone, transit_assignee_requested_by_user_id uuid, transit_assignee_request_note text, transit_assignee_name text, transit_assignee_assigned_at timestamp with time zone, transit_assignee_assigned_by_user_id uuid, vessel_arrival_date date, do_collected_date date ); -- -- Name: contract_document_review; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.contract_document_review ( id uuid DEFAULT gen_random_uuid() NOT NULL, contract_id uuid NOT NULL, clearance_cycle_id uuid, setting_code character varying(128) NOT NULL, file_key character varying(128) NOT NULL, file_record_id uuid, status character varying(20) DEFAULT 'PENDING'::character varying NOT NULL, note text, uploaded_by_role character varying(20) DEFAULT 'CUSTOMER'::character varying NOT NULL, reviewed_by_staff_id uuid, reviewed_at timestamp with time zone, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: contract_document_revisions; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.contract_document_revisions ( id uuid DEFAULT gen_random_uuid() NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, contract_id uuid NOT NULL, actor_id uuid, actor_role character varying(64), step_id uuid, summary character varying(255), changes jsonb DEFAULT '[]'::jsonb NOT NULL, actor_name character varying(200) ); -- -- Name: contract_rate_snapshots; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.contract_rate_snapshots ( id uuid DEFAULT gen_random_uuid() NOT NULL, contract_id uuid NOT NULL, rate_id uuid, rate_code character varying(64) NOT NULL, description character varying(255), unit_price numeric(14,2) NOT NULL, unit_of_measure character varying(32) NOT NULL, currency character varying(5) NOT NULL, container_size character varying(10), is_surcharge boolean DEFAULT false, conditional_on character varying(32), created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, is_clearance boolean DEFAULT false NOT NULL ); -- -- Name: contract_review_notes; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.contract_review_notes ( id uuid DEFAULT gen_random_uuid() NOT NULL, contract_id uuid NOT NULL, note_type character varying(40) NOT NULL, body text NOT NULL, author_role character varying(20), author_user_id uuid, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: contract_routes; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.contract_routes ( id uuid DEFAULT gen_random_uuid() NOT NULL, contract_id uuid NOT NULL, origin_yard_id uuid NOT NULL, destination_yard_id uuid NOT NULL, km numeric(10,2), sort_order smallint DEFAULT 0 NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: contract_signatures; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.contract_signatures ( id uuid DEFAULT gen_random_uuid() NOT NULL, contract_id uuid NOT NULL, role character varying(20) NOT NULL, signer_display_name character varying(255) NOT NULL, signature_file_id uuid, consent_text text, signed_at timestamp with time zone DEFAULT now() NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, stamp_file_id uuid ); -- -- Name: contract_templates; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.contract_templates ( id uuid DEFAULT gen_random_uuid() NOT NULL, code character varying(80) NOT NULL, name character varying(200) NOT NULL, description text, document_title character varying(300) NOT NULL, whereas_clauses jsonb DEFAULT '[]'::jsonb NOT NULL, articles jsonb DEFAULT '[]'::jsonb NOT NULL, is_active boolean DEFAULT true NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, cargo_type_id uuid, with_customs boolean, is_system boolean DEFAULT false NOT NULL ); -- -- Name: contracts; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.contracts ( id uuid DEFAULT gen_random_uuid() NOT NULL, reference character varying(64) NOT NULL, company_id uuid, company_profile_id uuid, is_government boolean DEFAULT false NOT NULL, government_institution character varying(255), contract_kind character varying(20) NOT NULL, renewal_of_id uuid, trade_direction character varying(10) NOT NULL, freight_type character varying(20) NOT NULL, service_type_id uuid NOT NULL, payment_currency character varying(5) NOT NULL, customs_clearing_enabled boolean DEFAULT false NOT NULL, customs_clearing_agent character varying(200), equipment_return character varying(20), first_mile_pickup_address text, first_mile_pickup_lat numeric(10,7), first_mile_pickup_lng numeric(10,7), last_mile_delivery_address text, last_mile_delivery_lat numeric(10,7), last_mile_delivery_lng numeric(10,7), is_hazardous boolean DEFAULT false NOT NULL, is_reefer boolean DEFAULT false NOT NULL, estimated_shipment_date timestamp with time zone, contract_validity_days integer, contract_valid_from timestamp with time zone, contract_valid_until timestamp with time zone, expires_at timestamp with time zone, status character varying(40) DEFAULT 'DRAFT'::character varying NOT NULL, clearance_status character varying(40) DEFAULT 'NOT_APPLICABLE'::character varying NOT NULL, clearance_cycle_number integer DEFAULT 0 NOT NULL, pricing_breakdown jsonb, pricing_display_mode character varying(20) DEFAULT 'UNIT_RATES'::character varying, contract_type character varying(20), contract_template_key character varying(128), contract_generated_at timestamp with time zone, contract_summary text, version_number integer DEFAULT 1 NOT NULL, financial_terms jsonb, approved_by_staff_id uuid, approved_by_staff_at timestamp with time zone, signed_by_director_id uuid, signed_by_director_at timestamp with time zone, signed_by_ceo_id uuid, signed_by_ceo_at timestamp with time zone, customer_signed_at timestamp with time zone, fully_executed_at timestamp with time zone, locked_at timestamp with time zone, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, document_snapshot jsonb, hazard_class character varying(16), un_number character varying(16), status_before_suspension character varying(40), submitted_at timestamp with time zone ); -- -- Name: customer_truck_assignments; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.customer_truck_assignments ( id uuid DEFAULT gen_random_uuid() NOT NULL, booking_id uuid NOT NULL, plate_number character varying(32) NOT NULL, driver_name character varying(120) NOT NULL, truck_type character varying(60) NOT NULL, assigned_at timestamp with time zone DEFAULT now() NOT NULL, arrived_at timestamp with time zone, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, gross_weight_kg numeric(14,2), departed_at timestamp with time zone, tare_weight_tons numeric(14,3), net_weight_tons numeric(14,3), planned_tons numeric(14,3), planned_quantity integer ); -- -- Name: customer_truck_containers; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.customer_truck_containers ( id uuid DEFAULT gen_random_uuid() NOT NULL, assignment_id uuid NOT NULL, booking_id uuid NOT NULL, container_number character varying(64) NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, loaded_at timestamp with time zone ); -- -- Name: customers; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.customers ( id uuid DEFAULT public.uuid_generate_v4() NOT NULL, user_id uuid NOT NULL, first_name character varying(100) NOT NULL, last_name character varying(100) NOT NULL, email character varying(150) NOT NULL, phone character varying(20) NOT NULL, company_name character varying(200) NOT NULL, company_email character varying(150) NOT NULL, company_phone character varying(20) NOT NULL, company_location character varying(100) NOT NULL, company_address text NOT NULL, customer_type character varying(32), status character varying(32), contact_person_name character varying(100) NOT NULL, contact_person_phone character varying(20) NOT NULL, tin_number character varying(10) NOT NULL, vat_number character varying(50), fan_number character varying(16) NOT NULL, general_manager_name character varying(100) NOT NULL, general_manager_email character varying(150) NOT NULL, general_manager_phone character varying(20) NOT NULL, poa_name character varying(100), poa_phone character varying(20), poa_address text, poa_email character varying(150), poa_location character varying(100), notes text, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: djibouti_import_incidents; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.djibouti_import_incidents ( id uuid DEFAULT public.uuid_generate_v4() NOT NULL, booking_id uuid NOT NULL, container_number character varying(80), cargo_id uuid, facility character varying(120), station character varying(120), incident_type character varying(40) NOT NULL, description text NOT NULL, photos jsonb DEFAULT '[]'::jsonb NOT NULL, reported_by character varying(120), reported_at timestamp with time zone NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: drivers; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.drivers ( id uuid DEFAULT gen_random_uuid() NOT NULL, license_number character varying NOT NULL, first_name character varying NOT NULL, last_name character varying NOT NULL, email character varying NOT NULL, phone_number character varying NOT NULL, date_of_birth date NOT NULL, license_expiry_date date NOT NULL, status character varying DEFAULT 'ACTIVE'::character varying NOT NULL, vehicle_types_authorized character varying[], address text, emergency_contact character varying, notes text, total_trips integer DEFAULT 0, rating numeric(3,2), created_at timestamp without time zone DEFAULT CURRENT_TIMESTAMP NOT NULL, updated_at timestamp without time zone DEFAULT CURRENT_TIMESTAMP NOT NULL, deleted_at timestamp without time zone, fayda_verified boolean DEFAULT false, fayda_sub character varying, gender character varying ); -- -- Name: dropdown_options; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.dropdown_options ( id uuid DEFAULT gen_random_uuid() NOT NULL, setting_id uuid NOT NULL, value character varying(256) NOT NULL, label character varying(256) NOT NULL, note text, is_disabled boolean DEFAULT false NOT NULL, display_order integer DEFAULT 0 NOT NULL, meta jsonb, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: dropdown_settings; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.dropdown_settings ( id uuid DEFAULT gen_random_uuid() NOT NULL, code character varying(128) NOT NULL, label character varying(256) NOT NULL, description text, multiple boolean DEFAULT false NOT NULL, meta jsonb, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: eims_system_state; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.eims_system_state ( id uuid DEFAULT gen_random_uuid() NOT NULL, system_number character varying(32) NOT NULL, next_invoice_counter bigint DEFAULT 1 NOT NULL, previous_irn character varying(64), in_flight_invoice_id uuid, in_flight_counter bigint, blocked_reason text, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, next_document_number bigint DEFAULT 1 NOT NULL, in_flight_document_number bigint ); -- -- Name: empty_container_returns; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.empty_container_returns ( id uuid DEFAULT public.uuid_generate_v4() NOT NULL, container_number character varying(80) NOT NULL, booking_id uuid, customer_id uuid, return_date timestamp with time zone NOT NULL, facility character varying(120), yard character varying(120), zone character varying(120), condition text, handover_note text, status character varying(40) DEFAULT 'RETURNED'::character varying NOT NULL, wagon_allocation_reference character varying(120), performed_by character varying(120), created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, returned_by character varying(20), status_history jsonb DEFAULT '[]'::jsonb NOT NULL ); -- -- Name: exchange_settings; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.exchange_settings ( id uuid DEFAULT gen_random_uuid() NOT NULL, fallback_rate numeric(18,6) NOT NULL, fallback_source character varying(16) DEFAULT 'AUTO'::character varying NOT NULL, last_synced_at timestamp with time zone, updated_by_id uuid, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: external_profiles; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.external_profiles ( id uuid DEFAULT gen_random_uuid() NOT NULL, user_id uuid NOT NULL, company_id uuid NOT NULL, first_name character varying(100) NOT NULL, last_name character varying(100) NOT NULL, national_id character varying(50), job_title character varying(100), is_primary_contact boolean DEFAULT false NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, onboarding_step character varying(40), onboarding_completed boolean DEFAULT false NOT NULL ); -- -- Name: facilities; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.facilities ( id uuid DEFAULT gen_random_uuid() NOT NULL, code character varying(40) NOT NULL, name character varying(160) NOT NULL, description text, facility_type character varying(32) NOT NULL, facility_status character varying(32) DEFAULT 'ACTIVE'::character varying NOT NULL, location_name character varying(200), country character varying(100), city character varying(100), address text, latitude numeric(10,8), longitude numeric(11,8), capacity numeric(14,3), is_active boolean DEFAULT true NOT NULL, notes text, created_at timestamp without time zone DEFAULT CURRENT_TIMESTAMP NOT NULL, updated_at timestamp without time zone DEFAULT CURRENT_TIMESTAMP NOT NULL, deleted_at timestamp without time zone ); -- -- Name: facility_handling_events; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.facility_handling_events ( id uuid DEFAULT gen_random_uuid() NOT NULL, booking_id uuid NOT NULL, yard_id uuid NOT NULL, train_schedule_id uuid, event_type character varying(10) NOT NULL, grn_number character varying(60), quantity numeric(14,3), weight_tons numeric(14,3), inventory_id uuid, performed_by character varying(120), occurred_at timestamp with time zone DEFAULT now() NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: fayda_verification_sessions; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.fayda_verification_sessions ( id uuid DEFAULT gen_random_uuid() NOT NULL, state character varying NOT NULL, code_verifier character varying NOT NULL, purpose character varying DEFAULT 'VERIFY'::character varying NOT NULL, platform character varying DEFAULT 'WEB'::character varying NOT NULL, save_to_account boolean DEFAULT false NOT NULL, status character varying DEFAULT 'PENDING'::character varying NOT NULL, error_code character varying, error_description text, iam_user_id uuid, expires_at timestamp with time zone NOT NULL, completed_at timestamp with time zone, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: ff_clients; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.ff_clients ( id uuid DEFAULT gen_random_uuid() NOT NULL, forwarder_company_id uuid NOT NULL, client_company_id uuid NOT NULL, relationship_type character varying(32) DEFAULT 'managed_account'::character varying NOT NULL, can_book_on_behalf boolean DEFAULT true NOT NULL, can_view_documents boolean DEFAULT true NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: file_upload_fields; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.file_upload_fields ( id uuid DEFAULT public.uuid_generate_v4() NOT NULL, setting_id uuid NOT NULL, file_key character varying(128) NOT NULL, file_label character varying(256) NOT NULL, help_text text, is_required boolean DEFAULT false NOT NULL, is_multiple boolean DEFAULT false NOT NULL, max_files integer DEFAULT 1 NOT NULL, allowed_extensions text[] DEFAULT '{}'::text[] NOT NULL, max_size_mb integer DEFAULT 10 NOT NULL, display_order integer DEFAULT 0 NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, phase character varying(40), owner_region character varying(5), trade_direction character varying(10), triggers_milestone_code character varying(64), CONSTRAINT "CHK_file_upload_fields_max_files" CHECK ((max_files > 0)), CONSTRAINT "CHK_file_upload_fields_max_size_mb" CHECK ((max_size_mb > 0)) ); -- -- Name: file_upload_settings; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.file_upload_settings ( id uuid DEFAULT public.uuid_generate_v4() NOT NULL, code character varying(128) NOT NULL, label character varying(256) NOT NULL, description text, entity character varying(32) DEFAULT 'other'::character varying NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: files; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.files ( id uuid DEFAULT public.uuid_generate_v4() NOT NULL, resource_id uuid NOT NULL, resource character varying(100) NOT NULL, code character varying(100) NOT NULL, name character varying(500) NOT NULL, url text NOT NULL, size integer NOT NULL, mime_type character varying(255) NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, review_status character varying(32), review_note text, reviewed_by uuid, reviewed_at timestamp with time zone, replaced_by_user_id uuid, replace_reason text, title character varying(300), visible_to_customer boolean DEFAULT false NOT NULL, uploaded_by_user_id uuid, uploaded_by_name character varying(200) ); -- -- Name: first_mile; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.first_mile ( id uuid DEFAULT gen_random_uuid() NOT NULL, booking_id uuid NOT NULL, status character varying(30) DEFAULT 'PAYMENT_PENDING'::character varying NOT NULL, advanced_payment numeric(14,2) DEFAULT 0 NOT NULL, remaining_payment numeric(14,2) DEFAULT 0 NOT NULL, estimated_km numeric(10,2), exact_km numeric(10,2), vehicle_id uuid, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, paid boolean DEFAULT false NOT NULL ); -- -- Name: first_mile_container_allocations; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.first_mile_container_allocations ( id uuid DEFAULT gen_random_uuid() NOT NULL, first_mile_id uuid NOT NULL, container_id uuid NOT NULL, vehicle_id uuid, container_type text NOT NULL, quantity integer DEFAULT 1 NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: first_mile_vehicle_assignments; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.first_mile_vehicle_assignments ( id uuid DEFAULT gen_random_uuid() NOT NULL, first_mile_id uuid NOT NULL, vehicle_id uuid NOT NULL, container_number character varying, distance_km numeric(10,2), created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, tons numeric(14,3), quantity integer ); -- -- Name: fleet_events; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.fleet_events ( id uuid DEFAULT gen_random_uuid() NOT NULL, event_type character varying NOT NULL, vehicle_id uuid, driver_id uuid, first_mile_id uuid, last_mile_id uuid, from_value character varying, to_value character varying, label character varying, metadata jsonb, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: fuel_consumption; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.fuel_consumption ( id uuid DEFAULT gen_random_uuid() NOT NULL, vehicle_id uuid NOT NULL, month date NOT NULL, total_liters numeric(10,2) NOT NULL, total_cost numeric(14,2) NOT NULL, total_distance_km numeric(10,2) NOT NULL, fuel_efficiency_km_per_l numeric(10,2), number_of_purchases integer DEFAULT 0, average_cost_per_liter numeric(10,2), created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: fuel_purchases; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.fuel_purchases ( id uuid DEFAULT gen_random_uuid() NOT NULL, vehicle_id uuid NOT NULL, purchase_date timestamp with time zone NOT NULL, liters numeric(10,2) NOT NULL, cost_per_liter numeric(10,2) NOT NULL, total_cost numeric(14,2) NOT NULL, fuel_station character varying(255), payment_method character varying(50) DEFAULT 'CASH'::character varying, odometer_reading numeric(10,2), driver_id uuid, receipt_number character varying(255), notes text, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: gps_devices; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.gps_devices ( id uuid DEFAULT gen_random_uuid() NOT NULL, imei character varying(20) NOT NULL, name character varying, vehicle_id uuid, status character varying(16) DEFAULT 'REGISTERED'::character varying NOT NULL, last_seen_at timestamp with time zone, last_lat numeric(10,6), last_lng numeric(10,6), last_speed numeric(6,2), last_course integer, last_fix_at timestamp with time zone, voltage_level integer, gsm_level integer, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: gps_positions; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.gps_positions ( id uuid DEFAULT gen_random_uuid() NOT NULL, device_id uuid NOT NULL, imei character varying(20) NOT NULL, vehicle_id uuid, lat numeric(10,6) NOT NULL, lng numeric(10,6) NOT NULL, speed numeric(6,2) DEFAULT 0 NOT NULL, course integer DEFAULT 0 NOT NULL, satellites integer DEFAULT 0 NOT NULL, positioned boolean DEFAULT false NOT NULL, gps_time timestamp with time zone NOT NULL, alarm integer DEFAULT 0 NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: import_customs_finalizations; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.import_customs_finalizations ( id uuid DEFAULT public.uuid_generate_v4() NOT NULL, booking_id uuid NOT NULL, documents jsonb DEFAULT '{}'::jsonb NOT NULL, declaration_serial_number character varying(120), duties_taxes_notified_at timestamp with time zone, duties_taxes_paid_at timestamp with time zone, customs_risk character varying(12), import_release_permitted_at timestamp with time zone, completed_at timestamp with time zone, performed_by character varying(120), notes text, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: import_djibouti_operations; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.import_djibouti_operations ( id uuid DEFAULT public.uuid_generate_v4() NOT NULL, train_schedule_id uuid NOT NULL, documents jsonb DEFAULT '{}'::jsonb NOT NULL, gatepass_granted_at timestamp with time zone, ready_for_loading_at timestamp with time zone, loaded_on_train_at timestamp with time zone, departed_from_djibouti_at timestamp with time zone, load_list_generated_at timestamp with time zone, performed_by character varying(120), notes text, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: incidents; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.incidents ( id uuid DEFAULT gen_random_uuid() NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, vehicle_id uuid, driver_id uuid, booking_id uuid, type character varying NOT NULL, severity character varying NOT NULL, occurred_at timestamp with time zone NOT NULL, location character varying, description text NOT NULL, damage_estimate numeric(14,2), status character varying DEFAULT 'REPORTED'::character varying NOT NULL, insurance_claim_number character varying, reported_by character varying ); -- -- Name: interchange_document_items; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.interchange_document_items ( id uuid DEFAULT public.uuid_generate_v4() NOT NULL, interchange_document_id uuid NOT NULL, booking_id uuid, booking_reference character varying(64), item_type character varying(20) NOT NULL, booking_container_id uuid, booking_cargo_id uuid, container_number character varying(64), seal_number character varying(100), cargo_id uuid, cargo_type character varying(255), cargo_description text, weight numeric(14,3), quantity numeric(12,3), package_count integer, wagon_number character varying(80), condition_status character varying(20) DEFAULT 'GOOD'::character varying NOT NULL, damage_description text, remarks text, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: interchange_documents; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.interchange_documents ( id uuid DEFAULT public.uuid_generate_v4() NOT NULL, document_no character varying(40) NOT NULL, direction character varying(10) NOT NULL, schedule_id uuid, train_no character varying(40), route_id uuid, origin_facility_id uuid, destination_facility_id uuid, handover_location character varying(255) NOT NULL, handover_from character varying(255) NOT NULL, handover_to character varying(255) NOT NULL, operator_name character varying(255), port_operator_name character varying(255), shipping_line_name character varying(255), customs_reference character varying(120), manifest_reference character varying(120), status character varying(20) DEFAULT 'DRAFT'::character varying NOT NULL, generated_at timestamp with time zone, acknowledged_at timestamp with time zone, generated_by character varying(120), acknowledged_by character varying(120), remarks text, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: invoice_lines; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.invoice_lines ( id uuid DEFAULT public.uuid_generate_v4() NOT NULL, invoice_id uuid NOT NULL, charge_type character varying NOT NULL, description character varying(255), quantity numeric(12,2) DEFAULT 1 NOT NULL, unit_rate numeric(14,2) DEFAULT 0 NOT NULL, amount numeric(14,2) NOT NULL, currency character varying(8) DEFAULT 'ETB'::character varying NOT NULL, metadata jsonb, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: invoices; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.invoices ( id uuid DEFAULT public.uuid_generate_v4() NOT NULL, invoice_number character varying(64) NOT NULL, company_id uuid NOT NULL, company_profile_id uuid NOT NULL, total_amount numeric(14,2) NOT NULL, currency character varying(8) DEFAULT 'ETB'::character varying NOT NULL, status freight.invoices_status_enum DEFAULT 'DRAFT'::freight.invoices_status_enum NOT NULL, source character varying(255) NOT NULL, source_id character varying(255) NOT NULL, type character varying(255) NOT NULL, issued_at timestamp with time zone, payment_id uuid, due_at timestamp with time zone NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, subtotal_amount numeric(14,2) DEFAULT 0 NOT NULL, tax_amount numeric(14,2) DEFAULT 0 NOT NULL, paid_amount numeric(14,2) DEFAULT 0 NOT NULL, balance_amount numeric(14,2) DEFAULT 0 NOT NULL, paid_at timestamp with time zone, payments jsonb DEFAULT '[]'::jsonb NOT NULL, eims_status character varying(20) DEFAULT 'NOT_SUBMITTED'::character varying NOT NULL, eims_irn character varying(64), eims_invoice_counter bigint, eims_submitted_at timestamp with time zone, eims_ack_date character varying(64), eims_last_error jsonb, eims_document_number character varying(16) ); -- -- Name: last_mile; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.last_mile ( id uuid DEFAULT gen_random_uuid() NOT NULL, booking_id uuid NOT NULL, status character varying(30) DEFAULT 'PAYMENT_PENDING'::character varying NOT NULL, advanced_payment numeric(14,2) DEFAULT 0 NOT NULL, remaining_payment numeric(14,2) DEFAULT 0 NOT NULL, estimated_km numeric(10,2), exact_km numeric(10,2), vehicle_id uuid, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, paid boolean DEFAULT false NOT NULL, arrived_at timestamp with time zone, delivered_at timestamp with time zone, pod_recipient_name character varying(160), pod_signature_file_id uuid, pod_photo_file_ids text[] DEFAULT '{}'::text[] NOT NULL, pod_notes text, pod_captured_at timestamp with time zone ); -- -- Name: last_mile_container_allocations; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.last_mile_container_allocations ( id uuid DEFAULT gen_random_uuid() NOT NULL, last_mile_id uuid NOT NULL, container_id uuid NOT NULL, vehicle_id uuid, container_type text NOT NULL, quantity integer DEFAULT 1 NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: last_mile_requests; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.last_mile_requests ( id uuid DEFAULT gen_random_uuid() NOT NULL, booking_id uuid NOT NULL, train_schedule_id uuid NOT NULL, status character varying(30) DEFAULT 'AWAITING_CONFIRMATION'::character varying NOT NULL, requested_container_numbers text[], reminder_sent_at timestamp with time zone, submitted_by_user_id uuid, submitted_at timestamp with time zone, reviewed_by_staff_id uuid, reviewed_at timestamp with time zone, rejection_reason text, resulting_last_mile_id uuid, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, requested_delivery_date date, approved_advance_amount numeric(14,2), contract_summary jsonb, contract_generated_at timestamp with time zone, customer_signed_at timestamp with time zone, signer_display_name character varying(160), consent_text text ); -- -- Name: last_mile_vehicle_assignments; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.last_mile_vehicle_assignments ( id uuid DEFAULT gen_random_uuid() NOT NULL, last_mile_id uuid NOT NULL, vehicle_id uuid NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, container_number character varying, distance_km numeric(10,2), arrived_at timestamp with time zone, departed_at timestamp with time zone, gross_weight_tons numeric(14,3), net_weight_tons numeric(14,3), destination_arrived_at timestamp with time zone, returned_at timestamp with time zone ); -- -- Name: last_mile_vehicle_containers; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.last_mile_vehicle_containers ( id uuid DEFAULT gen_random_uuid() NOT NULL, assignment_id uuid NOT NULL, last_mile_id uuid NOT NULL, container_number character varying(32) NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: locomotives; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.locomotives ( id uuid DEFAULT gen_random_uuid() NOT NULL, code character varying(32) NOT NULL, name character varying(100), max_pull_weight_tons numeric(10,3) NOT NULL, status character varying(20) DEFAULT 'AVAILABLE'::character varying NOT NULL, available_from timestamp with time zone, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, locomotive_type character varying(20) DEFAULT 'DIESEL'::character varying NOT NULL, max_train_length_meters numeric(10,3) DEFAULT 760 NOT NULL, power_kw numeric(10,3), traction_force_kn numeric(10,3), max_speed_kmh numeric(10,3), current_yard_id uuid, overage_tolerance_tons numeric(10,3), overage_tolerance_meters numeric(10,3) ); -- -- Name: maintenance_costs; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.maintenance_costs ( id uuid DEFAULT gen_random_uuid() NOT NULL, vehicle_id uuid NOT NULL, maintenance_schedule_id uuid, incurred_date timestamp with time zone NOT NULL, cost_amount numeric(14,2) NOT NULL, cost_type character varying NOT NULL, description character varying NOT NULL, service_provider character varying, invoice_number character varying, notes text, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: maintenance_intervals; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.maintenance_intervals ( id uuid DEFAULT gen_random_uuid() NOT NULL, vehicle_id uuid NOT NULL, maintenance_type character varying NOT NULL, interval_km numeric(14,2), interval_days integer, description text, is_active boolean DEFAULT true NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, service_item character varying(120) ); -- -- Name: maintenance_schedules; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.maintenance_schedules ( id uuid DEFAULT gen_random_uuid() NOT NULL, vehicle_id uuid NOT NULL, maintenance_type character varying NOT NULL, description character varying NOT NULL, scheduled_date timestamp with time zone NOT NULL, completed_date timestamp with time zone, estimated_cost numeric(14,2), actual_cost numeric(14,2), status character varying DEFAULT 'SCHEDULED'::character varying NOT NULL, odometer_reading numeric, service_provider character varying, notes text, next_due_km numeric, next_due_date timestamp with time zone, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, due_notified_at timestamp with time zone, service_item character varying(120) ); -- -- Name: migrations; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.migrations ( id integer NOT NULL, "timestamp" bigint NOT NULL, name character varying NOT NULL ); -- -- Name: migrations_id_seq; Type: SEQUENCE; Schema: freight; Owner: - -- CREATE SEQUENCE freight.migrations_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: migrations_id_seq; Type: SEQUENCE OWNED BY; Schema: freight; Owner: - -- ALTER SEQUENCE freight.migrations_id_seq OWNED BY freight.migrations.id; -- -- Name: notifications; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.notifications ( id uuid DEFAULT gen_random_uuid() NOT NULL, recipient_user_id uuid NOT NULL, audience character varying(20) NOT NULL, type character varying(48) DEFAULT 'GENERIC'::character varying NOT NULL, title character varying(200) NOT NULL, body text NOT NULL, link character varying, data jsonb, priority character varying(12) DEFAULT 'NORMAL'::character varying NOT NULL, is_read boolean DEFAULT false NOT NULL, read_at timestamp with time zone, channels_sent jsonb, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: otp_verifications; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.otp_verifications ( id uuid DEFAULT gen_random_uuid() NOT NULL, phone character varying, otp character varying NOT NULL, verified boolean DEFAULT false NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, email character varying ); -- -- Name: parts; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.parts ( id uuid DEFAULT gen_random_uuid() NOT NULL, name character varying NOT NULL, sku character varying, category character varying, quantity_in_stock integer DEFAULT 0 NOT NULL, reorder_level integer DEFAULT 0 NOT NULL, unit_cost numeric(14,2), location character varying, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: payment_refunds; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.payment_refunds ( id uuid DEFAULT public.uuid_generate_v4() NOT NULL, payment_id uuid NOT NULL, amount_minor integer NOT NULL, reason character varying(255), provider_refund_id character varying(255), status character varying(50) NOT NULL, created_at timestamp without time zone DEFAULT now() NOT NULL ); -- -- Name: payment_webhook_events; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.payment_webhook_events ( id uuid DEFAULT public.uuid_generate_v4() NOT NULL, provider freight.payment_webhook_method_enum NOT NULL, external_event_id character varying(255) NOT NULL, merchant_order_id character varying(255), provider_txn_id character varying(255), signature_valid boolean NOT NULL, status character varying(100) NOT NULL, payload jsonb NOT NULL, received_at timestamp without time zone DEFAULT now() NOT NULL, processed_at timestamp without time zone, processing_error text ); -- -- Name: payments; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.payments ( id uuid DEFAULT public.uuid_generate_v4() NOT NULL, ref_id character varying(255) NOT NULL, type character varying(50) NOT NULL, method freight.payments_method_enum NOT NULL, currency freight.payments_currency_enum NOT NULL, amount numeric NOT NULL, raw_initiation jsonb DEFAULT '{}'::jsonb NOT NULL, client_action jsonb, merchant_order_id character varying(255) NOT NULL, transaction_id character varying(255), status freight.payments_status_enum DEFAULT 'action-required'::freight.payments_status_enum NOT NULL, paid_at timestamp without time zone, refunded_at timestamp without time zone, expires_at timestamp without time zone, failer_code character varying(30), failer_message character varying(255), reason character varying(255), created_at timestamp without time zone DEFAULT now() NOT NULL, reference_type character varying(40) ); -- -- Name: priority_configs; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.priority_configs ( id uuid DEFAULT public.uuid_generate_v4() NOT NULL, type character varying(20) NOT NULL, label character varying(100) NOT NULL, currency character varying(5), min_wagon_count integer NOT NULL, max_wagon_count integer NOT NULL, score_points integer DEFAULT 0 NOT NULL, is_active boolean DEFAULT false NOT NULL, display_order integer DEFAULT 1 NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, CONSTRAINT chk_currency_for_type CHECK (((((type)::text = 'WAGON'::text) AND (currency IS NULL)) OR (((type)::text = 'CURRENCY'::text) AND (currency IS NOT NULL)) OR (((type)::text = 'CUSTOMS'::text) AND (currency IS NULL)))), CONSTRAINT chk_wagon_range CHECK ((min_wagon_count <= max_wagon_count)), CONSTRAINT priority_configs_type_check CHECK (((type)::text = ANY (ARRAY[('WAGON'::character varying)::text, ('CURRENCY'::character varying)::text, ('CUSTOMS'::character varying)::text]))) ); -- -- Name: priority_rule_change_requests; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.priority_rule_change_requests ( id uuid DEFAULT gen_random_uuid() NOT NULL, action character varying(10) NOT NULL, priority_config_id uuid, payload jsonb, status character varying(10) DEFAULT 'PENDING'::character varying NOT NULL, requested_by_user_id uuid, decided_by_user_id uuid, decided_at timestamp with time zone, decision_note text, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: priority_rules; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.priority_rules ( id uuid DEFAULT public.uuid_generate_v4() NOT NULL, is_active boolean DEFAULT false NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, code character varying(40) NOT NULL, label character varying(100) NOT NULL, score integer DEFAULT 0 NOT NULL, condition_currency character varying(5) ); -- -- Name: rate_change_requests; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.rate_change_requests ( id uuid DEFAULT gen_random_uuid() NOT NULL, rate_id uuid NOT NULL, payload jsonb NOT NULL, previous_values jsonb NOT NULL, status character varying(10) DEFAULT 'PENDING'::character varying NOT NULL, requested_by_user_id uuid, decided_by_user_id uuid, decided_at timestamp with time zone, decision_note text, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: rates; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.rates ( id uuid DEFAULT public.uuid_generate_v4() NOT NULL, rate_type character varying(50) NOT NULL, container_type_id uuid, trade_direction character varying(10), currency character varying(5) NOT NULL, rate_value numeric(14,4) NOT NULL, rate_unit character varying(30) NOT NULL, status character varying(20) DEFAULT 'DRAFT'::character varying NOT NULL, proposed_by_staff_id uuid NOT NULL, approved_by_ceo_id uuid, approved_at timestamp with time zone, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, applies_to character varying(20) DEFAULT 'OTHER'::character varying NOT NULL, trigger character varying(20) DEFAULT 'ALWAYS'::character varying NOT NULL, cargo_type_id uuid, origin_yard_id uuid, destination_yard_id uuid, min_km numeric(10,2), max_km numeric(10,2), CONSTRAINT "CK_rates_km_band" CHECK (((max_km IS NULL) OR ((min_km IS NOT NULL) AND (max_km > min_km)))), CONSTRAINT "CK_rates_yard_scope" CHECK (((deleted_at IS NOT NULL) OR ((status)::text = 'SUPERSEDED'::text) OR CASE WHEN ((((trigger)::text = 'ALWAYS'::text) AND ((applies_to)::text = ANY (ARRAY[('BULK'::character varying)::text, ('CONTAINER'::character varying)::text, ('INTERCITY'::character varying)::text]))) OR ((trigger)::text = ANY (ARRAY[('CUSTOMS_CLEARANCE'::character varying)::text, ('WITH_RETURN'::character varying)::text]))) THEN ((origin_yard_id IS NOT NULL) AND (destination_yard_id IS NOT NULL)) ELSE ((origin_yard_id IS NULL) AND (destination_yard_id IS NULL)) END)) ); -- -- Name: route_milestones; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.route_milestones ( id uuid DEFAULT gen_random_uuid() NOT NULL, route_id uuid NOT NULL, yard_id uuid NOT NULL, sequence_no integer NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, distance_km numeric(10,2) ); -- -- Name: routes; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.routes ( id uuid DEFAULT gen_random_uuid() NOT NULL, origin_yard_id uuid NOT NULL, destination_yard_id uuid NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, status character varying(32) DEFAULT 'AVAILABLE'::character varying NOT NULL, direction character varying(10) NOT NULL, CONSTRAINT chk_routes_direction CHECK (((direction)::text = ANY (ARRAY[('IMPORT'::character varying)::text, ('EXPORT'::character varying)::text, ('DOMESTIC'::character varying)::text]))) ); -- -- Name: saved_signatures; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.saved_signatures ( id uuid DEFAULT public.uuid_generate_v4() NOT NULL, user_id uuid NOT NULL, signer_display_name character varying(200) NOT NULL, signature_file_id uuid, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, stamp_file_id uuid ); -- -- Name: schedule_wagon_adjustment_logs; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.schedule_wagon_adjustment_logs ( id uuid DEFAULT public.uuid_generate_v4() NOT NULL, train_schedule_id uuid NOT NULL, train_id uuid NOT NULL, action character varying(10) NOT NULL, wagon_id uuid NOT NULL, wagon_number character varying(50) NOT NULL, adjusted_by_user_id uuid, occurred_at timestamp with time zone DEFAULT now() NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, yard_id uuid ); -- -- Name: scheduling_events; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.scheduling_events ( id uuid DEFAULT gen_random_uuid() NOT NULL, train_schedule_id uuid NOT NULL, trigger character varying(40) NOT NULL, actor_user_id uuid, reason text, plan_snapshot jsonb DEFAULT '{}'::jsonb NOT NULL, displaced_booking_ids jsonb DEFAULT '[]'::jsonb NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: seq_company_profile_ex; Type: SEQUENCE; Schema: freight; Owner: - -- CREATE SEQUENCE freight.seq_company_profile_ex START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: seq_company_profile_ffe; Type: SEQUENCE; Schema: freight; Owner: - -- CREATE SEQUENCE freight.seq_company_profile_ffe START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: seq_company_profile_fwj; Type: SEQUENCE; Schema: freight; Owner: - -- CREATE SEQUENCE freight.seq_company_profile_fwj START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: seq_company_profile_im; Type: SEQUENCE; Schema: freight; Owner: - -- CREATE SEQUENCE freight.seq_company_profile_im START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: seq_company_profile_tr; Type: SEQUENCE; Schema: freight; Owner: - -- CREATE SEQUENCE freight.seq_company_profile_tr START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: service_types; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.service_types ( id uuid DEFAULT public.uuid_generate_v4() NOT NULL, service_name character varying(255) NOT NULL, description text, can_be_booked_alone boolean DEFAULT true NOT NULL, includes_first_mile boolean DEFAULT false NOT NULL, includes_last_mile boolean DEFAULT false NOT NULL, includes_customs boolean DEFAULT false NOT NULL, is_active boolean DEFAULT true NOT NULL, display_order integer DEFAULT 1 NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, code character varying(50) NOT NULL ); -- -- Name: shipping_lines; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.shipping_lines ( id uuid DEFAULT public.uuid_generate_v4() NOT NULL, code character varying(20) NOT NULL, label character varying(100) NOT NULL, mapped_to_code character varying(20), show_extra_fee_notice boolean DEFAULT false NOT NULL, is_active boolean DEFAULT true NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: support_conversations; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.support_conversations ( id uuid DEFAULT gen_random_uuid() NOT NULL, company_id uuid NOT NULL, company_name character varying(200), created_by_user_id uuid, last_message_at timestamp with time zone, last_message_preview character varying(280), last_message_author_role character varying(12), customer_last_read_at timestamp with time zone, agent_last_read_at timestamp with time zone, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: support_document_versions; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.support_document_versions ( id uuid DEFAULT gen_random_uuid() NOT NULL, document_id uuid NOT NULL, version integer NOT NULL, payload jsonb NOT NULL, actor_id uuid, note character varying(255), created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: support_documents; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.support_documents ( id uuid DEFAULT gen_random_uuid() NOT NULL, slug character varying(32) NOT NULL, payload jsonb DEFAULT '{}'::jsonb NOT NULL, version integer DEFAULT 1 NOT NULL, updated_by_id uuid, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: support_messages; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.support_messages ( id uuid DEFAULT gen_random_uuid() NOT NULL, conversation_id uuid NOT NULL, author_user_id uuid NOT NULL, author_role character varying(12) NOT NULL, author_name character varying(200), body text, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: tracking_events; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.tracking_events ( id uuid DEFAULT gen_random_uuid() NOT NULL, consignment_id uuid NOT NULL, location character varying(256) NOT NULL, status freight.tracking_events_status_enum NOT NULL, occurred_at timestamp with time zone NOT NULL, description text, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: train_checkpoint_events; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.train_checkpoint_events ( id uuid DEFAULT gen_random_uuid() NOT NULL, train_schedule_id uuid NOT NULL, yard_id uuid NOT NULL, sequence_no integer NOT NULL, kind character varying(20) NOT NULL, occurred_at timestamp with time zone DEFAULT now() NOT NULL, note text, recorded_by_user_id uuid, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: train_composition_removal_logs; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.train_composition_removal_logs ( id uuid DEFAULT public.uuid_generate_v4() NOT NULL, schedule_id uuid NOT NULL, booking_id uuid NOT NULL, booking_reference character varying(64), removed_by_user_id uuid, removed_at timestamp with time zone DEFAULT now() NOT NULL, notes text, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: train_locomotives; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.train_locomotives ( id uuid DEFAULT public.uuid_generate_v4() NOT NULL, train_id uuid NOT NULL, locomotive_id uuid NOT NULL, sequence_no integer DEFAULT 0 NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: train_schedule_bookings; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.train_schedule_bookings ( id uuid DEFAULT gen_random_uuid() NOT NULL, train_schedule_id uuid NOT NULL, booking_id uuid NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, loading_status character varying(20) DEFAULT 'UNLOADED'::character varying NOT NULL ); -- -- Name: train_schedules; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.train_schedules ( id uuid DEFAULT gen_random_uuid() NOT NULL, train_set_id uuid NOT NULL, origin_station_id uuid NOT NULL, destination_station_id uuid NOT NULL, scheduled_departure_date timestamp with time zone NOT NULL, scheduled_arrival_date timestamp with time zone, status character varying(20) DEFAULT 'DRAFT'::character varying NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, route_id uuid, train_number character varying(20), direction character varying(10), actual_departure_at timestamp with time zone, actual_arrival_at timestamp with time zone, prepared_by_user_id uuid, checked_by_user_id uuid, max_wagons integer DEFAULT 53 NOT NULL, booking_window_status character varying(10) DEFAULT 'OPEN'::character varying NOT NULL, window_phase character varying(20), window_opens_at timestamp with time zone, window_closes_at timestamp with time zone, doc_review_ends_at timestamp with time zone, doc_review_completed_at timestamp with time zone, payment_phase_ends_at timestamp with time zone, booking_cycle_no integer DEFAULT 0 NOT NULL, rule_window_open_hour integer, rule_window_duration_hours numeric(6,4), rule_reopen_delay_minutes integer, rule_import_window_lead_days integer, rule_export_booking_lead_hours integer, rule_window_close_hour integer, reference character varying(20), wagon_allocation_snapshot jsonb, rule_import_close_offset_minutes integer, rule_export_close_offset_minutes integer, reverse_wagon_order boolean DEFAULT false NOT NULL, rule_payment_window_minutes integer, window_rule_custom boolean DEFAULT false NOT NULL ); -- -- Name: train_scheduling_global_rules; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.train_scheduling_global_rules ( id uuid DEFAULT gen_random_uuid() NOT NULL, max_train_length_meters numeric(10,2) DEFAULT 760 NOT NULL, max_train_weight_tons numeric(10,3) DEFAULT 3500 NOT NULL, max_wagons_per_train integer DEFAULT 53 NOT NULL, max_20ft_container_weight_tons numeric(8,3) DEFAULT 30 NOT NULL, max_20ft_pair_weight_diff_tons numeric(8,3) DEFAULT 10 NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, import_window_lead_days integer DEFAULT 3 NOT NULL, export_booking_lead_hours integer DEFAULT 24 NOT NULL, window_open_hour integer DEFAULT 8 NOT NULL, window_duration_hours numeric(6,4) DEFAULT 3 NOT NULL, doc_review_minutes integer DEFAULT 30 NOT NULL, payment_window_minutes integer DEFAULT 60 NOT NULL, window_close_hour integer DEFAULT 17 NOT NULL, import_close_offset_minutes integer, export_close_offset_minutes integer, export_payment_window_minutes integer DEFAULT 60 NOT NULL ); -- -- Name: train_set_locomotives; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.train_set_locomotives ( id uuid DEFAULT public.uuid_generate_v4() NOT NULL, train_set_id uuid NOT NULL, locomotive_id uuid NOT NULL, sequence_no integer DEFAULT 0 NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: train_set_wagons; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.train_set_wagons ( id uuid DEFAULT gen_random_uuid() NOT NULL, train_set_id uuid NOT NULL, wagon_type_id uuid NOT NULL, sequence_no integer NOT NULL, capacity_tons numeric(10,3) NOT NULL, length_meters numeric(10,3) NOT NULL, assigned_weight_tons numeric(10,3) DEFAULT 0 NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, physical_wagon_id uuid, status character varying(20) DEFAULT 'PLANNED'::character varying NOT NULL, board_yard_id uuid, alight_yard_id uuid ); -- -- Name: train_sets; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.train_sets ( id uuid DEFAULT gen_random_uuid() NOT NULL, locomotive_id uuid NOT NULL, total_weight_tons numeric(10,3) NOT NULL, total_length_meters numeric(10,3) NOT NULL, wagon_count integer NOT NULL, status character varying(20) DEFAULT 'DRAFT'::character varying NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, train_id uuid ); -- -- Name: trains; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.trains ( id uuid DEFAULT public.uuid_generate_v4() NOT NULL, code character varying(32) NOT NULL, capacity_tons numeric(10,2) DEFAULT 0 NOT NULL, status freight.train_status DEFAULT 'AVAILABLE'::freight.train_status NOT NULL, notes text, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, train_number character varying(20), train_name character varying(100), route_id uuid, origin_station_id uuid, destination_station_id uuid, departure_time timestamp with time zone, arrival_time timestamp with time zone, locomotive_number character varying(50), remarks text, current_yard_id uuid, import_train_number character varying(20), export_train_number character varying(20) ); -- -- Name: transit_agents; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.transit_agents ( id uuid DEFAULT gen_random_uuid() NOT NULL, name character varying(150) NOT NULL, valid_from date NOT NULL, valid_to date NOT NULL, is_active boolean DEFAULT true NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: truck_types; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.truck_types ( id uuid DEFAULT gen_random_uuid() NOT NULL, code character varying(32) NOT NULL, name character varying(100) NOT NULL, capacity_tons numeric(10,3), has_trailer boolean DEFAULT false NOT NULL, description text, is_active boolean DEFAULT true NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: user_trade_access; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.user_trade_access ( id uuid DEFAULT gen_random_uuid() NOT NULL, user_id uuid NOT NULL, directions text DEFAULT ''::text NOT NULL, updated_by_id uuid, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: vehicles; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.vehicles ( id uuid DEFAULT gen_random_uuid() NOT NULL, plate_number character varying NOT NULL, registration_number character varying NOT NULL, vehicle_type character varying NOT NULL, manufacturer character varying NOT NULL, model character varying NOT NULL, year integer NOT NULL, fuel_type character varying NOT NULL, capacity numeric NOT NULL, status character varying DEFAULT 'ACTIVE'::character varying NOT NULL, description text, created_at timestamp without time zone DEFAULT CURRENT_TIMESTAMP NOT NULL, updated_at timestamp without time zone DEFAULT CURRENT_TIMESTAMP NOT NULL, deleted_at timestamp without time zone, assigned_driver_id uuid, assigned_driver_name character varying, code character varying, power_plate_no character varying, trailer_plate_no character varying, estimated_distance_km numeric, actual_distance_km numeric, location_id uuid, availability character varying DEFAULT 'FREE'::character varying, vin character varying, ownership character varying, insurance_expiry date, registration_expiry date, next_inspection_date date, price_per_km numeric(14,2), currency character varying(8) DEFAULT 'ETB'::character varying NOT NULL, truck_type_id uuid ); -- -- Name: vendors; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.vendors ( id uuid DEFAULT gen_random_uuid() NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, name character varying NOT NULL, type character varying, contact_person character varying, phone character varying, email character varying, address character varying, is_active boolean DEFAULT true NOT NULL ); -- -- Name: wagon_allocation_bulk_loads; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.wagon_allocation_bulk_loads ( id uuid DEFAULT gen_random_uuid() NOT NULL, wagon_booking_allocation_id uuid NOT NULL, booking_id uuid NOT NULL, cargo_type_id uuid, cargo_description text, pricing_unit character varying(20) DEFAULT 'PER_TON'::character varying NOT NULL, quantity numeric(12,3) DEFAULT 0 NOT NULL, weight_tons numeric(10,3) DEFAULT 0 NOT NULL, truck_plate_number character varying(32), created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: wagon_allocation_container_items; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.wagon_allocation_container_items ( id uuid DEFAULT gen_random_uuid() NOT NULL, wagon_booking_allocation_id uuid NOT NULL, booking_container_id uuid, container_id uuid, container_number character varying(64), container_type_id uuid, position_on_wagon smallint, seal_number character varying(64), chassis_number character varying(64), gross_weight_tons numeric(10,3), created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: wagon_booking_allocations; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.wagon_booking_allocations ( id uuid DEFAULT gen_random_uuid() NOT NULL, train_set_wagon_id uuid NOT NULL, booking_id uuid NOT NULL, allocated_weight_tons numeric(10,3) NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, load_type character varying(20), status character varying(20) DEFAULT 'PLANNED'::character varying NOT NULL, confirmed_at timestamp with time zone, confirmed_by_user_id uuid ); -- -- Name: wagon_movements; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.wagon_movements ( id uuid DEFAULT gen_random_uuid() NOT NULL, wagon_id uuid NOT NULL, from_yard_id uuid, to_yard_id uuid NOT NULL, train_schedule_id uuid, booking_id uuid, kind character varying(30) NOT NULL, moved_by_user_id uuid, occurred_at timestamp with time zone DEFAULT now() NOT NULL, note text, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, transfer_request_id uuid ); -- -- Name: wagon_status_logs; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.wagon_status_logs ( id uuid DEFAULT gen_random_uuid() NOT NULL, wagon_id uuid NOT NULL, from_status character varying(30) NOT NULL, to_status character varying(30) NOT NULL, changed_by_user_id uuid, note text, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: wagon_transfer_requests; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.wagon_transfer_requests ( id uuid DEFAULT gen_random_uuid() NOT NULL, from_yard_id uuid NOT NULL, to_yard_id uuid NOT NULL, wagon_type_id uuid NOT NULL, quantity integer NOT NULL, status character varying(20) DEFAULT 'PENDING'::character varying NOT NULL, requested_by_user_id uuid, fulfilled_by_user_id uuid, fulfilled_at timestamp with time zone, note text, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, reason text, fulfilled_quantity integer DEFAULT 0 NOT NULL, closed_short_at timestamp with time zone, closed_short_by_user_id uuid, CONSTRAINT chk_wtr_quantity CHECK ((quantity > 0)) ); -- -- Name: wagon_types; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.wagon_types ( id uuid DEFAULT gen_random_uuid() NOT NULL, code character varying(32) NOT NULL, name character varying(100) NOT NULL, capacity_tons numeric(10,3) NOT NULL, length_meters numeric(10,3) NOT NULL, supported_load_types text[] DEFAULT '{}'::text[] NOT NULL, is_active boolean DEFAULT true NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, equated_length_m numeric(10,3), tare_weight_tons numeric(10,3) NOT NULL, supports_container boolean DEFAULT false NOT NULL, max_container_gross_t numeric(10,3) ); -- -- Name: wagons; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.wagons ( id uuid DEFAULT public.uuid_generate_v4() NOT NULL, wagon_number character varying NOT NULL, wagon_type_id uuid NOT NULL, train_id uuid, sequence_number integer, status character varying DEFAULT 'AVAILABLE'::character varying NOT NULL, notes text, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, current_location_yard_id uuid, train_set_wagon_id uuid, current_train_schedule_id uuid, current_yard_id uuid, export_train_number character varying(20), import_train_number character varying(20) ); -- -- Name: warehouse_accrual_acks; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.warehouse_accrual_acks ( id uuid DEFAULT gen_random_uuid() NOT NULL, inventory_id uuid NOT NULL, acknowledged_by uuid, acknowledged_at timestamp with time zone DEFAULT now() NOT NULL, snooze_until timestamp with time zone, note text, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL ); -- -- Name: warehouse_activity_log; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.warehouse_activity_log ( id uuid DEFAULT gen_random_uuid() NOT NULL, inventory_id uuid, warehouse_id uuid, activity_type character varying(40) NOT NULL, description text, performed_by character varying(120), created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: warehouse_allocation_rules; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.warehouse_allocation_rules ( id uuid DEFAULT public.uuid_generate_v4() NOT NULL, name character varying(160) NOT NULL, priority integer DEFAULT 100 NOT NULL, freight_type character varying(16), trade_direction character varying(16), cargo_type_code character varying(50), container_status character varying(24), requires_inspection boolean, target_facility_code character varying(40), target_yard_code character varying(40) NOT NULL, target_warehouse_code character varying(40), target_zone_code character varying(40), storage_type character varying(80), is_active boolean DEFAULT true NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: warehouse_fee_rules; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.warehouse_fee_rules ( id uuid DEFAULT public.uuid_generate_v4() NOT NULL, name character varying(160) NOT NULL, rule_type character varying(20) NOT NULL, priority integer DEFAULT 100 NOT NULL, freight_type character varying(16), trade_direction character varying(16), cargo_type_code character varying(50), container_type character varying(40), facility_id uuid, warehouse_id uuid, yard_id uuid, zone_id uuid, free_days integer DEFAULT 0 NOT NULL, rate_per_day numeric(14,2) DEFAULT 0 NOT NULL, tiers jsonb DEFAULT '[]'::jsonb NOT NULL, currency character varying(8) DEFAULT 'USD'::character varying NOT NULL, is_active boolean DEFAULT true NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, basis character varying(20), free_hours integer, vehicle_type character varying(32) ); -- -- Name: warehouse_inspection_reports; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.warehouse_inspection_reports ( id uuid DEFAULT public.uuid_generate_v4() NOT NULL, inventory_id uuid NOT NULL, booking_id uuid, customer_id uuid, report_type character varying(32) DEFAULT 'INSPECTION'::character varying NOT NULL, inspection_status character varying(20) DEFAULT 'NEEDS_REVIEW'::character varying NOT NULL, has_damage boolean DEFAULT false NOT NULL, damage_description text, has_weight_loss boolean DEFAULT false NOT NULL, expected_weight numeric(14,3), actual_weight numeric(14,3), weight_loss numeric(14,3), weight_loss_unit character varying(12), has_missing_items boolean DEFAULT false NOT NULL, missing_items_description text, remarks text, inspected_by_id uuid, inspected_at timestamp with time zone, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: warehouse_inventory; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.warehouse_inventory ( id uuid DEFAULT gen_random_uuid() NOT NULL, warehouse_id uuid NOT NULL, yard_id uuid NOT NULL, zone_id uuid NOT NULL, booking_id uuid, cargo_id uuid, container_id uuid, goods_id uuid, quantity numeric(12,3) DEFAULT 0 NOT NULL, weight numeric(14,3) DEFAULT 0 NOT NULL, volume numeric(12,3), status character varying(32) DEFAULT 'RECEIVED'::character varying NOT NULL, inspection_status character varying(20), arrived_at timestamp with time zone, inspected_at timestamp with time zone, ready_for_loading_at timestamp with time zone, notes text, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, stored_at timestamp with time zone, reserved_at timestamp with time zone, loaded_at timestamp with time zone, dispatched_at timestamp with time zone, inspection_started_at timestamp with time zone, inspection_completed_at timestamp with time zone, ready_for_pickup_at timestamp with time zone, release_date timestamp with time zone, gate_cleared_at timestamp with time zone, release_order_reference character varying(100), delivered_at timestamp with time zone, unloaded_at timestamp with time zone, grn_number character varying(100) ); -- -- Name: warehouse_inventory_movement; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.warehouse_inventory_movement ( id uuid DEFAULT gen_random_uuid() NOT NULL, inventory_id uuid NOT NULL, from_warehouse_id uuid NOT NULL, from_yard_id uuid NOT NULL, from_zone_id uuid NOT NULL, to_warehouse_id uuid NOT NULL, to_yard_id uuid NOT NULL, to_zone_id uuid NOT NULL, remarks text, moved_by character varying(120), moved_at timestamp with time zone DEFAULT now() NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: warehouse_loadings; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.warehouse_loadings ( id uuid DEFAULT gen_random_uuid() NOT NULL, warehouse_inventory_id uuid NOT NULL, booking_id uuid, wagon_id uuid, loaded_at timestamp with time zone DEFAULT now() NOT NULL, loaded_by character varying(120), loaded_weight numeric(14,3), notes text, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, train_schedule_id uuid ); -- -- Name: warehouse_yard_cargo_types; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.warehouse_yard_cargo_types ( yard_id uuid NOT NULL, cargo_type_id uuid NOT NULL ); -- -- Name: warehouse_yards; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.warehouse_yards ( id uuid DEFAULT gen_random_uuid() NOT NULL, warehouse_id uuid NOT NULL, name character varying(160) NOT NULL, code character varying(40) NOT NULL, type character varying(32) NOT NULL, capacity_weight numeric(14,3), capacity_containers integer, current_weight numeric(14,3) DEFAULT 0 NOT NULL, current_containers integer DEFAULT 0 NOT NULL, status character varying(16) DEFAULT 'ACTIVE'::character varying NOT NULL, is_active boolean DEFAULT true NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, max_weight numeric(14,3), max_volume numeric(14,3), current_volume numeric(14,3) DEFAULT 0 NOT NULL, direction character varying(10) ); -- -- Name: warehouse_zones; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.warehouse_zones ( id uuid DEFAULT gen_random_uuid() NOT NULL, yard_id uuid NOT NULL, name character varying(160) NOT NULL, code character varying(40) NOT NULL, type character varying(32) NOT NULL, capacity_weight numeric(14,3), capacity_containers integer, current_weight numeric(14,3) DEFAULT 0 NOT NULL, current_containers integer DEFAULT 0 NOT NULL, status character varying(16) DEFAULT 'ACTIVE'::character varying NOT NULL, is_active boolean DEFAULT true NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, max_weight numeric(14,3), max_volume numeric(14,3), current_volume numeric(14,3) DEFAULT 0 NOT NULL ); -- -- Name: warehouses; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.warehouses ( id uuid DEFAULT gen_random_uuid() NOT NULL, name character varying(160) NOT NULL, code character varying(40) NOT NULL, type character varying(32) NOT NULL, station_id uuid, location_name character varying(200), capacity_weight numeric(14,3), capacity_containers integer, current_weight numeric(14,3) DEFAULT 0 NOT NULL, current_containers integer DEFAULT 0 NOT NULL, status character varying(16) DEFAULT 'ACTIVE'::character varying NOT NULL, is_active boolean DEFAULT true NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, max_weight numeric(14,3), max_volume numeric(14,3), current_volume numeric(14,3) DEFAULT 0 NOT NULL, facility_id uuid ); -- -- Name: warranties; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.warranties ( id uuid DEFAULT gen_random_uuid() NOT NULL, vehicle_id uuid NOT NULL, component character varying NOT NULL, provider character varying, start_date date, expiry_date date NOT NULL, coverage_notes text, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: weight_limit_rules; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.weight_limit_rules ( id uuid DEFAULT public.uuid_generate_v4() NOT NULL, container_type_id uuid NOT NULL, trade_direction freight.weight_limit_rules_trade_direction_enum NOT NULL, max_vgm_tons numeric(8,3) NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, max_capacity_tons numeric(8,3) ); -- -- Name: work_orders; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.work_orders ( id uuid DEFAULT gen_random_uuid() NOT NULL, vehicle_id uuid NOT NULL, title character varying NOT NULL, description text, status character varying DEFAULT 'OPEN'::character varying NOT NULL, priority character varying DEFAULT 'MEDIUM'::character varying NOT NULL, assigned_to character varying, opened_at timestamp with time zone DEFAULT now() NOT NULL, closed_at timestamp with time zone, labor_cost numeric(14,2), parts_cost numeric(14,2), created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: yard_distances; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.yard_distances ( id uuid DEFAULT gen_random_uuid() NOT NULL, from_yard_id uuid NOT NULL, to_yard_id uuid NOT NULL, distance_km numeric(10,2) NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: yard_facilities; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.yard_facilities ( id uuid DEFAULT gen_random_uuid() NOT NULL, yard_id uuid NOT NULL, has_warehouse boolean DEFAULT false NOT NULL, equipment_notes text, is_active boolean DEFAULT true NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, handles_container boolean DEFAULT true NOT NULL, handles_bulk boolean DEFAULT true NOT NULL, has_container_facility_origin boolean DEFAULT false NOT NULL, has_bulk_facility_origin boolean DEFAULT false NOT NULL, has_container_facility_destination boolean DEFAULT false NOT NULL, has_bulk_facility_destination boolean DEFAULT false NOT NULL ); -- -- Name: yard_locations; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.yard_locations ( id uuid DEFAULT public.uuid_generate_v4() NOT NULL, yard_id uuid NOT NULL, latitude double precision NOT NULL, longitude double precision NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone ); -- -- Name: yards; Type: TABLE; Schema: freight; Owner: - -- CREATE TABLE freight.yards ( id uuid DEFAULT public.uuid_generate_v4() NOT NULL, code character varying(40) NOT NULL, label character varying(100) NOT NULL, country character varying(50) NOT NULL, is_active boolean DEFAULT true NOT NULL, display_order integer DEFAULT 1 NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, deleted_at timestamp with time zone, has_facility boolean DEFAULT false NOT NULL, CONSTRAINT chk_yards_country CHECK (((country)::text = ANY (ARRAY[('Ethiopia'::character varying)::text, ('Djibouti'::character varying)::text]))) ); -- -- Name: migrations id; Type: DEFAULT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.migrations ALTER COLUMN id SET DEFAULT nextval('freight.migrations_id_seq'::regclass); -- -- Data for Name: approval_rules; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.approval_rules VALUES ('81387cd7-ed52-42ed-ae87-5d02dc7aa3b0', true, 2, '-marketing-chief', 'Final Signature', NULL, '2026-07-27 11:31:59.766128+00', '2026-08-04 07:54:54.260045+00', NULL), ('650cf1bb-5979-42cc-9ded-16afcd86651b', true, 1, '-marketing-director-', 'Review & Approve', 'LINE_STAFF', '2026-07-27 11:31:59.766128+00', '2026-08-04 07:55:18.030364+00', NULL), ('03aed9fb-ef7f-4f61-b65d-cb5e73d33fcd', false, 1, '-marketing-officer-', 'Review & Approve', NULL, '2026-07-27 11:31:59.766128+00', '2026-08-04 07:55:55.39793+00', NULL), ('1b1d75c5-1bc2-47d4-9ee2-82a402cca7fd', false, 2, '-marketing-director-', 'Final Signature', 'LINE_STAFF', '2026-07-27 11:31:59.766128+00', '2026-08-04 07:56:12.788711+00', NULL); -- -- Data for Name: asset_acquisitions; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: asset_disposals; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: booking_batch_offers; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: booking_cargo_modifier; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: booking_container; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.booking_container VALUES ('32c1db2c-8f1e-4b2b-ae38-803d6751b8a9', '346725c9-6075-4283-a59d-c0cfb58d2e52', '349072e7-8a90-4c03-b682-08976abfd7e8', 8, 28.000, 224.000, 8.00, NULL, false, NULL, '2026-08-09 20:15:36.202428+00', '2026-08-09 20:15:36.202428+00', NULL, NULL, NULL, 0, 0, 0), ('4342bb79-d2ef-4d48-b2f9-8a7f0466be7f', 'dc105e51-7acd-4706-a7a0-b77dc4b28059', '77cf24ec-e74b-4bdb-b1cc-6f336379cc58', 12, 20.000, 240.000, 6.00, NULL, false, NULL, '2026-08-09 20:15:36.202428+00', '2026-08-09 20:15:36.202428+00', NULL, NULL, NULL, 0, 0, 0), ('240b0700-ecc9-4566-bbfb-791c57fc5579', 'd733c2dd-f5f0-4b88-b675-1447fc30d821', '349072e7-8a90-4c03-b682-08976abfd7e8', 6, 30.000, 180.000, 6.00, NULL, false, NULL, '2026-08-09 20:15:36.202428+00', '2026-08-09 20:15:36.202428+00', NULL, NULL, NULL, 0, 0, 0), ('071271bd-7584-4dca-b49b-a70387644a3e', 'd1d73d4d-c2c9-4025-af7c-5c2c5327e9f1', '349072e7-8a90-4c03-b682-08976abfd7e8', 7, 28.000, 196.000, 7.00, NULL, false, NULL, '2026-08-09 20:15:36.202428+00', '2026-08-09 20:15:36.202428+00', NULL, NULL, NULL, 0, 0, 0), ('1444e5eb-7821-4166-b8d3-1a4683b31837', '524ef40f-a1ee-401d-8ecb-f1ce9f5374e4', '77cf24ec-e74b-4bdb-b1cc-6f336379cc58', 11, 20.000, 220.000, 5.50, NULL, false, NULL, '2026-08-09 20:15:36.202428+00', '2026-08-09 20:15:36.202428+00', NULL, NULL, NULL, 0, 0, 0), ('6368b06d-de96-470b-8b2a-d7ed53bb1d84', 'ec0da804-5163-4f1f-87a7-8a9215159146', '349072e7-8a90-4c03-b682-08976abfd7e8', 4, 32.000, 128.000, 4.00, NULL, false, NULL, '2026-08-09 20:15:36.202428+00', '2026-08-09 20:15:36.202428+00', NULL, NULL, NULL, 0, 0, 0); -- -- Data for Name: booking_container_allocations; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: booking_container_units; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.booking_container_units VALUES ('493efbca-6da3-49c9-9b97-43b9b154bedb', '32c1db2c-8f1e-4b2b-ae38-803d6751b8a9', 'LMRT1234567', NULL, 28.000, false, false, 0, '2026-08-09 20:45:34.697299+00', '2026-08-09 20:45:34.697299+00', NULL, false, NULL, NULL, false); -- -- Data for Name: booking_contract_signatures; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: booking_document_review; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: booking_handovers; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: booking_rate_snapshot; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: booking_requests; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: booking_review_note; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: booking_wagon_cancellations; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: bookings; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.bookings VALUES ('346725c9-6075-4283-a59d-c0cfb58d2e52', 'PAID-IMP-001', NULL, NULL, 'APPROVED', '2026-07-01 08:00:00+00', 5600.00, 'PAID', 'NEW', 'IMPORT', 'WITHOUT_RETURN', NULL, 'Akaki Industrial Zone, Addis Ababa', 224.000, false, 'ETB', NULL, NULL, NULL, 1, NULL, '2026-08-09 20:15:36.225+00', NULL, NULL, NULL, NULL, 20, NULL, '2026-08-09 20:15:36.202428+00', '2026-08-09 20:15:36.202428+00', NULL, '7d1b9c9c-372a-41ea-8125-363163fc6351', '91c3912b-036a-4a09-b9f7-f70d0da0b717', '76ec1857-294d-4eef-95ab-84b0eff3261c', NULL, 'Demo container cargo', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'CONTAINER', NULL, NULL, NULL, '300d5510-e3a5-4858-bc28-6e3beda8ca80', 8.00, 'NOT_SCHEDULED', NULL, NULL, NULL, false, NULL, NULL, NULL, NULL, '245bde93-5dfd-4adf-9b1a-5386169a46ec', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8.8808000, 38.7876000, false, NULL, false, '2026-07-01 08:00:00+00', NULL, NULL, 'CUSTOMER', NULL, NULL, NULL, NULL, NULL, 0.000, 0.000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'ONE_TIME', NULL, NULL, NULL, NULL, NULL, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('dc105e51-7acd-4706-a7a0-b77dc4b28059', 'PAID-IMP-002', NULL, NULL, 'APPROVED', '2026-07-02 08:00:00+00', 6000.00, 'PAID', 'NEW', 'IMPORT', 'WITHOUT_RETURN', NULL, 'Kality Logistics Hub, Addis Ababa', 240.000, false, 'ETB', NULL, NULL, NULL, 1, NULL, '2026-08-09 20:15:36.241+00', NULL, NULL, NULL, NULL, 20, NULL, '2026-08-09 20:15:36.202428+00', '2026-08-09 20:15:36.202428+00', NULL, '7d1b9c9c-372a-41ea-8125-363163fc6351', '91c3912b-036a-4a09-b9f7-f70d0da0b717', '76ec1857-294d-4eef-95ab-84b0eff3261c', NULL, 'Demo container cargo', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'CONTAINER', NULL, NULL, NULL, '300d5510-e3a5-4858-bc28-6e3beda8ca80', 6.00, 'NOT_SCHEDULED', NULL, NULL, NULL, false, NULL, NULL, NULL, NULL, '245bde93-5dfd-4adf-9b1a-5386169a46ec', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8.9137000, 38.7815000, false, NULL, false, '2026-07-02 08:00:00+00', NULL, NULL, 'CUSTOMER', NULL, NULL, NULL, NULL, NULL, 0.000, 0.000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'ONE_TIME', NULL, NULL, NULL, NULL, NULL, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('d733c2dd-f5f0-4b88-b675-1447fc30d821', 'PAID-IMP-003', NULL, NULL, 'APPROVED', '2026-07-03 08:00:00+00', 4500.00, 'PAID', 'NEW', 'IMPORT', 'WITHOUT_RETURN', NULL, 'Bole Lemi Industrial Park, Addis Ababa', 180.000, false, 'ETB', NULL, NULL, NULL, 1, NULL, '2026-08-09 20:15:36.249+00', NULL, NULL, NULL, NULL, 20, NULL, '2026-08-09 20:15:36.202428+00', '2026-08-09 20:15:36.202428+00', NULL, '7d1b9c9c-372a-41ea-8125-363163fc6351', '91c3912b-036a-4a09-b9f7-f70d0da0b717', '76ec1857-294d-4eef-95ab-84b0eff3261c', NULL, 'Demo container cargo', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'CONTAINER', NULL, NULL, NULL, '300d5510-e3a5-4858-bc28-6e3beda8ca80', 6.00, 'NOT_SCHEDULED', NULL, NULL, NULL, false, NULL, NULL, NULL, NULL, '245bde93-5dfd-4adf-9b1a-5386169a46ec', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8.9806000, 38.8736000, false, NULL, false, '2026-07-03 08:00:00+00', NULL, NULL, 'CUSTOMER', NULL, NULL, NULL, NULL, NULL, 0.000, 0.000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'ONE_TIME', NULL, NULL, NULL, NULL, NULL, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('d1d73d4d-c2c9-4025-af7c-5c2c5327e9f1', 'PAID-EXP-001', NULL, NULL, 'APPROVED', '2026-07-01 10:00:00+00', 4900.00, 'PAID', 'NEW', 'EXPORT', 'WITHOUT_RETURN', 'Bole Lemi Industrial Park, Addis Ababa', NULL, 196.000, false, 'ETB', NULL, NULL, NULL, 1, NULL, '2026-08-09 20:15:36.258+00', NULL, NULL, NULL, NULL, 20, NULL, '2026-08-09 20:15:36.202428+00', '2026-08-09 20:15:36.202428+00', NULL, '91c3912b-036a-4a09-b9f7-f70d0da0b717', '7d1b9c9c-372a-41ea-8125-363163fc6351', '76ec1857-294d-4eef-95ab-84b0eff3261c', NULL, 'Demo container cargo', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'CONTAINER', NULL, NULL, NULL, '300d5510-e3a5-4858-bc28-6e3beda8ca80', 7.00, 'NOT_SCHEDULED', NULL, NULL, NULL, false, NULL, NULL, NULL, NULL, '245bde93-5dfd-4adf-9b1a-5386169a46ec', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8.9806000, 38.8736000, NULL, NULL, false, NULL, false, '2026-07-01 10:00:00+00', NULL, NULL, 'CUSTOMER', NULL, NULL, NULL, NULL, NULL, 0.000, 0.000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'ONE_TIME', NULL, NULL, NULL, NULL, NULL, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('524ef40f-a1ee-401d-8ecb-f1ce9f5374e4', 'PAID-EXP-002', NULL, NULL, 'APPROVED', '2026-07-02 10:00:00+00', 5500.00, 'PAID', 'NEW', 'EXPORT', 'WITHOUT_RETURN', 'Akaki Industrial Zone, Addis Ababa', NULL, 220.000, false, 'ETB', NULL, NULL, NULL, 1, NULL, '2026-08-09 20:15:36.267+00', NULL, NULL, NULL, NULL, 20, NULL, '2026-08-09 20:15:36.202428+00', '2026-08-09 20:15:36.202428+00', NULL, '91c3912b-036a-4a09-b9f7-f70d0da0b717', '7d1b9c9c-372a-41ea-8125-363163fc6351', '76ec1857-294d-4eef-95ab-84b0eff3261c', NULL, 'Demo container cargo', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'CONTAINER', NULL, NULL, NULL, '300d5510-e3a5-4858-bc28-6e3beda8ca80', 5.50, 'NOT_SCHEDULED', NULL, NULL, NULL, false, NULL, NULL, NULL, NULL, '245bde93-5dfd-4adf-9b1a-5386169a46ec', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8.8808000, 38.7876000, NULL, NULL, false, NULL, false, '2026-07-02 10:00:00+00', NULL, NULL, 'CUSTOMER', NULL, NULL, NULL, NULL, NULL, 0.000, 0.000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'ONE_TIME', NULL, NULL, NULL, NULL, NULL, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('ec0da804-5163-4f1f-87a7-8a9215159146', 'PAID-EXP-003', NULL, NULL, 'APPROVED', '2026-07-03 10:00:00+00', 3200.00, 'PAID', 'NEW', 'EXPORT', 'WITHOUT_RETURN', 'Kality Logistics Hub, Addis Ababa', NULL, 128.000, false, 'ETB', NULL, NULL, NULL, 1, NULL, '2026-08-09 20:15:36.275+00', NULL, NULL, NULL, NULL, 20, NULL, '2026-08-09 20:15:36.202428+00', '2026-08-09 20:15:36.202428+00', NULL, '91c3912b-036a-4a09-b9f7-f70d0da0b717', '7d1b9c9c-372a-41ea-8125-363163fc6351', '76ec1857-294d-4eef-95ab-84b0eff3261c', NULL, 'Demo container cargo', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'CONTAINER', NULL, NULL, NULL, '300d5510-e3a5-4858-bc28-6e3beda8ca80', 4.00, 'NOT_SCHEDULED', NULL, NULL, NULL, false, NULL, NULL, NULL, NULL, '245bde93-5dfd-4adf-9b1a-5386169a46ec', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8.9137000, 38.7815000, NULL, NULL, false, NULL, false, '2026-07-03 10:00:00+00', NULL, NULL, 'CUSTOMER', NULL, NULL, NULL, NULL, NULL, 0.000, 0.000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'ONE_TIME', NULL, NULL, NULL, NULL, NULL, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); -- -- Data for Name: cargo_type_wagon_types; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.cargo_type_wagon_types VALUES ('654618d6-a380-4e4c-aa60-2bb1c299066a', '8eec3a7d-8482-4397-96b6-59a028210722'), ('8291ccc3-0dd9-4d78-aa44-284d028a19ce', '8eec3a7d-8482-4397-96b6-59a028210722'), ('9afd8eb3-975b-4ea7-a7db-04eb2c20a04d', '8eec3a7d-8482-4397-96b6-59a028210722'), ('8942884d-9991-42bb-87f7-a70930f8c43c', 'efed186d-7062-4b0f-b3fe-6e793accc364'), ('8942884d-9991-42bb-87f7-a70930f8c43c', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc'), ('8291ccc3-0dd9-4d78-aa44-284d028a19ce', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7'), ('654618d6-a380-4e4c-aa60-2bb1c299066a', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7'), ('28bc4d22-5bc5-4917-b1af-bb08d28f2a05', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7'); -- -- Data for Name: cargo_types; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.cargo_types VALUES ('01819bdb-e8c5-4691-ab99-1b351c5dc5b8', 'Break Bulk', NULL, false, true, 3, '2026-07-17 08:11:10.616+00', '2026-07-17 08:11:10.616+00', NULL, 'BREAK_BULK', NULL, false, NULL, NULL, false), ('7b65e1a1-3ea2-4983-90a9-9f8c55b8e6a8', 'Bulk', NULL, false, true, 2, '2026-07-17 08:10:31.902+00', '2026-07-21 06:42:40.053+00', NULL, 'BULK', NULL, false, NULL, NULL, false), ('eb5f5443-5801-48d1-8bb8-7494645c5e10', 'Edible Oil', '7b65e1a1-3ea2-4983-90a9-9f8c55b8e6a8', true, true, 5, '2026-07-17 08:12:08.784+00', '2026-07-22 13:30:11.083+00', NULL, 'EDIBLE_OIL', 'PER_TON', false, NULL, NULL, false), ('b92c7644-ac4c-46bf-80bb-6c5c07151e07', 'Cereal', '7b65e1a1-3ea2-4983-90a9-9f8c55b8e6a8', true, true, 7, '2026-07-17 08:12:42.731+00', '2026-07-22 13:30:14.763+00', NULL, 'CEREAL', 'PER_TON', false, NULL, NULL, false), ('ba24cc4b-f8a0-4e5e-b111-aebaaf96fd00', 'Rice', '7b65e1a1-3ea2-4983-90a9-9f8c55b8e6a8', true, true, 9, '2026-07-17 08:13:07.476+00', '2026-07-22 13:30:23.977+00', NULL, 'RICE', 'PER_TON', false, NULL, NULL, false), ('e08693a4-ce28-4f2d-aca3-58537d4cb8bb', 'Plastic Barrel', '7b65e1a1-3ea2-4983-90a9-9f8c55b8e6a8', true, true, 13, '2026-07-17 08:15:30.092+00', '2026-07-22 13:30:28.952+00', NULL, 'PLASTIC_BARREL', 'PER_TON', false, NULL, NULL, false), ('a5991d3a-d690-4b7e-98fd-ea3333aa16e7', 'Perishable', '7b65e1a1-3ea2-4983-90a9-9f8c55b8e6a8', true, true, 14, '2026-07-17 11:09:25.02+00', '2026-07-22 13:30:33.208+00', NULL, 'PERISHABLE', 'PER_TON', false, NULL, NULL, false), ('d700fe89-18f4-40ce-860a-7c6b17966929', 'Livestock', '7b65e1a1-3ea2-4983-90a9-9f8c55b8e6a8', true, true, 15, '2026-07-17 11:10:13.881+00', '2026-07-22 13:30:37.803+00', NULL, 'LIVESTOCK', 'PER_TON', false, NULL, NULL, false), ('b0de5ed1-6bc1-47b7-ab27-a519b27d4f02', 'Truck', '01819bdb-e8c5-4691-ab99-1b351c5dc5b8', true, true, 11, '2026-07-17 08:14:06.53+00', '2026-07-22 13:30:55.108+00', NULL, 'TRUCK', 'PER_ITEM', false, NULL, NULL, false), ('bc9989ca-878c-43a7-ad2b-2a6c7899c956', 'Automobile', '01819bdb-e8c5-4691-ab99-1b351c5dc5b8', true, true, 12, '2026-07-17 08:14:24.494+00', '2026-07-22 13:31:00.55+00', NULL, 'AUTOMOBILE', 'PER_ITEM', false, NULL, NULL, false), ('9afd8eb3-975b-4ea7-a7db-04eb2c20a04d', 'Beans', '7b65e1a1-3ea2-4983-90a9-9f8c55b8e6a8', true, true, 8, '2026-07-17 08:12:55.727+00', '2026-07-23 08:35:07.031+00', NULL, 'BEANS', 'PER_TON', false, NULL, NULL, false), ('8942884d-9991-42bb-87f7-a70930f8c43c', 'Sand', '7b65e1a1-3ea2-4983-90a9-9f8c55b8e6a8', false, true, 16, '2026-08-04 13:16:23.713991+00', '2026-08-04 13:16:23.713991+00', NULL, 'SAND', 'PER_TON', false, NULL, NULL, false), ('9462ef16-5609-4d5c-8f0d-d0acdb0f8b06', 'Bagged material ', '7b65e1a1-3ea2-4983-90a9-9f8c55b8e6a8', true, true, 17, '2026-08-05 12:21:43.982192+00', '2026-08-05 12:21:43.982192+00', NULL, 'BAGGED_MATERIAL', 'PER_TON', false, NULL, NULL, false), ('700bbbb8-e31d-4860-8227-47a5496dd81b', 'Sugar', '7b65e1a1-3ea2-4983-90a9-9f8c55b8e6a8', true, true, 18, '2026-08-05 13:11:44.508815+00', '2026-08-05 13:11:44.508815+00', NULL, 'SUGAR', 'PER_TON', false, NULL, NULL, false), ('9c2bc39e-1fe8-418c-b187-c0b2329faeb9', 'Barley ', '7b65e1a1-3ea2-4983-90a9-9f8c55b8e6a8', true, true, 19, '2026-08-05 13:11:57.854525+00', '2026-08-05 13:11:57.854525+00', NULL, 'BARLEY', 'PER_TON', false, NULL, NULL, false), ('8291ccc3-0dd9-4d78-aa44-284d028a19ce', 'Steel Billet', '7b65e1a1-3ea2-4983-90a9-9f8c55b8e6a8', true, true, 4, '2026-07-17 08:11:46.837+00', '2026-08-05 21:41:38.88368+00', NULL, 'STEEL_BILLET', 'PER_TON', false, NULL, '{"8eec3a7d-8482-4397-96b6-59a028210722": 10, "8f717b09-eec1-46ad-be3d-2dc0a56e55e7": 40}', false), ('654618d6-a380-4e4c-aa60-2bb1c299066a', 'Wheat', '7b65e1a1-3ea2-4983-90a9-9f8c55b8e6a8', true, true, 6, '2026-07-17 08:12:27.364+00', '2026-08-07 08:02:34.071071+00', NULL, 'WHEAT', 'PER_TON', false, NULL, '{"8eec3a7d-8482-4397-96b6-59a028210722": 20, "8f717b09-eec1-46ad-be3d-2dc0a56e55e7": 30}', false), ('28bc4d22-5bc5-4917-b1af-bb08d28f2a05', 'Machinery', '01819bdb-e8c5-4691-ab99-1b351c5dc5b8', true, true, 10, '2026-07-17 08:13:36.728+00', '2026-08-07 13:35:47.802609+00', NULL, 'MACHINERY', 'PER_ITEM', false, '{"8f717b09-eec1-46ad-be3d-2dc0a56e55e7": 2}', NULL, false); -- -- Data for Name: cargoes; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: clearance_incidents; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: clearance_milestones; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: companies; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.companies VALUES ('37f9df6c-95a8-41a6-81fc-4ece3c31a712', 'DROGA PHARMACY PLC', 'customer', 'pending', '0106791545', '4109476001', NULL, 'Ethiopia', '443/ሀ, 08, Yeka, Addis Ababa, Addis Ababa', '+251923495365', 'hilina@gmail.com', NULL, '{"gmName": null, "gmEmail": null, "gmPhone": null, "poaName": "Hilina Melese Argaw", "gmGender": null, "poaPhone": "+251983828931", "gmAddress": null, "ownerName": "Naod Zerihun Abasiessie", "poaGender": "Female", "gmFaydaSub": null, "ownerEmail": "hilina@gmail.com", "ownerPhone": "+251923495365", "poaAddress": "Woreda 09 , Gullele , Addis Ababa ", "gmBirthdate": null, "ownerGender": "Male", "poaFaydaSub": "346656481773876498640208713502828683", "ownerAddress": "Woreda 09 , Nifas Silk-Lafto , Addis Ababa ", "poaBirthdate": "1994/12/25", "gmSameAsOwner": null, "ownerFaydaSub": "289187692944872799283592982484991027", "ownerBirthdate": "1994/04/01", "contactPersonName": "Naod Zerihun Abasiessie", "gmFaydaVerifiedAt": null, "contactPersonEmail": "hilina@gmail.com", "contactPersonPhone": "+251923495365", "generalManagerName": null, "poaFaydaVerifiedAt": "2026-08-09T12:13:50.422Z", "generalManagerEmail": null, "generalManagerPhone": null, "ownerFaydaVerifiedAt": "2026-08-09T11:56:55.950Z"}', '2026-08-09 11:55:07.463423+00', '2026-08-09 14:03:01.699685+00', NULL, NULL, NULL, NULL, NULL, NULL, 'ethiopian', 'AACATB/14/672/50355147/2018', 'Is active', '4/22/2026', '4/22/2026', '4/22/2026', '12/31/2026', 'Addis Ababa', 'Addis Ababa', 'Yeka', '08', '443/ሀ', '+251913667537', 'commercial', NULL), ('300d5510-e3a5-4858-bc28-6e3beda8ca80', 'Paid Import/Export Mile Demo Customer', 'customer', 'active', 'PAIDMILE01', 'PAIDMILE01', 'PMD0000000000001', 'Ethiopia', 'Addis Ababa', '251900000202', 'paid-mile-demo@edr.local', NULL, NULL, '2026-08-09 20:15:36.202428+00', '2026-08-09 20:15:36.202428+00', NULL, 'Paid Mile Demo', '251900000202', 'Demo Manager', 'paid-mile-demo@edr.local', '251900000202', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'commercial', NULL); -- -- Data for Name: company_change_request; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: company_profiles; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.company_profiles VALUES ('532231d2-5be3-4aec-bacc-2d3a25fc5eb3', '37f9df6c-95a8-41a6-81fc-4ece3c31a712', 'importer', NULL, 'pending', NULL, NULL, '2026-08-09 11:55:07.47001+00', '2026-08-09 11:55:07.47001+00', NULL, NULL, NULL, NULL, NULL), ('dfd3c985-79bb-487f-ac21-e68c6f91d06e', '37f9df6c-95a8-41a6-81fc-4ece3c31a712', 'exporter', NULL, 'pending', NULL, NULL, '2026-08-09 11:55:07.471931+00', '2026-08-09 11:55:07.471931+00', NULL, NULL, NULL, NULL, NULL), ('0ef21f70-a710-4669-9c22-de7f2988177b', '37f9df6c-95a8-41a6-81fc-4ece3c31a712', 'freight_forwarder', NULL, 'pending', NULL, NULL, '2026-08-09 11:55:21.399242+00', '2026-08-09 11:55:21.399242+00', NULL, NULL, NULL, NULL, NULL), ('245bde93-5dfd-4adf-9b1a-5386169a46ec', '300d5510-e3a5-4858-bc28-6e3beda8ca80', 'importer', NULL, 'active', 'PMD-LIC-0001', NULL, '2026-08-09 20:15:36.202428+00', '2026-08-09 20:15:36.202428+00', NULL, NULL, NULL, NULL, NULL); -- -- Data for Name: company_revisions; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.company_revisions VALUES ('a91bc6eb-d7f0-43cf-936b-7e1d6151341e', '37f9df6c-95a8-41a6-81fc-4ece3c31a712', '70b7c52e-cd3c-4b74-89ea-3e4bd6c312c5', '12 fields changed', '[{"to": "DROGA PHARMACY PLC", "from": "Hilina''s company", "field": "name", "label": "Company name"}, {"to": "443/ሀ, 08, Yeka, Addis Ababa, Addis Ababa", "from": null, "field": "address", "label": "Address"}, {"to": "0106791545", "from": "D257513756", "field": "tin", "label": "TIN"}, {"to": "4109476001", "from": null, "field": "vatNumber", "label": "VAT number"}, {"to": "AACATB/14/672/50355147/2018", "from": null, "field": "licenceNumber", "label": "Licence number"}, {"to": "Addis Ababa", "from": null, "field": "region", "label": "Region"}, {"to": "Addis Ababa", "from": null, "field": "zone", "label": "Zone"}, {"to": "Yeka", "from": null, "field": "woreda", "label": "Woreda"}, {"to": "08", "from": null, "field": "kebele", "label": "Kebele"}, {"to": "443/ሀ", "from": null, "field": "houseNo", "label": "House No"}, {"to": "hilina@gmail.com", "from": null, "field": "email", "label": "Email"}, {"to": "+251923495365", "from": null, "field": "phone", "label": "Phone"}]', '2026-08-09 12:01:37.515024+00', '2026-08-09 12:01:37.515024+00', NULL), ('7a341d8a-2b30-4ac0-9dc7-b611d1dc9820', '37f9df6c-95a8-41a6-81fc-4ece3c31a712', '70b7c52e-cd3c-4b74-89ea-3e4bd6c312c5', 'contact person name, contact person email, contact person phone changed', '[{"to": "Naod Zerihun Abasiessie", "from": null, "field": "contactPersonName", "label": "Contact person name"}, {"to": "hilina@gmail.com", "from": null, "field": "contactPersonEmail", "label": "Contact person email"}, {"to": "+251923495365", "from": null, "field": "contactPersonPhone", "label": "Contact person phone"}]', '2026-08-09 12:03:28.827201+00', '2026-08-09 12:03:28.827201+00', NULL), ('38ff2f0a-c2ab-4ac7-9eca-bb6db03dbf28', '37f9df6c-95a8-41a6-81fc-4ece3c31a712', '70b7c52e-cd3c-4b74-89ea-3e4bd6c312c5', 'dars delegation paper changed', '[{"to": "sample (1).pdf", "from": null, "field": "document:poa_delegation_letter", "label": "DARS Delegation Paper", "toFileId": "cfbc6c70-fc9d-4fd4-81ba-acf07d5d713d", "fromFileId": null}]', '2026-08-09 12:14:15.139306+00', '2026-08-09 12:14:15.139306+00', NULL); -- -- Data for Name: compliance_records; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: consignments; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: container_type_wagon_types; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.container_type_wagon_types VALUES ('77cf24ec-e74b-4bdb-b1cc-6f336379cc58', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7'), ('349072e7-8a90-4c03-b682-08976abfd7e8', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7'), ('77cf24ec-e74b-4bdb-b1cc-6f336379cc58', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc'), ('349072e7-8a90-4c03-b682-08976abfd7e8', 'efed186d-7062-4b0f-b3fe-6e793accc364'), ('349072e7-8a90-4c03-b682-08976abfd7e8', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc'), ('77cf24ec-e74b-4bdb-b1cc-6f336379cc58', 'efed186d-7062-4b0f-b3fe-6e793accc364'), ('349072e7-8a90-4c03-b682-08976abfd7e8', '4f65adc3-baf7-44de-88ad-0a4672fab669'); -- -- Data for Name: container_types; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.container_types VALUES ('77cf24ec-e74b-4bdb-b1cc-6f336379cc58', '20FT', '20FT', true, '2026-07-17 09:32:14.947+00', '2026-08-09 20:15:36.202428+00', NULL, 20, false, false, 1), ('349072e7-8a90-4c03-b682-08976abfd7e8', '40FT', '40FT', true, '2026-07-17 09:38:14.519+00', '2026-08-09 20:15:36.202428+00', NULL, 40, false, false, 2); -- -- Data for Name: containers; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: contract_approval_steps; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: contract_cargo_scope; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: contract_clearance_cycles; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: contract_document_review; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: contract_document_revisions; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: contract_rate_snapshots; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: contract_review_notes; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: contract_routes; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: contract_signatures; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: contract_templates; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.contract_templates VALUES ('8a2b08fc-1c9d-44b3-aac2-8b268215314c', 'INTERCITY_CONTAINER', 'Container Intercity Contract', 'Domestic (intercity) container transport by railway between Ethiopian terminals — Galaan Multipurpose Port, Modjo dry port, and Dire Dawa — including empty repositioning.', 'Intercity Container Transport Service by Railway', '["The Client has requested and agreed to the transportation of container cargo between the agreed Ethiopian railway terminals (Galaan Multipurpose Port (GMP), Modjo dry port, and Dire Dawa), including the repositioning of empty containers between those terminals, using the Addis Ababa–Djibouti railway line within Ethiopia.", "The Service Provider has agreed to transport the container cargo as per the terms of this contract."]', '[{"id": "objective", "body": "To provide domestic railway transportation services for 40ft and/or 20ft full containers between the agreed Ethiopian terminals (Galaan Multipurpose Port (GMP), Modjo dry port, and Dire Dawa), and the repositioning of empty containers between those terminals.\nThe scope of the services comprises:\n- Railway transport service between the agreed origin and destination terminals.\n- Cargo handling at Galaan Multipurpose Port (GMP).", "order": 1, "title": "Objective and Scope of the Services"}, {"id": "client-obligations", "body": "Give written/email/electronic shipment instructions to the Service Provider for transportation of container cargo between the agreed terminals.\nPrepare all necessary documents and facilities for shipment.\nEnsure the minimum supply of containers per shipment agreed with the Service Provider for the selected loading terminal and destination.\nOne flat wagon must carry either one 40ft container or two 20ft containers.\nIf two 20ft containers are loaded on one flat wagon, their weight difference must not exceed 10 tons.\nEnsure timely loading and unloading of cargo.\nAssign representatives at both ends to oversee container handover and ensure the necessary arrangements for cargo reception at the destination upon arrival.\nMaintain and provide detailed cargo information (type, weight, destination, etc.).\nBe responsible for cargo handling, loading, and unloading of both empty and full containers at Modjo and Dire Dawa dry port.\nBook wagons at least five (5) days in advance.\nEnsure containers are ready one day before the planned loading date.\nCollect the full container from Galaan Multipurpose Port (GMP) within three (3) calendar days from the day following the arrival notice.\nIf the Client fails to collect the container within the specified period, the Service Provider shall have the right to reposition the container to any location it deems appropriate; in such case, the Service Provider shall not be held responsible for any damage or loss arising from such repositioning.\nIf the Client fails to collect the container from Galaan Multipurpose Port within the specified period, the Client shall be liable to pay demurrage charges of 15 USD per day per 20ft container and 27 USD per day per 40ft container, calculated based on the Commercial Bank of Ethiopia''s daily selling exchange rate on the date of payment.\nIn the event the Client fails to collect the container(s) within the specified period, the Client shall be liable to pay double handling charges of 27 USD per 20ft container per handling or 40 USD per 40ft container per handling.\nCollect the containers within one day at Dire Dawa and Modjo dry port, or make the necessary payment to the dry port as per the standard of the dry port.\nOnce empty containers are returned from the Client''s premises and stored at a dry port while awaiting train allocation, any demurrage and/or storage charges incurred from the dry port thereafter shall be the sole responsibility of the Client.\nProvide clean empty containers that meet the receiving terminal''s standards; additional cleaning costs incurred due to non-compliance will be borne by the Client.\nEnsure containers are structurally intact and meet weight distribution requirements.\nProhibited cargo: cargo covered with tarpaulin is not allowed due to safety risks.\nNotify the Service Provider forty-eight (48) hours in advance before wagon booking if transporting hazardous or valuable goods.\nIf a booked wagon is not loaded due to Client-related issues, including but not limited to a damaged container, missing lock, unpaid demurrage, port system errors, or incomplete documentation and submission, the Client shall be charged 100% of the total price of the reserved wagon.\nRefund requests before wagon booking require an official request, with a 3% administrative fee deducted. If the refund is due to the Service Provider, the Client shall receive a full refund. Refunds not requested and completed within six months shall be considered waived.\nPay 100% of the transportation fee in advance for each train set.\nSettle additional penalties due to non-compliance within ten (10) days of invoice issuance.\nLate payment incurs a penalty of an additional 10%.", "order": 2, "title": "Obligations of the Client"}, {"id": "provider-obligations", "body": "Assign the necessary voyage based on the operational schedule and cargo demand, and notify the train schedule 48 hours in advance.\nProvide a list of wagons/voyage or train number 24 hours in advance and update corrections 12 hours before arrival.\nProvide safe transportation of the containers.\nDeliver the cargo within two (2) days after train departure, provided that all required documents are submitted on time and no unforeseen circumstances or events occur.\nIn the event of export cargo operations, the Service Provider may prioritize the loading of export containers during the loading of empty containers and the unloading of containers from the train at Galaan Multipurpose Port.\nThe Service Provider reserves the right to refuse the transportation of any cargo classified as dangerous goods.\nIf any operational, technical, or mechanical problem occurs throughout the transit, notify the Client and the relevant authorities and arrange cargo transfer within four (4) days.\nProvide accident or defect reports if needed.\nBuy cargo liability insurance for each wagon.", "order": 3, "title": "Obligations of the Service Provider"}, {"id": "force-majeure", "body": "Neither party shall be liable for delays or non-performance caused by force majeure events beyond their reasonable control.\nForce majeure shall be interpreted in accordance with the Ethiopian Civil Code.", "order": 4, "title": "Force Majeure"}, {"id": "pricing", "body": "The applicable rate per 40ft container or per two (2) 20ft containers for the agreed route is set out in the Rate Schedule immediately below, expressed as a unit price per origin → destination lane and per container.\nIf cargo exceeds 40 tons per two 20ft containers of gross weight, additional charges apply proportionally.\nGross weight shall be the total sum of cargo, packing, and container tare weight.\nPayment for any additional tonnage shall be made in advance before the container is loaded onto the wagon.\nThe price of loading and unloading and container handling at Modjo and Dire Dawa dry port is not part of this contract; it is the Client''s responsibility.\nAdditional costs (if applicable):\n- Last-mile delivery service by truck from the destination terminal to the Client''s premises shall incur an additional cost, fully covered by the Client.\n- For clients utilizing EDR''s last-mile logistics services, the applicable charges shall vary based on the cargo movement route and shall be communicated to the Client by the Service Provider after receiving the necessary details regarding the cargo destination, type, and weight.\nAll payments shall be made one hundred percent (100%) in advance.\nPayment may be made in Ethiopian Birr based on the Commercial Bank of Ethiopia''s daily selling exchange rate on the date the wagon or train number is provided; if the exchange rate changes between the payment and the wagon assignment date, adjustments will be made accordingly.", "order": 5, "title": "Contract Price and Terms of Payment"}, {"id": "contract-documents", "body": "The following documents constitute this contract:\n- Amendments (if any).\n- This Contract Agreement.\n- Final minutes of negotiation (if any).\nIf there is any discrepancy between the documents, they shall be interpreted with priority in the order listed above.", "order": 6, "title": "Contract Documents"}, {"id": "documentation", "body": "Equipment Interchange Receipt, Railway Waybill, Container Carriage Acceptance Sheet, and incidental charges (if any).\nPayment summary as per the agreed contract price (if required).", "order": 7, "title": "Documentation Requirements"}, {"id": "consignment-notes", "body": "The Service Provider must certify the taking over and handing over of the container cargo on the Freight Carriage Acceptance Sheet of EDR in an appropriate manner and provide it to the Client.\nThe Freight Carriage Acceptance Sheet shall be prima facie evidence of the receipt of the container cargo by the Service Provider and of the kind, number, and weight of the goods.\nUpon delivery of the cargo to the Client, the Cargo Handover Out Voucher signed by both parties shall serve as evidence of cargo receipt.", "order": 8, "title": "Consignment Notes"}, {"id": "amendment", "body": "This contract can be amended by mutual agreement.\nNotwithstanding the above, the Service Provider may revise transport tariffs due to operational and regulatory changes by providing at least five (5) working days'' prior written notice to the Client.", "order": 9, "title": "Amendment"}, {"id": "termination", "body": "The contract may be terminated:\n- By mutual agreement.\n- Upon completion of the contract period or agreed cargo shipments.\n- If either party breaches fundamental terms.", "order": 10, "title": "Termination of Contract"}, {"id": "effectiveness", "body": "The contract is valid once signed by both parties.", "order": 11, "title": "Contract Effectiveness"}, {"id": "duration", "body": "Valid until August 31, {{contractYear}}, with a possible extension upon mutual agreement.", "order": 12, "title": "Contract Period"}, {"id": "disputes", "body": "Disputes shall be settled amicably.\nIf unresolved, disputes shall be taken to the Federal Court in Addis Ababa.", "order": 13, "title": "Settlement of Disputes"}]', true, '2026-07-27 11:32:03.38554+00', '2026-07-27 11:32:03.38554+00', NULL, NULL, NULL, true), ('c5c1537b-bf5a-4f5b-aa73-ddc086f798d3', 'IMPORT_CONTAINER_NO_CUSTOMS', 'Container Import Contract', 'Import container transport by railway from SGTD (Djibouti) to Dire Dawa, Modjo dry port, or Galaan Multipurpose Port, with empty-container return.', 'Import Container Transport Service by Railway', '["The Client has requested and agreed to the transportation of container cargo from SGTD railway freight station at Djibouti to Dire Dawa, Modjo dry port, and Galaan Multipurpose Port (GMP), and the return of empty containers from Dire Dawa, Modjo dry port, and Galaan Multipurpose Port (GMP) to SGTD railway freight station using the Addis Ababa–Djibouti railway line.", "The Service Provider has agreed to transport the container cargo as per the terms of this contract."]', '[{"id": "objective", "body": "To provide railway transportation services for 40ft and/or 20ft full containers from SGTD to Dire Dawa , Modjo dry port, Galaan Multipurpose port (GMP) and Sebeta Railway Freight station and empty container return from Dire Dawa , Modjo dry port and Galaan Multipurpose port (GMP) and Sebeta Railway Station to SGTD.\nScope of the Services\n- Railway transport service.\n- Cargo handling at Galaan Multipurpose port and Sebeta Railway Station", "order": 1, "title": "Objective and Scope of the Services"}, {"id": "client-obligations", "body": "Give written/email/electronic shipment instructions to the Service Provider for transportation of container cargo from SGTD to Dire Dawa, Modjo dry port, Galaan Multipurpose Port (GMP) and Sebeta Railway Station.\nPrepare all necessary documents and facilities for shipment.\nEnsure the following minimum supply of containers per shipment based on the loading terminal and destination:\n- Minimum of twenty-five (25) 40ft containers or fifty (50) 20ft containers to Modjo dry port.\n- Minimum of ten (10) 40ft containers or twenty (20) 20ft containers to Dire Dawa dry port.\n- Minimum of one (1) 40ft container or two (2) TEU to Galaan Multipurpose Port (GMP).\n- Minimum of one (1) 40ft container or two (2) TEU to Sebeta Railway Station.\nOne flat wagon must carry either one 40ft container or two 20ft containers.\nIf two 20ft containers are loaded on one flat wagon, their weight difference must not exceed 10 tons.\nEnsure timely loading and unloading of cargo.\nAssign representatives at both ends to oversee container handover and ensure the necessary arrangements for cargo reception at the destination upon arrival.\nMaintain and provide detailed cargo information (type, weight, destination, etc.).\nBe responsible for cargo handling, loading, and unloading of both empty and full containers at Modjo, Dire Dawa dry port, and SGTD.\nBook wagons at least five (5) days in advance.\nEnsure containers are ready one day before the planned loading date.\nSubmit all required documents to the Djibouti Nagad station at least 24 hours in advance before starting to load. Failure to submit the documents within the stipulated time shall result in the following demurrage charges, calculated as a percentage of the booked wagon price:\n- Delay of up to twelve (12) hours: 20% of the booked wagon price.\n- Delay exceeding twelve (12) hours but not more than one (1) day: 50% of the booked wagon price.\n- Delay of more than one (1) day: 100% of the booked wagon price.\nCollect the full container from Galaan Multipurpose Port (GMP) within three (3) calendar days from the day following the arrival notice.\nIf the Client fails to collect the container within the specified period, the Service Provider shall have the right to reposition the container to any location it deems appropriate; in such case, the Service Provider shall not be held responsible for any damage or loss arising from such repositioning.\nIf the Client fails to collect the container from Galaan Multipurpose Port within the specified period, the Client shall be liable to pay demurrage charges of 15 USD per day per 20ft container and 27 USD per day per 40ft container, calculated based on the Commercial Bank of Ethiopia''s daily selling exchange rate on the date of payment.\nIn the event the Client fails to collect the container(s) within the specified period, the Client shall be liable to pay double handling charges of 27 USD per 20ft container per handling or 40 USD per 40ft container per handling, calculated based on the Commercial Bank of Ethiopia''s daily selling exchange rate on the date of payment.\nIf empty containers cannot be offloaded from the train upon arrival at SGTD due to any Client-related issue, the Client shall be liable for the applicable penalty charges.\nPenalty charges for delay at SGTD/Nagad upon train arrival: 20 USD per day per 20ft container; 33 USD per day per 40ft container.\nCollect the containers within one day at Dire Dawa and Modjo dry port, or make the necessary payment to the dry port as per the standard of the dry port.\nFor returning empty containers, deliver to Dire Dawa dry port, Modjo dry port,Galaan Multipurpose Port and Sebeta Railway Station.\nOnce the empty containers are returned from the Client''s premises and stored at Dire Dawa/Modjo dry port while awaiting train allocation for return to SGTD, any demurrage and/or storage charges incurred from the dry port thereafter shall not be the responsibility or liability of the Service Provider; the Client shall be solely responsible for settling such charges.\nProvide clean empty containers that meet SGTD standards. If the port refuses to take over an empty container because of inside cleanliness problems, additional cleaning costs incurred due to non-compliance will be borne by the Client.\nEnsure containers are structurally intact and meet weight distribution requirements.\nProhibited cargo: cargo covered with tarpaulin is not allowed due to safety risks.\nNotify the Service Provider forty-eight (48) hours in advance before wagon booking if transporting hazardous or valuable goods.\nIf a booked wagon is not loaded due to Client-related issues, including but not limited to a damaged container, missing lock, unpaid demurrage, port system errors, or incomplete documentation and submission, the Client shall be charged 100% of the total price of the reserved wagon.\nRefund requests before wagon booking require an official request, with a 3% administrative fee deducted. If the refund is due to the Service Provider, the Client shall receive a full refund. Refunds not requested and completed within six months shall be considered waived.\nPay 100% of the transportation fee in advance for each train set.\nSettle additional penalties due to non-compliance within ten (10) days of invoice issuance.\nLate payment incurs a penalty of an additional 10%.", "order": 2, "title": "Obligations of the Client"}, {"id": "provider-obligations", "body": "Assign the necessary voyage based on the operational schedule and cargo demand, and notify the train schedule 48 hours in advance.\nProvide a list of wagons/voyage or train number 24 hours in advance and update corrections 12 hours before arrival.\nProvide safe transportation of the containers.\nDeliver the cargo within two (2) days after train departure, provided that all required documents are submitted on time and no unforeseen circumstances or events occur.\nReturn empty containers from Dire Dawa, Modjo, Galaan Multipurpose Port and Sebeta Railway Station to SGTD within seven (7) calendar days of receipt.\nIn the event of export cargo operations, the Service Provider may prioritize the loading of export containers during the loading of empty containers and the unloading of import containers from the train at Galaan Multipurpose Port.\nThe Service Provider reserves the right to refuse the transportation of any cargo classified as dangerous goods.\nIf any operational, technical, or mechanical problem occurs throughout the transit, notify customs and arrange cargo transfer within 4 days if the incident occurs in Ethiopia, or within 6 days if it occurs in Djibouti.\nProvide accident or defect reports if needed.\nBuy cargo liability insurance for each wagon.", "order": 3, "title": "Obligations of the Service Provider"}, {"id": "force-majeure", "body": "Neither party shall be liable for delays or non-performance caused by force majeure events beyond their reasonable control.\nForce majeure shall be interpreted in accordance with the Ethiopian Civil Code.", "order": 4, "title": "Force Majeure"}, {"id": "pricing", "body": "1. From {{schedule.originLabel}} to {{schedule.destinationLabel}} dry port the rate is USD 919 per one 40ft or USD 942 per two 20ft containers with empty return, USD 762 per one 40ft or USD 780 per two 20ft containers without empty return.\n1. From SGTD to Modjo, the rate is USD 1,781 per one 40ft or USD 1,808 per two 20ft containers with empty return, and USD 1,507 per 40 ft and or two 20ft containerswithout empty return.\n1. From SGTD to Gelan Multipurpose port, the rate is USD 1,916 per one 40ft or USD 1,944 per two 20ft containers with empty return, and USD 1,676 per one 40ft or USD 1,690 per two 20ft containers without empty return.\n1. From SGTD to Sebeta Railway Station, the rate is USD 1,993 per one 40ft or USD 2,021 per two 20ft containers with empty return, and USD 1,753 per one 40ft or USD 1,763 per two 20ft containers without empty return.\n1. If cargo exceeds 40 tons per 2*20ft of gross weight, additional charges apply proportionally.\n1. Gross weight shall be the total sum of Cargo, Packing and Container tare weight.\n1. Payment for any additional tonnage shall be made in advance before the container is loaded onto the wagon.\n1. The price of loading and unloading, and Container handling at Modjo , Diredawa dry port and SGTD container railway freight yard is not part of this contract, it is client’s responsibility.\n- Additional Costs (If Applicable):\n- Last mile delivery service by truck, from Galaan Multipurpose port or Modjo to Addis Ababa, Modjo, Sebeta and surrounding areas, shall incur an additional cost, which shall be fully covered by the client.\n- For clients utilizing EDR''s last mile logistics services, the applicable charges shall vary based on the cargo movement route.\n- The charge for last mile delivery-from Galaan Multipurpose port and Modjo dry port or Sebeta railway Station shall be communicated to the client by service provider after receiving the necessary details from the client regarding the cargo destination, type and weight.\n1. Terms of payment\n- All payments shall be made one hundred percent (100%) in advance in United States Dollars (USD).", "order": 5, "title": "Contract Price and Terms of Payment"}, {"id": "contract-documents", "body": "1. The following documents constitute this contract:\n- Amendments (if any)\n- This Contract Agreement\n- Final Minutes of Negotiation (if any)\n1. If there is any discrepancy between the documents, they shall be interpreted prioritized in the order they are listed above", "order": 6, "title": "Contract Documents"}, {"id": "documentation", "body": "Equipment Interchange Receipt of SGTD, Railway Waybill, Container Carriage Acceptance Sheet, and incidental charges (if any).\nPayment summary as per the agreed contract price (if required).", "order": 7, "title": "Documentation Requirements"}, {"id": "consignment-notes", "body": "1. The service provider must certify the taking over and handing over of the container cargo on Freight Carriage Acceptance Sheet of EDR inappropriate manner and provide to the client.\n1. Freight Carriage Acceptance Sheet shall be prima facie evidence of the receipt of the container cargo by service provider, the kind, number, and weight of the goods.\n1. Upon delivery of the cargo to the Client, the Cargo Handover Out Voucher signed by both parties shall serve as evidence of cargo receipt.", "order": 8, "title": "Consignment Notes"}, {"id": "amendment", "body": "This contract can be amended by mutual agreement.\nNotwithstanding the above, the Service Provider may revise transport tariffs due to operational and regulatory changes by providing at least five (5) working days'' prior written notice to the Client.", "order": 9, "title": "Amendment"}, {"id": "termination", "body": "The contract may be terminated:\n- By mutual agreement.\n- Upon completion of the contract period or agreed cargo shipments.\n- If either party breaches fundamental terms.", "order": 10, "title": "Termination of Contract"}, {"id": "effectiveness", "body": "Valid until {{contractEndDate}} with a possible extension upon mutual agreement.", "order": 11, "title": "Contract Effectiveness"}, {"id": "duration", "body": "Valid until {{contractEndDate}} with a possible extension upon mutual agreement.", "order": 12, "title": "Contract Period"}, {"id": "disputes", "body": "1. Disputes shall be settled amicably.\n1. If unresolved, disputes shall be taken to the Federal Court in Addis Ababa.", "order": 13, "title": "Settlement of Disputes"}]', true, '2026-07-27 11:32:03.38554+00', '2026-08-06 06:34:05.034588+00', NULL, NULL, NULL, true), ('52a4ae5c-f5a6-4b24-b253-1d484d9fb7c2', 'EXPORT_CONTAINER_NO_CUSTOMS', 'Container Export Contract', 'Export container transport, freight forwarding, and customs clearing from Galaan Multipurpose Port or Modjo dry port to SGTD container freight station (Djibouti).', 'Export Container Transport, Freight Forwarding and Customs Clearing Service', '["The parties have agreed on the following services: rail transport, customs clearance, transit work, freight forwarding, and handling of container cargo."]', '[{"id": "objective", "body": "1. The objective of this Contract is to provide railway container transport services for 20ft and/or 40ft full containers from Galaan Multipurpose Port (GMP), Modjo Dry Port, Dire Dawa Dry Port, and/or Sebeta Railway Station, Ethiopia, to SGTD, Djibouti, through the Addis Ababa–Djibouti Standard Gauge Railway line.\n1. Scope of the Services\n- The Service Provider shall provide:\n- Railway transportation services for export containers;\n- Cargo handling services at Galaan Multipurpose Port (GMP) and Sebeta Railway station.", "order": 1, "title": "Objective and Scope of the Services"}, {"id": "client-obligations", "body": "1. Provide written instructions, including by email or other electronic means, to the Service Provider for the transportation of container cargo from Galaan Multipurpose Port, Dire Dawa Dry Port, Modjo Dry Port, and/or Sebeta Railway Station to SGTD.\n1. Supply a minimum of two (2) 20ft containers (or an equivalent load to fill one wagon).\n1. Booking requests must be submitted at least Seventy-Two (72) hours before the scheduled train departure and must align with the vessel cut-off time.\n1. Maintain and provide detailed cargo information (type, weight, destination, etc.).\n1. For clients requiring first-mile service, a first-mile service request notice must be submitted no less than seventy-two (72) hours in advance.\n1. All cargo and documents must be delivered to the designated loading station no later than 11:59 PM on the day before the scheduled loading or train departure date.\n1. Failure to meet the stated deadlines may result in cancellation of the booking and transfer arrangements. Any resulting delays, penalties, or additional costs shall be the sole responsibility of the Client.\n1. The Client shall mandatorily submit a valid Release Order prior to loading the cargo onto the train.\n1. Prepare necessary documents and facilities for shipment.\n1. Submit scanned soft copies of all original shipping and customs documents in advance to EDR, SGTD, and Djibouti Customs at least 24 hours before the train arrives in Djibouti.\n1. The Client shall email the soft copies of EX8/EX3 and T1 documents to Djibouti Customs (customkhaire-dj80@gmail.com), SGTD (abdoulkader.ismail@dct.dj), and to the Client’s Djibouti agent counterpart at least twenty-four (24) hours prior to the train’s arrival in Nagad, Djibouti.\n1. Containers must have 4 undamaged corners.\n1. One wagon must carry either one 40ft container or two 20ft containers.\n1. If two 20ft containers are loaded on one wagon, their weight difference must not exceed 10 tons.\n1. Prohibited Cargo: Cargo covered with tarpaulin is not allowed due to safety risks.\n1. The client shall complete gate pass processing and submit it to Nagad Station for each shipment within eighteen (18) hours after train departure. And ensure necessary arrangements for cargo reception at the destination (SGTD) upon arrival.\n1. If a delay occurs due to incomplete export documentation, customs clearance failure, or any omission attributable to the Client after the arrival of the train at the destination (SGTD), the Client shall pay demurrage charges at the rate of USD 1,690.00 per wagon per day.\n- Demurrage shall accrue as follows:\n- Delay up to twelve (12) hours: 25% of the applicable daily demurrage;\n- Delay exceeding twelve (12) hours but not exceeding twenty-four (24) hours: 50% of the applicable daily demurrage\n- Delay exceeding twelve (12) hours but not exceeding twenty-four (24) hours:100% of the applicable daily demurrage\n1. Demurrage charges shall continue to accrue for each additional calendar day until the cause of delay is rectified and the wagon is released.\n1. In addition to Clause 17, the client may bear additional costs for storage, document preparation, and loading or unloading containers, reimbursed by the client per official receipt.\n1. If the client fails to deliver the container, complete export documents as per Article 2, Sub-Article 6, or cancels after wagon reservation, they shall pay USD 150.00 per wagon as a penalty.\n1. Refund requests before wagon booking require an official request, with a 3% administrative fee deducted. If the refund is due to the service provider, the client shall receive a full refund. Refunds not requested and completed within six months shall be considered waived.\n1. The gross weight of the container must not exceed the standard loading capacity indicated on the container. The client is responsible for ensuring full compliance with the maximum allowable load.\n1. If the cargo to be transported is dangerous and/or valuable goods, the client shall notify the service provider 48 (Forty-eight) hours before the Wagon booking.\n1. 100% of the transportation fee must be paid in advance for each train set.\n1. Additional penalties due to non-compliance must be settled within 10 days of invoice issuance.\n1. Late payment shall incur a penalty of 10%.", "order": 2, "title": "Obligations of the Client"}, {"id": "provider-obligations", "body": "1. Provide the voyage number 24 hours in advance and update corrections 12 hours before departure.\n1. Assign necessary train and notify the train schedule 48 hours in advance.\n1. Provide safe transportation of the containers.\n1. Deliver the cargo within two days after train departure, assuming all required documents are submitted on time Under normal condition.\n1. If any operational, technical, or mechanical problem occurs to through out the transit , the Service Provider shall notify customs and arrange cargo transfer within 4 days if the incident occurs in Ethiopia, or within 6 days if it occurs in Djibouti.\n1. The Service Provider reserves the right to refuse the transportation of any cargo classified as dangerous good.\n1. The Service Provider reserves the right to unload or detach containers or wagons at Nagad station if the Client fails to submit the complete set of required documents necessary for port unloading.\n1. Provide accident or defect reports if needed.\n1. The Service Provider shall maintain reasonable railway carrier liability insurance coverage for cargoes, subject to the limitations, exclusions, and conditions of the applicable insurance policy\n1. The Service Provider shall not be liable for:\n- Inherent defects of the cargo;\n- Improper packing or loading conducted by the Client;\n- Customs-related delays;\n- Delays caused by force majeure events;\n- Losses arising from inaccurate cargo declarations made by the Client.", "order": 3, "title": "Obligations of the Service Provider"}, {"id": "force-majeure", "body": "Neither party shall be liable for delays or non-performance caused by force majeure events beyond their reasonable control.\nForce majeure shall be interpreted in accordance with the Ethiopian Civil Code.", "order": 4, "title": "Force Majeure"}, {"id": "pricing", "body": "1. contract Price\n- Gallan Multipurpose Port (GMP) to SGTD: USD 819.00 (Eight Hundred Nineteen United States Dollars) per 40ft container or USD 834.00 (Eight Hundred Thirty-Four United States Dollars) per two (2) 20ft containers.\n- Dire Dawa Dry Port to SGTD: USD 338.00 (Three Hundred Thirty-Eight United States Dollars) per 40ft container or per two (2) 20ft containers.\n- Modjo to SGTD: USD 725.00 (seven Hundred Twenty-Five) per 40ft container or per two 20ft containers.\n- Sebeta Railway Station to SGTD: USD 856.00 (Eight Hundred Fifty-Six) per 40ft container or 871 (USD Eight Hundred Seventy-One) per two 20ft containers.\n- If the cargo exceeds a gross weight of 50 tons per 2*20ft containers, an additional charge of USD 10 per ton will apply.\n- Gross weight shall be the total sum of Cargo, Packing and Container tare weight.\n- The price of container handling, loading and unloading at Modjo dry port and SGTD railway freight yards are not part of this agreement and are the sole responsibility of the client.\n1. Additional Costs (If Applicable):\n- First-mile delivery service by truck within Sebeta, Addis Ababa or Modjo and surrounding areas, originating from warehouses or any other places designated by client, shall incur an additional cost, which shall be fully covered by the client.\n- For clients utilizing EDR''s first or last mile logistics services, the applicable charges shall vary based on the cargo movement route.\n- The charge for First-mile delivery-to Gallan Multipurpose port and Modjo dry port shall be communicated to the client by service provider after receiving the necessary details from the client regarding the cargo origin, type and weight.\n1. Terms of payment\n- All transportation payments, including charges for any additional tonnage (if applicable), must be paid in advance prior to loading the container onto the train.\n- Payments shall be calculated based on the Commercial Bank of Ethiopia''s daily selling exchange rate on the date the wagon or train number is provided.\n- If the exchange rate changes between payment and wagon assignment date, adjustments will be made accordingly.", "order": 5, "title": "Pricing and Payment Terms"}, {"id": "contract-documents", "body": "1. The following documents shall constitute the Contract between the Client and the Service Provider:\n- Any amendments made to this Contract (if applicable).\n- This Contract Agreement.\n- Final Minutes of Negotiation (if applicable).\n1. In the event of any discrepancy between these documents, they shall be interpreted with priority in the order listed", "order": 6, "title": "Contract Documents"}, {"id": "documentation", "body": "1. Consignment Note (cargo handover document).\n1. Payment summary prepared as per the agreed tariff if required.", "order": 7, "title": "Documentation Requirements"}, {"id": "consignment-notes", "body": "1. The service provider must certify the taking over and handing over of the container cargo on Freight Carriage Acceptance Sheet of EDR inappropriate manners and provide to the client.\n1. Freight Carriage Acceptance Sheet shall be prima facie evidence of the receipt of the container cargo by service provider, the kind, number, and weight of the goods.\n1. Up on delivery of the cargo to the Client, the Cargo Handover Out Voucher signed by both parties shall serve as evidence of cargo receipt.", "order": 8, "title": "Consignment Notes"}, {"id": "amendment", "body": "1. This contract may be amended only through written agreement signed by both parties.\n1. Notwithstanding Sub-Article 1, the Service Provider shall revise transport tariffs due to operational and regulatory changes by providing at least five (5) working days prior written notice to the Client.", "order": 9, "title": "Amendment"}, {"id": "termination", "body": "The contract may be terminated:\n- By mutual agreement.\n- Upon completion of the contract period or agreed cargo shipments.\n- If either party breaches fundamental terms.\n- If terminated for cause, the terminating party must issue a 15-day written notice specifying the breach, and allow opportunity to cure, if applicable.", "order": 10, "title": "Termination of Contract"}, {"id": "effectiveness", "body": "This Contract shall be governed by and construed in accordance with the laws of the Federal Democratic Republic of Ethiopia", "order": 11, "title": "Governing Law"}, {"id": "duration", "body": "This contract shall remain valid until {{contractEndDate}} unless extended by mutual written agreement.", "order": 12, "title": "Contract Period"}, {"id": "26f21ab1-e529-4e13-a101-8bc88cc0d8ef", "body": "Each party shall maintain confidentiality concerning commercial, operational, technical, and shipment-related information obtained during execution of this Contract unless disclosure is required by law.", "order": 13, "title": "Confidentiality"}, {"id": "disputes", "body": "1. The parties shall endeavor to settle disputes amicably through good faith negotiation.\n1. Any dispute not resolved amicably within thirty (30) days shall be submitted to the Federal Courts of the Federal Democratic Republic of Ethiopia having jurisdiction in Addis Ababa.", "order": 14, "title": "Settlement of Disputes"}, {"id": "89247d94-ac42-4b46-a5e9-80057c174ef6", "body": "This Contract shall become effective on the date of signature by both parties.", "order": 15, "title": "Contract Effectiveness"}]', true, '2026-07-27 11:32:03.38554+00', '2026-08-06 06:35:36.337165+00', NULL, NULL, NULL, true), ('f6f9df81-bba2-4b5e-8171-eed8faff112e', 'EXPORT_CONTAINER_CUSTOMS', 'Container Export Contract (with customs clearing)', 'Export container transport, freight forwarding, and customs clearing from Galaan Multipurpose Port or Modjo dry port to SGTD container freight station (Djibouti). Customs clearing is performed by the Service Provider.', 'Export Container Transport, Freight Forwarding and Customs Clearing Service', '["The parties have agreed on the following services: rail transport, customs clearance, transit work, freight forwarding, and handling of container cargo."]', '[{"id": "objective", "body": "Customs clearance (Ethiopia side):\n- Processing of export declarations.\n- Coordination with the Ethiopian Customs Authority for clearance.\n- Ensuring compliance with all export regulations.\nRail transport:\n- Transportation of containers from Galaan Multipurpose Port (GMP) or Modjo dry port to SGTD container freight station.\nDjibouti transit and handling:\n- Customs clearance in Djibouti.\n- Coordination with Djibouti port and transit authorities.\n- Freight forwarding and last-mile facilitation as required.\nExcluded costs:\n- Shore handling.\n- Shifting of containers from SGTD to DMP or DMP to SGTD port.", "order": 1, "title": "Objective and Scope of the Services"}, {"id": "client-obligations", "body": "Give written/email instructions to the Service Provider for transportation of containers from Galaan Multipurpose Port (GMP) and/or Modjo to Djibouti.\nSupply a minimum of two (2) 20ft containers (or an equivalent load to fill one flat wagon).\nSubmit all forwarding service booking requests at least seventy-two (72) hours prior to the scheduled train departure and no later than 7 days before the vessel cut-off time, whichever is applicable.\nFor clients requiring first-mile service, submit a first-mile service request notice no less than seventy-two (72) hours in advance.\nComplete and submit accurate export documents as per the request of the Service Provider; payment must be submitted at least 36 hours before train departure.\nDeliver all cargo to the designated loading port or freight station at least three (3) hours prior to the scheduled train loading time.\nFailure to meet the stated deadlines may result in cancellation of the booking and transfer arrangements; any resulting delays, penalties, or additional costs shall be the sole responsibility of the Client.\nIf the Client fails to deliver the container, fails to provide the requested documents for completing export documents as instructed above, or cancels after wagon reservation, the Client shall pay USD 150.00 per wagon as a penalty, after notification.\nContainers must have four (4) undamaged corners.\nOne flat wagon must carry either one 40ft container or two 20ft containers.\nIf two 20ft containers are loaded on one flat wagon, their weight difference must not exceed 10 tons.\nThe gross weight of the container must not exceed the standard loading capacity indicated on the container; the Client is responsible for ensuring full compliance with the maximum allowable load.\nProhibited cargo: cargo covered with tarpaulin is not allowed due to safety risks.\nIf the cargo to be transported is dangerous and/or valuable goods, notify the Service Provider 48 (forty-eight) hours before the wagon booking for further discussion and decision.\nRefund requests before wagon booking require an official request, with a 3% administrative fee deducted. If the refund is due to the Service Provider, the Client shall receive a full refund. Refunds not requested and completed within six months shall be considered waived.\nAny delay caused by missing or incorrect documents shall be the Client''s responsibility.\n100% of the transportation and customs clearance fee must be paid in advance.", "order": 2, "title": "Obligations of the Client"}, {"id": "provider-obligations", "body": "Complete gate pass processing and submit to Nagad Station for each shipment within eighteen (18) hours after train departure.\nThe Service Provider reserves the right to refuse the transportation of any cargo classified as dangerous goods.\nMaintain cargo liability insurance for railway transport; additional insurance for port handling or last-mile transport shall be the Client''s responsibility.\nThe Service Provider is not liable for customs penalties or demurrage due to delays beyond its control.\nNotify the Client immediately, in writing, of any delays, port issues, or customs holds.\nThe Service Provider shall not be liable for:\n- Inherent defects of the cargo.\n- Improper packing or loading conducted by the Client.\n- Customs-related delays.\n- Delays caused by force majeure events.", "order": 3, "title": "Obligations of the Service Provider"}, {"id": "force-majeure", "body": "Neither party shall be liable for delays or non-performance caused by force majeure events beyond their reasonable control.\nForce majeure shall be interpreted in accordance with the Ethiopian Civil Code.", "order": 4, "title": "Force Majeure"}, {"id": "pricing", "body": "Railway Transportation Charges\n- The Client shall pay the following railway transportation charges for the transportation of containers under this Agreement:\n- From GMP to SGTD: I. USD 819 (United States Dollars Eight Hundred Nineteen) per 40ft container; ii. USD 834 (United States Dollars Eight Hundred Thirty-Four) per two (2) 20ft containers\n- From Modjo to SGTD: i. USD 725 (United States Dollars Seven Hundred Twenty-Five) per 40ft container; ii. USD 725 (United States Dollars Seven Hundred Twenty-Five) per two (2) 20ft containers.\n- Where the total cargo weight exceeds fifty (50) metric tons per two (2) 20ft containers, an additional charge of USD 10 (United States Dollars Ten) shall apply for each excess metric ton.\n1. Freight Forwarding and Customs Clearance Charges\n- The Client shall pay the following freight forwarding and customs clearance service charges:\n- From GMPtoSGTD: i. USD540(United States Dollars Five Hundred Forty) per 40ft container; ii. USD349(United States Dollars Three Hundred Forty-Nine) per 20ft container.\n- From Modjo to SGTD: i. USD569(United States Dollars Five Hundred Sixty-Nine) per 40ft container; ii. USD389(United States Dollars Three Hundred Eighty-Nine) per 20ft container\n- For consolidated containers containing more than one (1) shipping document, the first document shall be included under the agreed contract rate. Any additional document within the same container shall be subject to an extra charge of USD50 per document.\n- Payment must be supported by an official receipt before cargo departs from Gelan Multipurpose Port /Mojo.\n- If the client uses PIL shipping Line, any Local charge incurred will be covered by the client as per the invoice issued from the shipping line.\n- If storage or demurrage occurs due to client-related issues (delay in document submission, payment delay, or any other client- related reason) the client will pay the payment.\n- Charges will apply per day after the free storage period, based on the invoice and SGTD tariff.\n- During export season, EDR may provide seasonal export support through the facilitation of empty containers.\n1. Additional Costs (If Applicable):\n- First-mile delivery service by truck within Addis Ababa or Modjo and surrounding areas, originating from warehouses or any other places designated by client, shall incur an additional cost, which shall be fully covered by the client.\n- For clients utilizing EDR''s first or last mile logistics services, the applicable charges shall vary based on the cargo movement route.\n- The charge for First-mile delivery-to Galaan Multipurpose Port and Modjo dry port shall be communicated to the client by service provider after receiving the necessary details from the client regarding the cargo origin, type and weight.\n- For any vessel outbound charges, IMO charges, or other fees not included in the port handling payment, the Service Provider shall request the Client to settle the required amount based on the official receipt issued by the port or the shipping line.\n1. Payment Terms:\n- All charges, including rail transport and customs clearance charges, remain 100% payable in advance.\n- Payments shall be calculated based on the Commercial Bank of Ethiopia''s daily selling exchange rate on the date the wagon or train number is provided\n- If the exchange rate changes between payment and wagon assignment date, adjustments will be made accordingly.\n- Any additional costs incurred due to customs issues or port delays shall be borne by the Client, and will be paid based on actual costs, supported by official receipts within 10 days.\n- Latepayment shall incurs penalty of 10 %", "order": 5, "title": "Pricing and Payment Terms"}, {"id": "contract-documents", "body": "The following documents shall constitute the contract between the Client and the Service Provider:\n- Any amendments made to this contract (if applicable).\n- This Contract Agreement.\n- Final minutes of negotiation (if applicable).\n- In the event of any discrepancy between these documents, they shall be interpreted with priority in the order listed above.", "order": 6, "title": "Contract Documents"}, {"id": "documentation", "body": "Consignment Note (cargo handover document).\nPayment summary prepared as per the agreed tariff, if required.", "order": 7, "title": "Documentation Requirements"}, {"id": "consignment-notes", "body": "The Service Provider must certify the taking over and handing over of the container cargo on the Freight Carriage Acceptance Sheet of EDR in an appropriate manner and provide it to the Client.\nThe Freight Carriage Acceptance Sheet shall be prima facie evidence of the receipt of the container cargo by the Service Provider and of the kind, number, and weight of the goods.\nUpon delivery of the cargo to the Client, the Cargo Handover Out Voucher signed by both parties shall serve as evidence of cargo receipt.", "order": 8, "title": "Consignment Notes"}, {"id": "amendment", "body": "1. This contract can be amended by mutual agreement.\n1. Notwithstanding Sub-Article 1, the Service Provider may revise transport tariffs due to operational and regulatory changes by providing at least five (5) working days prior written notice to the Client.", "order": 9, "title": "Amendment"}, {"id": "termination", "body": "The contract may be terminated:\n- Bymutualagreement.\n- Upon completion of the contract period or agreed cargo shipments.\n- If either party breaches fundamental terms.\n- If terminated for cause, the terminating party must issue a 15- day written notice specifying the breach, and allow opportunity to cure, if applicable", "order": 10, "title": "Termination of Contract"}, {"id": "effectiveness", "body": "The contract is valid once signed by both parties.", "order": 11, "title": "Contract Effectiveness"}, {"id": "duration", "body": "Valid until {{contractEndDate}} with a possible extension upon mutual agreement.", "order": 12, "title": "Contract Period"}, {"id": "disputes", "body": "Disputes shall be settled amicably\nIf amicable settlement fails, disputes shall be submitted to the Federal Court located in Addis Ababa\nThe signatory confirms that they are fully authorized to sign and execute this contract Agreement. The power of Attorney of the signatories for the parties is enclosed with this contract agreement.", "order": 13, "title": "Settlement of Disputes"}]', true, '2026-08-04 10:03:50.67187+00', '2026-08-05 18:56:31.554451+00', NULL, NULL, NULL, true), ('ed5d984e-c0b4-4db5-9587-b5920ffe54d6', 'IMPORT_CONTAINER_CUSTOMS', 'Container Import Contract (with customs clearing)', 'Import container transport by railway from SGTD (Djibouti) to Dire Dawa, Modjo dry port, or Galaan Multipurpose Port, with empty-container return. Customs clearing is performed by the Service Provider.', 'Import Container Transport Service by Railway', '["The Client has requested and agreed to the transportation of container cargo from SGTD railway freight station at Djibouti to Dire Dawa, Modjo dry port, and Galaan Multipurpose Port (GMP), and the return of empty containers from Dire Dawa, Modjo dry port, and Galaan Multipurpose Port (GMP) to SGTD railway freight station using the Addis Ababa–Djibouti railway line.", "The Service Provider has agreed to transport the container cargo as per the terms of this contract."]', '[{"id": "objective", "body": "1. Customs Clearance (Djibouti side):\n- Customs clearance in Djibouti.\n- Coordination with Djibouti Port and Transit authorities.\n2. Rail Transport:\n- Transportation of containers from {{schedule.originLabel}} railway freight yard to {{schedule.destinationLabel}}\n3. Djibouti Transit and Handling:\n- Processing imports declarations.\n- Coordination with Ethiopian Customs Authority for clearance.\n- Ensuring compliance with all import regulations.\n- Freight forwarding and last-mile facilitation as required.\n4. Excluded costs\n- Shore handling\n- Shifting of containers from SGTD to DMP or DMP to SGTD port, Shifting of containers from free zone to DMP or SGTD.", "order": 1, "title": "Objective and Scope of the Services"}, {"id": "client-obligations", "body": "1. Give clear and written/email/electronic instructions to the Service Provider for transportation from Djibouti, SGTD container railway freight station to Dire Dawa, Modjo dry port and or Galaan Multipurpose Port (GMP).\n1. The Client must submit all required documents including but not limited to adequate number of original hard copy of bill of lading, certificate of origin, commercial invoice, packing list, soft copy of licenses, and other documents as per the requirement of the Service Provider at least 7 days prior to train booking.\n1. Provide a minimum of one (1) 40ft container or two (2) 20ft containers per shipment.\n1. If two 20ft containers are loaded on one flat wagon, their weight difference must not exceed 10 tons.\n1. The Client must collect the full container from Galaan Multipurpose port within Three (3) calendar days from the day following the arrival notice.\n1. If the Client fails to collect the container From Galaan Multipurpose port within the specified period, the Client shall be liable to pay demurrage charges per day as follows:\n- 15 USD per day per 20ft container or\n- 27 USD per day per 40ft container.\n- This charges, shall be calculated based on the Commercial Bank of Ethiopia''s daily selling exchange rate on the date of the payment\n1. If the Client fails to collect the container within the specified period, the Service Provider shall have the right to reposition the container to any location it deems appropriate. In such case, the Service Provider shall not be held responsible for any damage or loss arising from such repositioning.\n1. In the event that the Client fails to collect the container(s) within the specified period, the Client shall be liable to pay double handling charges to the service providor for the affected container(s), as set out below:\n- 27 USD for 20ft container per handling or\n- 40 USD for 40ft container per handling.\n- This charges, shall be calculated based on the Commercial Bank of Ethiopia''s daily selling exchange rate on the date of the payment\n1. The client must collect the container from Diredawa and Modjo dry port within one day after the service provider finalizes all the necessary formalities and gives the notification; otherwise pay the necessary demurrage and storage charges as per the standard of the port.\n1. If a booked wagon is not loaded due to client-related issues including but not limited to (damaged container, missing lock, unpaid demurrage, port system errors, or incomplete documentation and submition), the client shall be charged 100% of the total price for the reserved wagon.\n1. Refund requests before wagon booking require an official request, with a 3% administrative fee deducted. If the refund is due to the service provider, the client shall receive a full refund. Refunds not requested and completed within six months shall be considered waived.\n1. Clients shall return the empty containers to Galaan Multipurpose port , Modjo and Diredawa stations within two days after taking the full containers therefrom.\n1. If the empty containers cannot be offloaded from the train upon arrival at SGTD due to any client-related issue, the client shall be liable for the applicable penalty charges.\n1. Penalty Charges for Delay at SGTD/Nagad Upon Train Arrival:\n- 20 USD per day per 20ft container.\n- 33 USD per day per 40ft container.\n1. The Client must provide clean empty containers that meet SGTD standards. If SGTD refuse to take over the empty container because of inside cleanness problem, Additional cleaning costs incurred due to non compliance will be borne by the Client.\n1. The Client must ensure containers are structurally intact and meet weight distribution requirements.\n1. Any delay resulting from missing, incomplete, or incorrect documentation shall be the sole responsibility of the Client. All related costs incurred due to such delays shall be borne by the client upon presentation of valid receipts. If the payment is required in Djibouti, the Client shall settle the amount in USD based on the official receipt provided.\n1. The Client must notify the Service Provider (48) hours in Advance before wagon booking if transporting hazardous or valuable goods.\n1. Cargo covered with tarpaulin is not allowed due to safety risks.", "order": 2, "title": "Obligations of the Client"}, {"id": "provider-obligations", "body": "1. The service provider shall complete the customs clearance procedure for containers within 24 work hours of arrival at Gelan Multipurpose Port, Diredawa Railway Station and Modjo Dry port under normal conditions. Storage and handling fees will apply according to the service provider’s regulations for container import to Gelan Multipurpose Port, Diredawa and Modjo dry port’s regulation for container import shall be the responsibility of the client.\n1. If storage or any demurrage occurs due to client-related reasons resulting in delays or any other circumstances beyond the service provider’s control, the client shall bear the associated costs in USD as per the receipt provided.\n1. Transit time shall be within 7 days after submission of all necessary shipment documents from Djibouti to Gelaan Multipurpose Port , Diredawa railway station and Modjo Dry port under normal conditions.\n1. The Service Provider shall return empty containers from Dire Dawa , Modjo Dry port and and Gelan Multipurpose port to SGTD within seven (7) calendar days of receipt.\n1. In the event of export cargo operations, the Service Provider may prioritize the loading of export containers during the loading of empty containers return and unloading of import containers from train at Gaalan Multipurpose port.\n1. The Service Provider shall maintain cargo liability insurance for railway transport. Additional insurance for port handling or last- mile transport shall be the Client’s responsibility.\n1. The Service Provider reserves the right to refuse the transportation of any cargo classified as dangerous good.\n1. Provide accident or defect reports, if needed.\n1. Liability Limitations: The Service Provider is not liable for customs penalties or demurrage due to delays beyond its control.", "order": 3, "title": "Obligations of the Service Provider"}, {"id": "force-majeure", "body": "Neither party shall be liable for delays or non-performance caused by force majeure events beyond their reasonable control.\nForce majeure shall be interpreted in accordance with the Ethiopian Civil Code.", "order": 4, "title": "Force Majeure"}, {"id": "pricing", "body": "1. From SGTD to Galaan Multipurpose port (GMP), the rate is USD 1,916 per one 40ft or USD 1,944 per two 20ft containers with empty return, and USD 1,676 per one 40ft or USD 1,690 per two 20ft containers without empty return.\n1. From SGTD to Modjo Dry port , the rate is USD 1,781 per one 40ft or USD 1,808 per two 20ft containers with empty return, and USD 1,507 per one 40 ft and or per two 20ft containers without empty return.\n1. From SGTD to Dire Dawa dry port the rate is USD 919 per one 40ft or USD 942 per two 20ft containers with empty return, and USD 762 per one 40ft or USD 780 per two 20ft containers without empty return.\n1. If cargo exceeds 40 tons per two 20ft containers of gross weight, additional charges apply proportionally.\n1. The price for freight forwarding, customs clearance, and port handling services at both the Djibouti and Ethiopian sides from SGTD to Galaan Multipurpose Port, Diredawa and Modjo Dry port is fixed at USD 1,307 for one 40-foot container and USD 703 for one 20-foot container. This will only include\n- Port Due Fee\n- Local Charges (based on shipping line tariff)\n- Gate Pass\n- Djibouti Customs Processing\n- Documentation / File Cost\n- Transit Service Charge\n1. The price for freight forwarding, customs clearance, and port handling services at both the Djibouti and Ethiopian sides from the Free Zone to GMP/Modjo/Diredawa is fixed at USD 1,149 for one 40-foot container and USD 619 for one 20-foot container.\n1. The charge for last-mile delivery from Galaan Multipurpose Port shall be communicated to the client by the service provider after receiving the necessary details from the client regarding the cargo destination, type and weight.\nAdditional Costs (If Applicable)\n- The payment for additional tonnage (if any) shall be paid in advance before the container loaded on wagon.\nExcluded costs\n- Any charge related to the vessel (including freight, shipping line penalties, or vessel-side operations) is not included in this agreement.\nPayment Terms:\n- All payments shall be made one hundred percent (100%) in advance in United States Dollars (USD) including rail transportation and customs clearace charge.\n- Any additional costs incurred because of custom-related issues or port delays shall be the responsibility of the Client. Such costs shall be paid based on the actual amount and currency stated in the official receipts and must be settled within ten (10) days from the date of receipt.\n- The above rates are subject to adjustment based on the actual operational or storage costs incurred by the Service Provider, supported by the relevant invoices.\n- Additional charges may include: ◆ Advance demurrage ◆ Post demurrage ◆ Storage fees ◆ other related port charges\n1. All Additional charges must be settled within 10 days from invoice submission\n1. Late payment shall incur penality of 10%.", "order": 5, "title": "Contract Price and Terms of Payment"}, {"id": "contract-documents", "body": "The following documents constitute this contract:\n- Amendments (if any).\n- This Contract Agreement.\n- Final minutes of negotiation (if any).\nIf there is any discrepancy between the documents, they shall be interpreted with priority in the order listed above.", "order": 6, "title": "Contract Documents"}, {"id": "documentation", "body": "Equipment Interchange Receipt of SGTD, Railway Waybill, Container Carriage Acceptance Sheet, and incidental charges (if any).\nPayment summary as per the agreed contract price (if required).", "order": 7, "title": "Documentation Requirements"}, {"id": "consignment-notes", "body": "The Service Provider must certify the taking over and handing over of the container cargo on the Freight Carriage Acceptance Sheet of EDR in an appropriate manner and provide it to the Client.\nThe Freight Carriage Acceptance Sheet shall be prima facie evidence of the receipt of the container cargo by the Service Provider and of the kind, number, and weight of the goods.\nUpon delivery of the cargo to the Client, the Cargo Handover Out Voucher signed by both parties shall serve as evidence of cargo receipt.", "order": 8, "title": "Consignment Notes"}, {"id": "amendment", "body": "This contract can be amended by mutual agreement.\nNotwithstanding the above, the Service Provider may revise transport tariffs due to operational and regulatory changes by providing at least five (5) working days'' prior written notice to the Client.", "order": 9, "title": "Amendment"}, {"id": "termination", "body": "1. The contract may be terminated:\n- By mutual agreement\n- Upon completion of the contract period or agreed cargo shipments.\n- If either party breaches fundamental terms.\n- If terminated for cause, the terminating party must issue a 15-day written notice specifying the breach, and allow opportunity to cure, if applicable", "order": 10, "title": "Termination of Contract"}, {"id": "effectiveness", "body": "The contract is valid once signed by both parties.", "order": 11, "title": "Contract Effectiveness"}, {"id": "duration", "body": "Valid until {{contractEndDate}} with a possible extension upon mutual agreement.", "order": 12, "title": "Contract Period"}, {"id": "disputes", "body": "1. Disputes shall be settled amicably\n1. If amicable settlement fails, disputes shall be submitted to the Federal Court located in Addis Ababa\n1. The signatory confirms that they are fully authorized to sign and execute this contract Agreement. The power of Attorney of the signatories for the parties is enclosed with this contract agreement.", "order": 13, "title": "Settlement of Disputes"}]', true, '2026-08-04 10:03:50.67187+00', '2026-08-05 18:37:53.258284+00', NULL, NULL, NULL, true), ('22899e49-9466-4110-949c-ac767a3af2f8', 'EXPORT_BULK_NO_CUSTOMS', 'Bulk Export Contract', 'Export of bulk cargo (e.g. livestock) by railway from Ethiopian loading stations to Nagad railway freight yard, Djibouti.', 'Bulk Cargo Transportation Service by Railway', '["The Client has agreed to deliver bulk cargo to the Service Provider for transport from the agreed Ethiopian loading station to Nagad railway freight yard using the Addis Ababa–Djibouti railway line.", "The Service Provider has agreed to provide the service to transport the bulk cargo from the agreed loading station to Nagad railway freight yard."]', '[{"id": "objective", "body": "To undertake the railway transportation of bulk cargo from the agreed Ethiopian loading station to Nagad railway freight yard.", "order": 1, "title": "Objective of the Service"}, {"id": "client-obligations", "body": "Give written instruction to the Service Provider to transport a minimum of one wagon of cargo; the wagon request shall be made at least five (5) days in advance for each wagon.\nMaintain detailed information incorporating type, weight, and destination of the cargo ready for shipment, and notify the Service Provider or its nominated agent by notice, email, or fax.\nPrepare the necessary documents and facilities to make the cargo ready for transport.\nNote the allowable transport period of the cargo: the maximum time range during which the goods maintain their condition without any problem. The allowable transport period must be at least two (2) days longer than the delivery period.\nEnsure cargo is properly loaded and fastened in the wagons, provide the necessary lashing and barriers for loading as per the instruction of the departure station, and bear responsibility for the condition of the cargo during the transport period.\nSupply the necessary provisions for the cargo for each wagon and assign a responsible person to travel with the train to check the status of the cargo during transport, where the nature of the cargo so requires.\nSupply the minimum amount of cargo available for at least one wagon.\nExecute loading, lashing, and preparing barriers on wagons at the loading station and provide the complete documents/bill to the Service Provider within one (1) calendar day.\nFor each extra calendar day used for loading cargo and completing documents at the loading station, pay the wagon-occupied fee per the pricing article; the fee shall be paid within ten (10) calendar days from the date the Service Provider claims it, failing which compensation is payable calculated on the basis of the Commercial Bank of Ethiopia interest rate for the delay period.\nBe responsible for safety matters, and indemnify and hold the Service Provider harmless against all consequences resulting from accidents arising from or associated with the loading and unloading process.\nExecute and cover the cost of loading and unloading of cargo at both the loading station and Nagad railway freight yard.\nFollow up that the cargo is loaded and unloaded on time.\nDelegate representatives at both ends to consign and receive cargo with signature and stamp. Representatives shall hold a duly signed and stamped power of attorney and shall produce their ID or passport when consigning or receiving the cargo.\nPrepare the necessary facilities to take over the transported cargo at Nagad freight yard upon arrival by issuing handover documents.\nTake the transported cargo out of the wagons at Nagad freight yard within one (1) calendar day starting from the day following the notice of arrival.\nPay the wagon-occupied fee per the pricing article for delays of more than one (1) calendar day at Nagad railway freight yard due to the fault of the Client in resolving customs or third-party claims or any other causes.\nAfter the wagon list is submitted to the Client, if a wagon is not loaded due to the fault of the Client, pay 100% of the transportation price per wagon for each unloaded wagon.\nPay the Service Provider 100% of the contract price in advance for each wagon.", "order": 2, "title": "Obligations of the Client"}, {"id": "provider-obligations", "body": "Provide the list and identification numbers of wagons with sequence and locomotives at least twenty-four (24) hours in advance to the Client, with any correction at least twelve (12) hours before arrival at destination.\nTransport the cargo from the loading station to Nagad railway freight yard.\nProvide safe transportation of the cargo throughout the transit.\nPresent customs clearance documents and mobilize the rolling stock as needed.\nProvide the wagons assigned for the freight at the agreed place and time, and follow up that the cargo is loaded on time.\nTransport and deliver the cargo taken over, in the condition received, within two (2) calendar days to Nagad railway freight yard.\nWhere a wagon carrying cargo stops due to accident or mechanical problem, promptly notify the nearby customs station, police office, and the Client. A wagon stopped in Ethiopia due to mechanical defect shall be maintained within four (4) calendar days; within Nagad (Djibouti) territory within twelve (12) calendar days. In case of accident where the problem cannot be solved within one (1) calendar day and the wagon is not operational, the Service Provider shall have the cargo carried and delivered by another wagon, and shall provide an accident or defect report issued by the local police office regarding the sustained damage.\nBuy a cargo liability insurance policy for each supplied wagon.\nProvide wagon cleaning service and charge the cleaning fee based on actual expenditure.\nIf the Client fails or refuses to receive the cargo beyond the allowable transport period, the Service Provider has the right to handle the cargo.\nNeither party shall be liable for any indirect or consequential loss sustained by the other in connection with this Agreement.", "order": 3, "title": "Obligations of the Service Provider"}, {"id": "force-majeure", "body": "The parties have no obligation to pay demurrage or any other compensation if they have failed to discharge their obligations due to force majeure.\nForce majeure shall be deemed to exist when the contract is not performed due to any event beyond the reasonable control of a party which prevents that party from complying with its obligations under this Agreement, including but not limited to:\n- Acts of God (such as, but not limited to, fires, explosions, earthquakes, drought, tidal waves, and floods).\n- War, hostilities (whether war is declared or not), invasion, acts of foreign enemies, mobilization, requisition, or embargo.\n- Rebellion, revolution, insurrection, military or usurped power, or civil war.\n- Contamination by radioactivity from any nuclear fuel or nuclear waste.\n- Riot, commotion, strikes, go-slows, lockouts, or disorder.\n- Acts of terrorism.\nA party wishing to claim protection in respect of a force majeure event shall, as soon as possible following the occurrence or commencement of the event, notify the other party of its nature and expected duration, and shall thereafter keep the other party informed until it is able to perform its obligations under this Agreement.", "order": 4, "title": "Force Majeure"}, {"id": "pricing", "body": "The price of bulk cargo transportation from the loading station to Nagad, together with any applicable demurrage and surcharge rates, is set out in the Rate Schedule immediately below, expressed as unit prices per origin → destination lane and per wagon.\nPayment for transport services shall be made in Birr based on the selling price of USD to Birr on the date of payment set by the Commercial Bank of Ethiopia.\nIf there is an increment or decrement of the USD exchange rate to Birr between the date of payment and the date the wagon/train number is provided to the Client, either the Client shall make the additional payment to the Service Provider or the Service Provider shall refund the difference from the initial payment to the Client.\nThe cost of loading at the loading station and unloading at Nagad shall be covered by the Client and is not part of this contract agreement.\nThe Client shall pay 100% of the contract price in advance.\nThe Client shall pay a demurrage fee for occupied wagons at the rate set out in the Rate Schedule for the applicable occupancy band.\nDemurrage payment shall be made in Birr based on the selling price of USD to Birr set by the Commercial Bank of Ethiopia on the date of the demurrage occurrence.", "order": 5, "title": "Contract Price and Terms of Payment"}, {"id": "contract-documents", "body": "The following documents shall constitute the contract between the Client and the Service Provider:\n- Amendments made to this contract (if any).\n- This Contract Agreement.\n- Final minutes of negotiation (if any).\nIf there is any discrepancy between the documents, they shall be interpreted with priority in the order listed above.", "order": 6, "title": "Contract Documents"}, {"id": "documentation", "body": "The following documents shall be delivered to the Client upon request for settlement:\n- Consignment Note (cargo handover document to the Client).\n- Summary of payment request of the Service Provider prepared as per the agreed tariff.", "order": 7, "title": "Documentation Requirements"}, {"id": "consignment-notes", "body": "The Service Provider must certify the taking over of the goods on the duplicates of the consignment note in an appropriate manner and return the duplicate to the Client.\nA consignment note shall be prima facie evidence of the receipt of the goods by the Service Provider and of the kind, number, and weight of the goods.", "order": 8, "title": "Consignment Notes"}, {"id": "termination", "body": "The contract may be terminated:\n- Upon mutual consent of the parties.\n- Upon completion of the contract period.\n- If either or both parties breach a fundamental provision of the contract, upon prior legal notice delivered by either party.", "order": 9, "title": "Termination of Contract"}, {"id": "effectiveness", "body": "The contract shall come into full force and effect on the date when all of the following are accomplished:\n- The contract is signed by the Client and the Service Provider.\n- The Service Provider has received the advance payment of 100% of the contract price for each train set of cargo.", "order": 10, "title": "Contract Effectiveness"}, {"id": "cargo-amount", "body": "The minimum cargo to be transported shall be one wagon.", "order": 11, "title": "Cargo Amount"}, {"id": "duration", "body": "The contract shall last for three (3) months starting from the date of contract signing, with possible extension upon mutual agreement.", "order": 12, "title": "Duration of Contract"}, {"id": "disputes", "body": "If a dispute arises between the parties, they shall exert efforts to settle their differences amicably.\nIf the parties fail to settle their disputes amicably, the case shall be taken to the competent Federal Court of law presiding in Addis Ababa.\nThe governing law shall be the laws of the Federal Democratic Republic of Ethiopia.", "order": 13, "title": "Settlement of Disputes"}]', true, '2026-07-27 11:32:03.38554+00', '2026-08-04 10:03:50.67187+00', '2026-08-09 18:49:32.843901+00', NULL, NULL, false), ('f96e3a2b-4fc6-4c7c-87b7-99dbbeb255c1', 'IMPORT_BULK_NO_CUSTOMS', 'Bulk Import Contract', 'Import of bulk cargo (e.g. steel billets) from Djibouti (DMP/Nagad) to Galaan Multipurpose Port with customs clearance and optional last-mile delivery.', 'Bulk Cargo Transportation and Customs Clearance Services', '["The Client has agreed to engage the Service Provider for transportation and customs clearance services for bulk cargo, including first-mile transport to the railway station at Djibouti, loading at either DMP or Nagad Railway Station (Djibouti), port/rail terminal handling, loading onto the train, railway transport to Galaan Multipurpose Port (GMP) in Ethiopia, unloading at the destination port from train to load directly on truck, onward transportation to the Client''s site (excluding truck loading at Djibouti and truck unloading at the Client destination where last-mile service is undertaken by the Service Provider), and all related documentation.", "The Service Provider has agreed to provide the requested services in accordance with the terms and conditions of this Agreement."]', '[{"id": "efc0442c-f7ae-4253-8cf3-bc64523f730b", "body": "Fist-Mile service: Truck transport from the designated cargo location to the designated railway freight station, including any required shifting of cargo within the designated facility at Djibouti.\n\nRailway terminal handling: Unloading from trucks, loading cargo on train wagons and lashing. \n\nRail transport: Railway transport from {{schedule.originLabel}} railway freight stations to {{schedule.destinationLabel}}. \n\nDocumentation and freight forwarding Customs clearance in Djibouti and Ethiopia. \n\nRail Terminal Handling: unloading Wagons to load on trucks at {{schedule.destinationLabel}}\n\nLast mile service: Truck transport from {{schedule.destinationLabel}} to the client’s compound if agreed between the parties. \n\nExcluded service from this contract: loading of the cargo on trucks at free zone, DMP or any other designated location of cargo at Djibouti, unloading at clients’ warehouse and any port handling which is not clearly stated above, including but not limited to (shifting of cargo from SGTD port to free zone or DMP and shore handling)", "order": 1, "title": "Scope of the Service"}, {"id": "objective", "body": "The objective of this contract is for the service provider to provide the Client with integrated logistics services for the transportation of\n{{schedule.cargoDescription}}, including {{schedule.serviceType}} and the client to make the necessary payment as per the agreement.", "order": 2, "title": "Objective of the Services"}, {"id": "client-obligations", "body": "Give written/email/electronic instructions to the Service Provider for transportation of cargo from Djibouti to Galaan Multipurpose Port. \n\nTimely Submission of Documents and the Cargo: The Client must submit all required shipping and customs documents at least 7 days prior to train departure. \n\nEnsure a minimum supply of at least 1/one {{schedule.cargoDescription}} per shipment. \n\nIf a booked wagon is not loaded due to client-related issues (e.g. unpaid demurrage, port system errors, or incomplete documentation), the client shall be charged 100% of the total price for the reserved wagon. \n\nRefund requests before wagon booking require an official request, with a 3% administrative fee deducted. If the refund is due to the service provider, the client shall receive a full refund. Refunds not requested and completed within six months shall be considered waived. \n\nResponsibility for Delays: Any delay caused by missing or incorrect documents shall be the Client’s responsibility. \n\nThe Client shall supply sufficient cargo to fully load at least one flat wagon. The specific quantity of cargo to be loaded per flat wagon shall be determined by the Service Provider based on the wagon’s loading capacity and operational standards. \n\nMake payment to the Service Provider for services rendered in accordance with the payment terms and conditions of this contract. \n\nEnsure timely follow-up so that the cargo is loaded and unloaded on schedule. \n\nAssign representatives at both the origin and destination to consign and receive the cargo. \n\nMaintain detailed information on the type, weight, and destination of the cargo ready for shipment. Notify the service provider or its nominated agent by written notice, email, or electronic communication. Detailed dimensional information about the cargo shall be sent at least one (1) week prior to the contractual commitment and booking request. \n\nPay demurrage for delays exceeding five (3) calendar days in removing cargo from Galaan Multipurpose Port due to the Client’s fault in resolving customs, third-party, inland transport issue or other claims. Demurrage rates shall be:\n13.1. USD 30 per day per heavy machinery (Equipment) or vehicle for storage between 4–6 days.\n13.2. USD 40 per day per heavy machinery (Equipment) or vehicle for storage between 7–9 days.\n13.3. USD 50 per day per heavy machinery (Equipment) or vehicle for storage exceeding 10 days\n13.4. The demurrage payment shall be made within ten (10) calendar days from the date of the Service Provider’s claim, calculated using the selling exchange rate of the Commercial Bank of Ethiopia on the date of payment.\n\nPay any other applicable charges and fees within ten (10) calendar days after the Service Provider submits a payment request document. \n\nLate payment shall incur a penalty of 10% of the outstanding invoice amount. \n\nThe Client shall obtain prior confirmation from the Service Provider before proceeding with any booking request or making any payment.", "order": 3, "title": "Obligations of the Client"}, {"id": "provider-obligations", "body": "The Service Provider shall take over the machinery cargo at the Djibouti Free Zone,DMP or designated cargo location and transport it without loss or damage, delivering it directly to the Client’s designated destination. Should the Service Provider fail to deliver the cargo in the same condition as received, it shall bear full responsibility for any loss, damage, or discrepancy. \n\nThe Service Provider shall clear the cargo within 24 hours of its arrival at Galaan Multipurpose Port under Normal condition, and any delay beyond this period shall be the sole responsibility of the Service Provider. Where the last-mile service is agreed to be undertaken by the Service Provider, failure to provide such service upon arrival shall entitle the Client to independently arrange the service. In such case, if any payment has already been made for the last-mile service, the Service Provider shall promptly refund the amount paid for the specific service not rendered. \n\nIf storage occurs due to client-related delays or circumstances beyond the service provider’s control, the client shall bear the associated costs.\n\nInsurance: The Service Provider shall maintain cargo liability insurance for railway transport. Additional insurance for port handling or last-mile transport shall be the Client’s responsibility. \n\nThe Service Provider shall provide accident or defect reports, where applicable or upon request, in relation to cargo handling, loading, or transport operations.\n\nLiability Limitations: The Service Provider is not liable for customs penalties or demurrage due to delays beyond its control.", "order": 4, "title": "Obligations of the Service Provider"}, {"id": "force-majeure", "body": "Neither party shall be liable for delays or non-performance caused by force majeure events beyond their reasonable control.\n\nForce majeure shall be interpreted in accordance with the Ethiopian Civil Code.", "order": 5, "title": "Force Majeure"}, {"id": "liability", "body": "Contract price\n\nThe price for transporting heavy machinery or vehicles shall be USD 3,800, (Three Thousand Eight Hundred USD) per wagon to the destination Galaan Multipurpose Port (GMP). \n\n3. The logistics and rail side handling Per unit shall be\n3.1. USD 2,500 per one Machine or truck if the cargo is to be loaded from DMP\n3.2. USD 2,300 Per one Machine or truck if the cargo is from free zone\n3.3. USD 2,600 Per one Machine or truck if the cargo is from SGDT/DMP (Containerized)\n3.4. USD 2,600 Per one Machine or truck if the cargo is from Old Port\n\nThis price includes customs clearance, first mile, loading to railway wagon at origin of cargo, unloading from wagon at destination port and Djibouti rail side handling and lashing labor cost on wagons. \n\nThe price for last mile shall be determined once the cargo departs from the loading point and shall be communicated to the client with an official email/electronic communication. \n\nThe price for Lashing Material shall be USD 100 per one Wagon.\n\nCargo Weight and size Limit: Verified Gross Mass (VGM) and the size must comply with railway restrictions. \n\n\nTerms of Payment \n\nPayment for transport and customs clearance services shall be made in USD. \n\nThe Client shall pay 100% of the transport and customs clearance price in advance. \n\nThe number of cargo per flat wagon shall be determined based on the machinery’s dimensions (L×W×H), with the exact number confirmed after consultation with the service provider.\n\nCosts related to loading on trucks, lashing labor, and other associated expenses at free zone, DMP and any designated location of cargo and unloading from truck at the final destination are not included in this contract and shall be borne by the Client.", "order": 6, "title": "Contract Price and Terms of Payment"}, {"id": "contract-documents", "body": "The following documents form part of this contract:\n- This Contract Agreement.\n- Any amendments made to this Agreement.\n- Minutes of negotiation (if any).\nIn the event of any discrepancy between these documents, they shall be interpreted with priority in the order listed above.", "order": 7, "title": "Contract Documents"}, {"id": "documentation", "body": "The following documents shall be provided to the Client upon request for settlement\n\nConsignment Note (handover document to the Client). \n\nSummary of the Service Provider’s payment request, prepared in accordance with the agreed tariff if required . \n\nDetails of any incidental charges, if applicable. Article 9- Consignment notes", "order": 8, "title": "Documentation Requirements"}, {"id": "consignment-notes", "body": "The Service Provider must certify the taking over of the goods on the duplicates of the consignment note in the appropriate manner and return the duplicate to the Client. \n\nThe consignment note shall serve as prima facie evidence of the receipt of the goods by the Service Provider, including their type, quantity, and weight. \n\nUpon delivery of the cargo to the Client, the Cargo Handover Out Voucher signed by both parties shall serve as evidence of cargo receipt.", "order": 9, "title": "Consignment Notes"}, {"id": "termination", "body": "This contract can be amended by mutual agreement.\n\nThe service provider reserves the full right to amend the price or any provision of this contract during its validity period within 5 days of prior notification.", "order": 10, "title": "Amendment"}, {"id": "effectiveness", "body": "The Contract may be terminated under the following circumstances:\nBy mutual consent of both Parties. \n2. Upon completion of the contract period. \n3. By either Party giving one (1) month’s prior notice for any reason. 4. If either Party breaches a fundamental provision of the Contract, a legal prior notice of three (3) days shall be delivered by the non-breaching party", "order": 11, "title": "Termination of Contract"}, {"id": "duration", "body": "The Contract shall come into full force and effect on the date when the Contract is signed by the Client and the Service provider.", "order": 12, "title": "Contract Effectiveness"}, {"id": "disputes", "body": "If adispute arises between the parties, they shall exert efforts to settle their differences amicably.\n2. If the parties fail to settle their disputes amicably, the case shall be taken to the competent Federal Court of law presiding in Addis Ababa.\n3. Thegoverning law shall be the laws of the Federal democratic republic of Ethiopia.", "order": 13, "title": "settlement of Disputes"}]', true, '2026-07-27 11:32:03.38554+00', '2026-08-04 13:00:56.39198+00', '2026-08-09 18:49:32.843901+00', NULL, NULL, false), ('171cb4c1-a26b-41eb-b776-373d24d7d018', 'INTERCITY_BULK', 'Bulk Intercity Contract', 'Domestic (intercity) bulk cargo transportation by railway between Ethiopian freight yards, e.g. Dire Dawa to Sebeta.', 'Bulk Cargo Transportation Service by Railway (Intercity)', '["The Client has requested the Service Provider to transport bulk cargo between the agreed Ethiopian railway freight yards using the Ethio–Djibouti Railway.", "The Service Provider has accepted the Client''s request to render the said transportation service."]', '[{"id": "objective", "body": "The Service Provider shall undertake the railway transportation of {{schedule.cargoDescription}} from {{schedule.originLabel}} to {{schedule.destinationLabel}}", "order": 1, "title": "Objective of the Contract"}, {"id": "client-obligations", "body": "Provide written instructions to the Service Provider to transport a minimum of sixteen (16) wagons of cargo per consignment.\nPrepare all necessary documents, including laboratory tests from the pertinent organ and off-taking contract where applicable, and the facilities required to sign the contract and make the cargo ready for transport.\nAssign representatives at the origin yard and other stations, as required, to hand over the cargo to the Service Provider and handle transit clearance if required.\nTransport the cargo to the designated loading points at the origin yard.\nBe responsible for cargo handling: loading at the origin yard and unloading at the destination yard, in accordance with the standards set by the EDR operations and technical terms.\nMake advance payment to the Service Provider for services in accordance with the payment terms and conditions of this contract.\nFollow up to ensure that the cargo is loaded and unloaded on time.\nDelegate representatives at the cargo destination to immediately receive the transported cargo.\nEnsure representatives are duly authorized with a power of attorney, signed and stamped by the Client, and present valid identification (ID or passport) when consigning or receiving cargo.\nMaintain detailed information including item, weight, and destination of the cargo, and communicate the same to the Service Provider or its nominated agent via written notice, email, or fax.\nPrepare the necessary facilities to immediately take over the transported cargo at the destination upon arrival and provide sufficient trucks at the destination freight yard for unloading from railway wagons.\nUpon arrival of the train/wagon at the unloading site, sign the train arrival confirmation sheet to acknowledge the arrival time.\nInspect the loaded wagons jointly with the Service Provider and EDR at the loading yard, and again with the customs agent (if required) and the Service Provider at the destination yard.\nAfter receiving the cargo, sign the Freight Carriage Acceptance Sheet (copies II, III, and IV) immediately to confirm delivery.\nCompensate the Service Provider or any third party for actual loss or damage caused to persons, property, or wagons during unloading where such damage is attributable to the Client''s fault.\nEach consignment (train) shall be granted three (3) hours of free time at the loading station and one (1) day at the unloading station. For each additional 3 hours of loading or parking the Client shall pay ETB 5,000 (five thousand) per wagon, and for each additional day of unloading ETB 5,000 (five thousand) per wagon per day.\nBear demurrage charges of ETB 5,000 (five thousand) per wagon per 3 hours for delays exceeding three (3) hours at any station resulting from the Client''s failure to resolve customs or third-party claims.\nPay 100% of the transport price in advance. Any additional charges or fees shall be paid within ten (10) calendar days after submission of the Service Provider''s payment request.", "order": 2, "title": "Obligations of the Client"}, {"id": "provider-obligations", "body": "Provide the necessary train(s) to execute the transportation service under this contract, and furnish the Client with the list and identification numbers of wagons and locomotives at least 24 hours in advance, with corrections (if any) communicated at least 12 hours before the expected time of arrival at destination.\nProvide pre-arrival notification including the train number to the discharging terminal and customs at least 24/12 hours before train arrival.\nTransport the cargo from origin to destination within two (2) days from completion of loading (time counting starts upon completion of documentation and loading).\nProvide safe transportation of the cargo throughout transit.\nDeliver the cargo to the Client at the destination railway freight yard in the same condition as received.\nPurchase a cargo liability insurance policy for each wagon transported.", "order": 3, "title": "Obligations of the Service Provider"}, {"id": "force-majeure", "body": "Neither party shall be liable due to a force majeure event.\nFor the purposes of this contract, force majeure shall mean any unforeseeable event or circumstance beyond the reasonable control of the affected party which absolutely prevents the performance of the contract, including but not limited to natural disasters, war, civil commotion, strikes, government actions, epidemics, or interruption of railway operations due to accidents or infrastructure failure.\nThe affected party shall notify the other party in writing within a reasonable period not exceeding two (2) hours after the occurrence of the force majeure event, providing evidence and details of the impact on performance and the mitigating steps taken.", "order": 4, "title": "Force Majeure"}, {"id": "liability", "body": "The Service Provider will be responsible for any loss, shortage, or damage occurring to the cargo it has received.", "order": 5, "title": "Liabilities Related to Damages and Losses"}, {"id": "pricing", "body": "The price for transporting cargo from the origin freight yard to the destination freight yard is set out in the Rate Schedule immediately below, expressed as a unit price per origin → destination lane and per wagon.\nEach wagon shall be loaded with a maximum of 70 (seventy) metric tons.\nPayment for transport services may be made in Ethiopian Birr, based on the Commercial Bank of Ethiopia''s official selling exchange rate of USD to Birr on the date of payment.\nIf the exchange rate changes between the payment and the wagon assignment date, payment adjustments will be made accordingly.\nThe contract price shall include the cost of railway transportation from the origin freight yard to the destination freight yard.\nExcluded cost: cargo handling (loading and unloading) is not included in the contract price and shall remain the sole responsibility of the Client.", "order": 6, "title": "Contract Price"}, {"id": "contract-documents", "body": "The following documents shall constitute the contract between the Client and the Service Provider:\n- Amendments made to this contract (if any).\n- This Contract Agreement.\n- Final minutes of negotiation (if any).\nIf there is any discrepancy between the documents, they shall be interpreted with priority in the order listed above.", "order": 7, "title": "Contract Documents"}, {"id": "documentation", "body": "The following documents shall be delivered to the Client by the Service Provider to collect and settle payment:\n- Freight Carriage Acceptance Sheet of the Ethio-Djibouti Railway.\n- Notice of collecting transportation and miscellaneous charges of the Ethio-Djibouti Railway (if any).\n- Summary of payment request of the Service Provider prepared as per the agreed tariff.\n- Railway Waybill.", "order": 8, "title": "Documentation Requirements"}, {"id": "consignment-notes", "body": "The Service Provider must certify the taking over of the goods on copy III (kept by the consignee for future reference) of the Freight Carriage Acceptance Sheet of the Ethio-Djibouti Railway in an appropriate manner and provide it to the Client.\nThe Freight Carriage Acceptance Sheet shall be prima facie evidence of the receipt of the goods by the Service Provider and of the kind, number, and weight of the goods.", "order": 9, "title": "Consignment Notes"}, {"id": "termination", "body": "The contract may be terminated:\n- Upon mutual consent of the parties.\n- Upon completion of the contract period or amount of cargo, whichever comes first.\n- If either or both parties breach a fundamental provision of the contract, upon one-week prior legal notice delivered by either party.", "order": 10, "title": "Termination of Contract"}, {"id": "duration", "body": "The contract duration shall be {{contractDate}} from the date of effectiveness of the contract, with possible extension upon mutual agreement of the parties.", "order": 11, "title": "Duration of Contract"}, {"id": "disputes", "body": "1. If a dispute arises between the parties, they shall exert effort to settle their differences amicably.\n1. If the parties fail to settle their dispute amicably, the case shall be taken to the competent federal court of law presiding in Addis Ababa.\n1. The governing law shall be the laws of the FDRE.", "order": 12, "title": "Settlement of Disputes"}, {"id": "effectiveness", "body": "The contract shall come into full force and effect on the date when the contract is signed by both parties.", "order": 13, "title": "Contract Effectiveness"}]', true, '2026-07-27 11:32:03.38554+00', '2026-08-05 19:43:09.63909+00', '2026-08-09 18:49:32.843901+00', NULL, NULL, false), ('dfedaebc-9377-444e-aa8d-8de60059dd27', 'IMPORT_BULK_CUSTOMS', 'Bulk Import Contract (with customs clearing)', 'Import of bulk cargo (e.g. steel billets) from Djibouti (DMP/Nagad) to Galaan Multipurpose Port with customs clearance and optional last-mile delivery. Customs clearing is performed by the Service Provider.', 'Bulk Cargo Transportation and Customs Clearance Services', '["The Client has agreed to engage the Service Provider for transportation and customs clearance services for bulk cargo, including first-mile transport to the railway station at Djibouti, loading at either DMP or Nagad Railway Station (Djibouti), port/rail terminal handling, loading onto the train, railway transport to Galaan Multipurpose Port (GMP) in Ethiopia, unloading at the destination port from train to load directly on truck, onward transportation to the Client''s site (excluding truck loading at Djibouti and truck unloading at the Client destination where last-mile service is undertaken by the Service Provider), and all related documentation.", "The Service Provider has agreed to provide the requested services in accordance with the terms and conditions of this Agreement."]', '[{"id": "objective", "body": "The objective of this contract is to provide the Client with integrated logistics services for the transportation of bulk cargo, including:\n- First-mile transportation in Djibouti from the Client''s designated cargo location to the selected railway station (DMP or Nagad).\n- Port handling and loading onto railway wagons.\n- Railway transport from DMP and/or Nagad Railway freight station (Djibouti) to Galaan Multipurpose Port.\n- Customs clearance in Djibouti and Ethiopia.\n- Unloading from train at the destination port to load directly on truck.\n- Last-mile delivery by truck to the Client''s delivery site where the last-mile service is undertaken by the Service Provider.\nThe truck loading at Djibouti and the truck unloading at the Client''s delivery site shall be the responsibility of the Client.", "order": 1, "title": "Objective of the Services"}, {"id": "client-obligations", "body": "Provide written/email/electronic instructions specifying the cargo volume and the selected loading station (DMP or Nagad) for each shipment.\nPrepare and submit all necessary documents and permits to enable smooth service execution.\nEnsure cargo readiness in compliance with specifications (including weight, size, and contour restrictions).\nHandle truck loading at Djibouti Free Zone/Old Port/DMP and any other designated cargo location at Djibouti, and truck unloading at the delivery site.\nEnsure safety and proper securing of cargo during truck handling.\nSubmit all required documents necessary for customs clearance and cargo release within one (1) calendar day from the date of request or notification by the Service Provider.\nUpon receipt of the wagon allocation list and train schedule from the Service Provider, ensure that the cargo is transferred to the designated loading freight station and made ready for loading within two (2) days prior to wagon arrival. Any delay beyond this period resulting from Client-related issues shall be subject to a charge of USD 56 per wagon per day, or part thereof, until the cargo is made available for loading.\nUpon arrival of the train at Galaan Multipurpose Port (GMP), offload cargo from wagons within twenty-four (24) hours of train arrival. Where the Client undertakes last-mile transportation, the Client may arrange sufficient trucks at the time of train arrival to enable direct loading of cargo from wagons to trucks.\nIn the event the Client is unable to provide trucks for the collection of cargo within twenty-four (24) hours of train arrival, the Service Provider shall have the right to handle and reposition the cargo to any location it deems appropriate, and shall not be held responsible for any loss, shortage, or damage arising from such repositioning.\nAny additional handling, re-handling, or repeated loading operations performed by the Service Provider shall be charged as double handling fees at a rate of USD 4 per ton, payable by the Client.\nIf stored, the full cargo must be collected from the Galaan Multipurpose Port compound within three (3) days from the time of train arrival at the port.\nIf the Client fails to collect the cargo within the specified period, the Client shall be liable to pay demurrage charges of USD 2 per day per ton, calculated based on the Commercial Bank of Ethiopia''s daily selling exchange rate on the date of payment.\nWhere the last-mile service is provided by the Service Provider, unload the cargo from the truck at the delivery site within the agreed time frame.\nDesignate authorized representatives (with valid power of attorney) for handover at origin and destination.\nSettle demurrage payments within ten (10) calendar days from the date the Service Provider issues a claim.\nPay the Service Provider one hundred percent (100%) of the contract price in advance for each train set in accordance with the pricing article of this Agreement.\nContact the Service Provider to obtain confirmation prior to booking and proceeding with payment.", "order": 2, "title": "Obligations of the Client"}, {"id": "provider-obligations", "body": "Provide first-mile transportation in Djibouti from the Client''s designated location to the selected railway station (DMP or Nagad).\nCarry out port handling and loading onto railway wagons.\nProvide railway transportation from DMP/Nagad (Djibouti) railway freight station to Galaan Multipurpose Port.\nPerform unloading at Galaan Multipurpose Port (GMP) to load directly on truck.\nPerform customs clearance in Djibouti and Ethiopia, including border station procedures.\nPrepare and submit all required transport documentation.\nProvide cargo insurance coverage for each supplied wagon.\nNotify the Client of train schedules, wagon numbers, and expected arrival times in advance.", "order": 3, "title": "Obligations of the Service Provider"}, {"id": "force-majeure", "body": "Neither party shall be liable for delays or non-performance caused by force majeure events beyond their reasonable control.\nForce majeure shall be interpreted in accordance with the Ethiopian Civil Code.", "order": 4, "title": "Force Majeure"}, {"id": "liability", "body": "The Service Provider shall be fully responsible for any loss, shortage, or damage to cargo that occurs after it has been taken over until delivery to the Client''s delivery site.\nCompensation shall be based on the market value of the cargo, in accordance with applicable laws.", "order": 5, "title": "Liabilities Related to Damages and Losses"}, {"id": "pricing", "body": "The applicable railway freight, Djibouti handling, and any additional service and surcharge rates for this contract are set out in the Rate Schedule immediately below, expressed as unit prices per origin → destination lane and per service.\nEach wagon shall be loaded up to a maximum of seventy (70) metric tons; for billing purposes one full wagon shall be deemed equivalent to this volume.\nWhere lashing materials and wood are provided by the Service Provider, they shall be charged at the applicable rate set out in the Rate Schedule; the provision continues until the cargo reaches and is fully unloaded at the designated destination station.\nThe price for last-mile delivery, where not listed in the Rate Schedule, shall be determined once the cargo departs from the loading point and shall be communicated to the Client by official email upon the Client''s request.\nPayments shall be made 100% in advance in USD.", "order": 6, "title": "Contract Price and Payment Terms"}, {"id": "contract-documents", "body": "The following documents form part of this contract:\n- This Contract Agreement.\n- Any amendments made to this Agreement.\n- Minutes of negotiation (if any).", "order": 7, "title": "Contract Documents"}, {"id": "documentation", "body": "The Service Provider shall deliver the following to the Client:\n- Freight Carriage Acceptance Sheet of the Addis Ababa–Djibouti Railway.\n- Notice of transportation and miscellaneous charges.\n- Summary of payment request as per the agreed tariff, if required.", "order": 8, "title": "Documentation Requirements"}, {"id": "consignment-notes", "body": "The Service Provider shall certify the taking over of goods in the Freight Carriage Acceptance Sheet.\nThis document shall serve as prima facie evidence of receipt of the cargo.\nUpon delivery of the cargo to the Client, the Cargo Handover Out Voucher signed by both parties shall serve as evidence of cargo receipt.", "order": 9, "title": "Consignment Notes"}, {"id": "termination", "body": "This contract may be terminated:\n- By mutual consent.\n- Upon completion of the agreed contract period or cargo volume.\n- For breach of fundamental provisions, with one-week prior written notice.", "order": 10, "title": "Termination of Contract"}, {"id": "effectiveness", "body": "This Agreement becomes effective on the date it is signed by both parties.", "order": 11, "title": "Contract Effectiveness"}, {"id": "duration", "body": "The contract is valid until August 31, {{contractYear}} from the date of effectiveness, extendable by mutual agreement.", "order": 12, "title": "Duration"}, {"id": "disputes", "body": "Disputes shall first be settled amicably.\nIf unresolved, disputes shall be referred to the competent Federal Court of Ethiopia in Addis Ababa.\nThe governing law shall be the laws of the Federal Democratic Republic of Ethiopia.", "order": 13, "title": "Settlement of Disputes"}, {"id": "customs-clearing", "body": "The Service Provider shall carry out customs clearing on behalf of the Client for the cargo covered by this Agreement, including declaration, lodgement, and follow-up at the customs stations of Djibouti and Ethiopia as applicable to the agreed corridor.\nThe Service Provider shall act only within the authority granted by the Client and shall not amend a declaration without the Client''s written instruction.\nCustoms duties, taxes, and any government charges assessed on the cargo remain payable by the Client and are not included in the freight price; the Service Provider shall settle them on the Client''s behalf only where the Client has placed the corresponding funds in advance.\nThe Service Provider shall hand over all customs documents obtained in the course of clearing to the Client upon completion of each shipment.", "order": 14, "title": "Customs Clearing Services"}, {"id": "customs-client-duties", "body": "Grant the Service Provider a duly signed and stamped power of attorney authorising it to act as the Client''s customs agent for the duration of this Agreement.\nSubmit every document required for declaration (commercial invoice, packing list, bill of lading or airway bill, permits, certificates of origin, and any authority-specific licence) within one (1) calendar day of the Service Provider''s request.\nWarrant that the declared description, quantity, value, and tariff classification of the cargo are complete and accurate.\nBear any penalty, demurrage, storage, or re-inspection cost arising from incorrect, incomplete, or late Client-supplied information or documentation.\nSettle assessed duties and taxes within the period notified by the Service Provider, failing which the Service Provider may suspend clearing and the cargo shall remain at the Client''s risk and cost.", "order": 15, "title": "Client Obligations for Customs Clearing"}]', true, '2026-08-04 10:03:50.67187+00', '2026-08-04 10:03:50.67187+00', '2026-08-09 18:49:32.843901+00', NULL, NULL, false), ('b3783928-3556-43dc-b518-a770174a9524', 'EXPORT_BULK_CUSTOMS', 'Bulk Export Contract (with customs clearing)', 'Export of bulk cargo (e.g. livestock) by railway from Ethiopian loading stations to Nagad railway freight yard, Djibouti. Customs clearing is performed by the Service Provider.', 'Bulk Cargo Transportation Service by Railway', '["The Client has agreed to deliver bulk cargo to the Service Provider for transport from the agreed Ethiopian loading station to Nagad railway freight yard using the Addis Ababa–Djibouti railway line.", "The Service Provider has agreed to provide the service to transport the bulk cargo from the agreed loading station to Nagad railway freight yard."]', '[{"id": "objective", "body": "To undertake the railway transportation of bulk cargo from the agreed Ethiopian loading station to Nagad railway freight yard.", "order": 1, "title": "Objective of the Service"}, {"id": "client-obligations", "body": "Give written instruction to the Service Provider to transport a minimum of one wagon of cargo; the wagon request shall be made at least five (5) days in advance for each wagon.\nMaintain detailed information incorporating type, weight, and destination of the cargo ready for shipment, and notify the Service Provider or its nominated agent by notice, email, or fax.\nPrepare the necessary documents and facilities to make the cargo ready for transport.\nNote the allowable transport period of the cargo: the maximum time range during which the goods maintain their condition without any problem. The allowable transport period must be at least two (2) days longer than the delivery period.\nEnsure cargo is properly loaded and fastened in the wagons, provide the necessary lashing and barriers for loading as per the instruction of the departure station, and bear responsibility for the condition of the cargo during the transport period.\nSupply the necessary provisions for the cargo for each wagon and assign a responsible person to travel with the train to check the status of the cargo during transport, where the nature of the cargo so requires.\nSupply the minimum amount of cargo available for at least one wagon.\nExecute loading, lashing, and preparing barriers on wagons at the loading station and provide the complete documents/bill to the Service Provider within one (1) calendar day.\nFor each extra calendar day used for loading cargo and completing documents at the loading station, pay the wagon-occupied fee per the pricing article; the fee shall be paid within ten (10) calendar days from the date the Service Provider claims it, failing which compensation is payable calculated on the basis of the Commercial Bank of Ethiopia interest rate for the delay period.\nBe responsible for safety matters, and indemnify and hold the Service Provider harmless against all consequences resulting from accidents arising from or associated with the loading and unloading process.\nExecute and cover the cost of loading and unloading of cargo at both the loading station and Nagad railway freight yard.\nFollow up that the cargo is loaded and unloaded on time.\nDelegate representatives at both ends to consign and receive cargo with signature and stamp. Representatives shall hold a duly signed and stamped power of attorney and shall produce their ID or passport when consigning or receiving the cargo.\nPrepare the necessary facilities to take over the transported cargo at Nagad freight yard upon arrival by issuing handover documents.\nTake the transported cargo out of the wagons at Nagad freight yard within one (1) calendar day starting from the day following the notice of arrival.\nPay the wagon-occupied fee per the pricing article for delays of more than one (1) calendar day at Nagad railway freight yard due to the fault of the Client in resolving customs or third-party claims or any other causes.\nAfter the wagon list is submitted to the Client, if a wagon is not loaded due to the fault of the Client, pay 100% of the transportation price per wagon for each unloaded wagon.\nPay the Service Provider 100% of the contract price in advance for each wagon.", "order": 2, "title": "Obligations of the Client"}, {"id": "provider-obligations", "body": "Provide the list and identification numbers of wagons with sequence and locomotives at least twenty-four (24) hours in advance to the Client, with any correction at least twelve (12) hours before arrival at destination.\nTransport the cargo from the loading station to Nagad railway freight yard.\nProvide safe transportation of the cargo throughout the transit.\nPresent customs clearance documents and mobilize the rolling stock as needed.\nProvide the wagons assigned for the freight at the agreed place and time, and follow up that the cargo is loaded on time.\nTransport and deliver the cargo taken over, in the condition received, within two (2) calendar days to Nagad railway freight yard.\nWhere a wagon carrying cargo stops due to accident or mechanical problem, promptly notify the nearby customs station, police office, and the Client. A wagon stopped in Ethiopia due to mechanical defect shall be maintained within four (4) calendar days; within Nagad (Djibouti) territory within twelve (12) calendar days. In case of accident where the problem cannot be solved within one (1) calendar day and the wagon is not operational, the Service Provider shall have the cargo carried and delivered by another wagon, and shall provide an accident or defect report issued by the local police office regarding the sustained damage.\nBuy a cargo liability insurance policy for each supplied wagon.\nProvide wagon cleaning service and charge the cleaning fee based on actual expenditure.\nIf the Client fails or refuses to receive the cargo beyond the allowable transport period, the Service Provider has the right to handle the cargo.\nNeither party shall be liable for any indirect or consequential loss sustained by the other in connection with this Agreement.", "order": 3, "title": "Obligations of the Service Provider"}, {"id": "force-majeure", "body": "The parties have no obligation to pay demurrage or any other compensation if they have failed to discharge their obligations due to force majeure.\nForce majeure shall be deemed to exist when the contract is not performed due to any event beyond the reasonable control of a party which prevents that party from complying with its obligations under this Agreement, including but not limited to:\n- Acts of God (such as, but not limited to, fires, explosions, earthquakes, drought, tidal waves, and floods).\n- War, hostilities (whether war is declared or not), invasion, acts of foreign enemies, mobilization, requisition, or embargo.\n- Rebellion, revolution, insurrection, military or usurped power, or civil war.\n- Contamination by radioactivity from any nuclear fuel or nuclear waste.\n- Riot, commotion, strikes, go-slows, lockouts, or disorder.\n- Acts of terrorism.\nA party wishing to claim protection in respect of a force majeure event shall, as soon as possible following the occurrence or commencement of the event, notify the other party of its nature and expected duration, and shall thereafter keep the other party informed until it is able to perform its obligations under this Agreement.", "order": 4, "title": "Force Majeure"}, {"id": "pricing", "body": "The price of bulk cargo transportation from the loading station to Nagad, together with any applicable demurrage and surcharge rates, is set out in the Rate Schedule immediately below, expressed as unit prices per origin → destination lane and per wagon.\nPayment for transport services shall be made in Birr based on the selling price of USD to Birr on the date of payment set by the Commercial Bank of Ethiopia.\nIf there is an increment or decrement of the USD exchange rate to Birr between the date of payment and the date the wagon/train number is provided to the Client, either the Client shall make the additional payment to the Service Provider or the Service Provider shall refund the difference from the initial payment to the Client.\nThe cost of loading at the loading station and unloading at Nagad shall be covered by the Client and is not part of this contract agreement.\nThe Client shall pay 100% of the contract price in advance.\nThe Client shall pay a demurrage fee for occupied wagons at the rate set out in the Rate Schedule for the applicable occupancy band.\nDemurrage payment shall be made in Birr based on the selling price of USD to Birr set by the Commercial Bank of Ethiopia on the date of the demurrage occurrence.", "order": 5, "title": "Contract Price and Terms of Payment"}, {"id": "contract-documents", "body": "The following documents shall constitute the contract between the Client and the Service Provider:\n- Amendments made to this contract (if any).\n- This Contract Agreement.\n- Final minutes of negotiation (if any).\nIf there is any discrepancy between the documents, they shall be interpreted with priority in the order listed above.", "order": 6, "title": "Contract Documents"}, {"id": "documentation", "body": "The following documents shall be delivered to the Client upon request for settlement:\n- Consignment Note (cargo handover document to the Client).\n- Summary of payment request of the Service Provider prepared as per the agreed tariff.", "order": 7, "title": "Documentation Requirements"}, {"id": "consignment-notes", "body": "The Service Provider must certify the taking over of the goods on the duplicates of the consignment note in an appropriate manner and return the duplicate to the Client.\nA consignment note shall be prima facie evidence of the receipt of the goods by the Service Provider and of the kind, number, and weight of the goods.", "order": 8, "title": "Consignment Notes"}, {"id": "termination", "body": "The contract may be terminated:\n- Upon mutual consent of the parties.\n- Upon completion of the contract period.\n- If either or both parties breach a fundamental provision of the contract, upon prior legal notice delivered by either party.", "order": 9, "title": "Termination of Contract"}, {"id": "effectiveness", "body": "The contract shall come into full force and effect on the date when all of the following are accomplished:\n- The contract is signed by the Client and the Service Provider.\n- The Service Provider has received the advance payment of 100% of the contract price for each train set of cargo.", "order": 10, "title": "Contract Effectiveness"}, {"id": "cargo-amount", "body": "The minimum cargo to be transported shall be one wagon.", "order": 11, "title": "Cargo Amount"}, {"id": "duration", "body": "The contract shall last for three (3) months starting from the date of contract signing, with possible extension upon mutual agreement.", "order": 12, "title": "Duration of Contract"}, {"id": "disputes", "body": "If a dispute arises between the parties, they shall exert efforts to settle their differences amicably.\nIf the parties fail to settle their disputes amicably, the case shall be taken to the competent Federal Court of law presiding in Addis Ababa.\nThe governing law shall be the laws of the Federal Democratic Republic of Ethiopia.", "order": 13, "title": "Settlement of Disputes"}, {"id": "customs-clearing", "body": "The Service Provider shall carry out customs clearing on behalf of the Client for the cargo covered by this Agreement, including declaration, lodgement, and follow-up at the customs stations of Djibouti and Ethiopia as applicable to the agreed corridor.\nThe Service Provider shall act only within the authority granted by the Client and shall not amend a declaration without the Client''s written instruction.\nCustoms duties, taxes, and any government charges assessed on the cargo remain payable by the Client and are not included in the freight price; the Service Provider shall settle them on the Client''s behalf only where the Client has placed the corresponding funds in advance.\nThe Service Provider shall hand over all customs documents obtained in the course of clearing to the Client upon completion of each shipment.", "order": 14, "title": "Customs Clearing Services"}, {"id": "customs-client-duties", "body": "Grant the Service Provider a duly signed and stamped power of attorney authorising it to act as the Client''s customs agent for the duration of this Agreement.\nSubmit every document required for declaration (commercial invoice, packing list, bill of lading or airway bill, permits, certificates of origin, and any authority-specific licence) within one (1) calendar day of the Service Provider''s request.\nWarrant that the declared description, quantity, value, and tariff classification of the cargo are complete and accurate.\nBear any penalty, demurrage, storage, or re-inspection cost arising from incorrect, incomplete, or late Client-supplied information or documentation.\nSettle assessed duties and taxes within the period notified by the Service Provider, failing which the Service Provider may suspend clearing and the cargo shall remain at the Client''s risk and cost.", "order": 15, "title": "Client Obligations for Customs Clearing"}]', true, '2026-08-04 10:03:50.67187+00', '2026-08-04 10:03:50.67187+00', '2026-08-09 18:49:32.843901+00', NULL, NULL, false); -- -- Data for Name: contracts; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: customer_truck_assignments; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: customer_truck_containers; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: customers; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: djibouti_import_incidents; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: drivers; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: dropdown_options; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.dropdown_options VALUES ('1d1498ba-b7f3-4f47-a59d-5244ad61c686', '98bd5f06-f4e3-440d-ba47-e19c144450e3', '3', '3 months', NULL, false, 0, NULL, '2026-07-27 11:32:01.485422+00', '2026-07-27 11:32:01.485422+00', NULL), ('3b034dda-71e4-4ddb-81d5-cbc3f06d6ef6', 'c47a2893-335c-4817-9328-fb9890a4b1d9', '180', '6 months', NULL, false, 0, NULL, '2026-07-27 11:32:01.491804+00', '2026-07-27 11:32:01.491804+00', NULL), ('629e5c65-c59a-47d1-aca1-81bf6affb55e', 'c47a2893-335c-4817-9328-fb9890a4b1d9', '365', '1 year', NULL, false, 1, NULL, '2026-07-27 11:32:01.491804+00', '2026-07-27 11:32:01.491804+00', NULL), ('7e65977a-ec35-47e7-aca4-3390199b8cfd', 'c47a2893-335c-4817-9328-fb9890a4b1d9', '730', '2 years', NULL, false, 2, NULL, '2026-07-27 11:32:01.491804+00', '2026-07-27 11:32:01.491804+00', NULL), ('da01bfc4-15d5-4945-94a0-3a51deb70e60', 'ce45706a-1179-4e8f-99d5-479fab15613e', '2', '2 days', NULL, false, 0, NULL, '2026-07-27 11:32:02.553783+00', '2026-07-27 11:32:02.553783+00', NULL), ('9cf87112-0fcd-41ab-b650-3e2d3124ce78', 'ce45706a-1179-4e8f-99d5-479fab15613e', '3', '3 days', NULL, false, 1, NULL, '2026-07-27 11:32:02.553783+00', '2026-07-27 11:32:02.553783+00', NULL), ('74acb78d-d173-4880-8806-14190b5cf495', 'f64a70f6-30ec-49f6-88be-43e16756ae3d', '8002', '8002', NULL, false, 0, NULL, '2026-07-27 11:32:03.871542+00', '2026-07-27 11:32:03.871542+00', NULL), ('502b4864-577f-421b-9d90-e20be2028b7d', 'f64a70f6-30ec-49f6-88be-43e16756ae3d', '8102', '8102', NULL, false, 1, NULL, '2026-07-27 11:32:03.871542+00', '2026-07-27 11:32:03.871542+00', NULL), ('08118cfb-c024-492d-9a56-fe8a5617b168', 'f64a70f6-30ec-49f6-88be-43e16756ae3d', '8202', '8202', NULL, false, 2, NULL, '2026-07-27 11:32:03.871542+00', '2026-07-27 11:32:03.871542+00', NULL), ('301ead71-e0d7-4df4-af97-a158bf794314', 'f64a70f6-30ec-49f6-88be-43e16756ae3d', '8302', '8302', NULL, false, 3, NULL, '2026-07-27 11:32:03.871542+00', '2026-07-27 11:32:03.871542+00', NULL), ('2b6e0ea2-83b0-4a04-8b16-77500bfdd518', 'f64a70f6-30ec-49f6-88be-43e16756ae3d', '8402', '8402', NULL, false, 4, NULL, '2026-07-27 11:32:03.871542+00', '2026-07-27 11:32:03.871542+00', NULL), ('8fec2516-6d94-448f-be20-e79f4a4be55d', 'f64a70f6-30ec-49f6-88be-43e16756ae3d', '8502', '8502', NULL, false, 5, NULL, '2026-07-27 11:32:03.871542+00', '2026-07-27 11:32:03.871542+00', NULL), ('51ead9ce-4f14-47d1-a8f0-1573d80835d3', 'f64a70f6-30ec-49f6-88be-43e16756ae3d', '8602', '8602', NULL, false, 6, NULL, '2026-07-27 11:32:03.871542+00', '2026-07-27 11:32:03.871542+00', NULL), ('7fdd3fca-2f9a-4db8-ad6f-35b6e6d3b6fd', 'f64a70f6-30ec-49f6-88be-43e16756ae3d', '8702', '8702', NULL, false, 7, NULL, '2026-07-27 11:32:03.871542+00', '2026-07-27 11:32:03.871542+00', NULL), ('849d5172-6191-4649-bbe5-13cf8a4f68b4', 'f64a70f6-30ec-49f6-88be-43e16756ae3d', '8802', '8802', NULL, false, 8, NULL, '2026-07-27 11:32:03.871542+00', '2026-07-27 11:32:03.871542+00', NULL), ('7ac8d28d-4cf0-4ca4-aebe-52c79c4709bd', 'f64a70f6-30ec-49f6-88be-43e16756ae3d', '8902', '8902', NULL, false, 9, NULL, '2026-07-27 11:32:03.871542+00', '2026-07-27 11:32:03.871542+00', NULL), ('348c3355-80d9-4827-b10b-cb76baa53f79', 'f64a70f6-30ec-49f6-88be-43e16756ae3d', '9002', '9002', NULL, false, 10, NULL, '2026-07-27 11:32:03.871542+00', '2026-07-27 11:32:03.871542+00', NULL), ('43fb7b8c-ddd6-4376-aebf-847cc0cc00fb', 'c47a2893-335c-4817-9328-fb9890a4b1d9', '90', '3 months', NULL, false, 1, '{"color": "#00094"}', '2026-07-22 06:21:54.101+00', '2026-07-22 06:21:54.101+00', NULL), ('5c84104d-7427-4ef0-887f-5b8407671bd9', 'c47a2893-335c-4817-9328-fb9890a4b1d9', '60', '2 months', NULL, false, 2, NULL, '2026-07-22 06:21:54.101+00', '2026-07-22 06:21:54.101+00', NULL), ('19f26681-8f22-4d9d-ae50-e705da6abff4', 'c47a2893-335c-4817-9328-fb9890a4b1d9', '30', '1 month', NULL, false, 3, NULL, '2026-07-22 06:21:54.101+00', '2026-07-22 06:21:54.101+00', NULL), ('981397d5-b5fc-4371-92e0-150b881f849c', 'f64a70f6-30ec-49f6-88be-43e16756ae3d', '9008', '9008', NULL, false, 12, NULL, '2026-07-23 13:00:05.172+00', '2026-07-23 13:00:05.172+00', NULL), ('57414f87-4122-4814-9b2d-7bbe08e7361b', 'f64a70f6-30ec-49f6-88be-43e16756ae3d', '1014', '1014', 'BULK TRAIN', false, 13, '{"color": "#0EDF"}', '2026-07-23 13:00:05.172+00', '2026-07-23 13:00:05.172+00', NULL), ('8618306c-f4c8-40f1-ab62-922b4a39b07c', 'f64a70f6-30ec-49f6-88be-43e16756ae3d', '7002', '7002', 'Container', false, 14, '{"color": "#0EDF"}', '2026-07-23 13:00:05.172+00', '2026-07-23 13:00:05.172+00', NULL); -- -- Data for Name: dropdown_settings; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.dropdown_settings VALUES ('98bd5f06-f4e3-440d-ba47-e19c144450e3', 'general_contract_period', 'General Contract Period (months)', 'How many months a general contract stays open for ordering after activation.', false, NULL, '2026-07-27 11:32:01.485422+00', '2026-07-27 11:32:01.485422+00', NULL), ('c47a2893-335c-4817-9328-fb9890a4b1d9', 'contract_validity_periods', 'Contract Validity Periods (days)', 'Validity durations (in days) a staff can choose when accepting a submitted contract.', false, NULL, '2026-07-27 11:32:01.491804+00', '2026-07-27 11:32:01.491804+00', NULL), ('ce45706a-1179-4e8f-99d5-479fab15613e', 'ro_vessel_min_days', 'RO vessel minimum lead time (days)', 'Minimum days between today and the vessel departure date on an export Release Order.', false, NULL, '2026-07-27 11:32:02.553783+00', '2026-07-27 11:32:02.553783+00', NULL), ('f64a70f6-30ec-49f6-88be-43e16756ae3d', 'import_train_numbers', 'Import train numbers', 'Even IMPORT run numbers (Djibouti → Ethiopia) selectable when building a train. The paired export number is derived automatically (import − 1).', false, '{"clearable": true, "searchable": true}', '2026-07-27 11:32:03.871542+00', '2026-07-27 11:32:03.871542+00', NULL); -- -- Data for Name: eims_system_state; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: empty_container_returns; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: exchange_settings; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.exchange_settings VALUES ('02889b8a-8a21-4727-9410-bdd9ac9ec024', 162.824500, 'AUTO', '2026-08-07 08:57:41.31+00', NULL, '2026-08-05 07:47:36.666399+00', '2026-08-07 08:57:41.311509+00', NULL); -- -- Data for Name: external_profiles; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.external_profiles VALUES ('9ae4aac8-7e8c-43f0-a707-d29b9767742a', '70b7c52e-cd3c-4b74-89ea-3e4bd6c312c5', '37f9df6c-95a8-41a6-81fc-4ece3c31a712', 'Hilina', 'Regassa', NULL, NULL, true, '2026-08-09 11:55:07.46652+00', '2026-08-09 12:03:29.302612+00', NULL, 'poa', false); -- -- Data for Name: facilities; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: facility_handling_events; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: fayda_verification_sessions; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.fayda_verification_sessions VALUES ('56cd07d8-be79-4809-a025-04ce745dfa65', 'iCKuTwzcpq2Gj1Rl2KUqb5Lsk2Tt0yLjWvudoklKDiY', '', 'VERIFY', 'PORTAL', false, 'COMPLETED', NULL, NULL, NULL, '2026-08-09 12:10:23.625+00', '2026-08-09 11:56:55.948+00', '2026-08-09 11:55:23.627045+00', '2026-08-09 11:56:55.950093+00', NULL), ('de6bcd87-3422-4e01-8f01-5cf403898178', '4z92nDqxwtUYa6qdNrZ8e9s9rS_egN2b37N25XIA_-E', '', 'VERIFY', 'PORTAL', false, 'COMPLETED', NULL, NULL, NULL, '2026-08-09 12:16:44.547+00', '2026-08-09 12:02:57.9+00', '2026-08-09 12:01:44.549122+00', '2026-08-09 12:02:57.903021+00', NULL), ('3d9347ec-e14a-4556-a9af-d2941ee94df9', '1y8PBJHJS_MVtXfbwc_I4MYVf86NqKk5kwVq-YcvApM', '', 'VERIFY', 'PORTAL', false, 'COMPLETED', NULL, NULL, NULL, '2026-08-09 12:18:31.954+00', '2026-08-09 12:04:51.574+00', '2026-08-09 12:03:31.956729+00', '2026-08-09 12:04:51.576704+00', NULL), ('1be2605d-85f7-42e0-9e97-0c19b2e3409b', 'jRN_Yi9kqION5UTKlMiTNAhDlVBXcHdHGkTtBXXvFf0', '', 'VERIFY', 'PORTAL', false, 'COMPLETED', NULL, NULL, NULL, '2026-08-09 12:23:49.136+00', '2026-08-09 12:09:34.621+00', '2026-08-09 12:08:49.139308+00', '2026-08-09 12:09:34.623765+00', NULL), ('960d964a-32ac-4ca4-95fc-bd2ce88faed3', 'Oj6cJTSRXHrqCJeahB5qIO7feFfTWS4sK3mpcNhC75Q', '', 'VERIFY', 'PORTAL', false, 'COMPLETED', NULL, NULL, NULL, '2026-08-09 12:27:18.283+00', '2026-08-09 12:13:50.421+00', '2026-08-09 12:12:18.285552+00', '2026-08-09 12:13:50.423474+00', NULL), ('7d7f9042-cd0b-4873-ac62-d2eaefe80af3', 'NXE8OstTpO-5vc0KZSwlE5AynDzrk2I_wD8hWDedDGQ', '', 'VERIFY', 'PORTAL', false, 'COMPLETED', NULL, NULL, NULL, '2026-08-09 12:30:43.275+00', '2026-08-09 12:16:54.466+00', '2026-08-09 12:15:43.276603+00', '2026-08-09 12:16:54.467576+00', NULL), ('39a7b2f9-a3d2-4286-993a-5f3650353ec3', 'fiH7KCIMhoicqOytynLj8rAaEfrlHr0kHJkkQCIAq20', '', 'VERIFY', 'PORTAL', false, 'COMPLETED', NULL, NULL, NULL, '2026-08-09 12:43:53.926+00', '2026-08-09 12:29:44.957+00', '2026-08-09 12:28:53.928086+00', '2026-08-09 12:29:44.958531+00', NULL), ('73fdac88-efba-489f-b191-edcac845de0d', 'ZP-yGtLoQzObob9elpW3wGU7dXlZv2iFV8-nuKGtKuw', 'qZ4U0SHbel3W5-OaWZ5SyuFdPVjP7nJ8VOcA3d6W_8IzFkDBwoQTy4KAhqYr2xG_RQgRWRXKXPVRb8zLty1svw', 'VERIFY', 'PORTAL', false, 'PENDING', NULL, NULL, NULL, '2026-08-09 14:18:03.474+00', NULL, '2026-08-09 14:03:03.476409+00', '2026-08-09 14:03:03.476409+00', NULL); -- -- Data for Name: ff_clients; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: file_upload_fields; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.file_upload_fields VALUES ('ca04e1ea-e785-4655-b23f-27c9d5e19451', 'b568810c-b853-404e-95f0-8304a9ddc75e', 'Bill of Lading/Waybill', 'Bill of Lading/Waybill', NULL, true, false, 1, '{pdf}', 20, 1, '2026-08-04 10:20:34.974496+00', '2026-08-04 10:20:34.974496+00', NULL, NULL, NULL, NULL, NULL), ('be6cf792-5d1e-429c-a316-033f2043e78e', 'b568810c-b853-404e-95f0-8304a9ddc75e', 'Commercial Invoice', 'Commercial Invoice', NULL, true, true, 10, '{pdf}', 20, 2, '2026-08-04 10:20:34.974496+00', '2026-08-04 10:20:34.974496+00', NULL, NULL, NULL, NULL, NULL), ('b758736f-f83d-4231-b5b8-940d4229a5cf', 'b568810c-b853-404e-95f0-8304a9ddc75e', 'Packing List', 'Packing List', NULL, true, true, 10, '{pdf}', 20, 3, '2026-08-04 10:20:34.974496+00', '2026-08-04 10:20:34.974496+00', NULL, NULL, NULL, NULL, NULL), ('8bd784cb-1e56-4978-a3b8-348343eda220', 'b568810c-b853-404e-95f0-8304a9ddc75e', 'Certificate of Origin', 'Certificate of Origin', NULL, true, true, 5, '{pdf}', 20, 4, '2026-08-04 10:20:34.974496+00', '2026-08-04 10:20:34.974496+00', NULL, NULL, NULL, NULL, NULL), ('b5873ab6-7517-48b7-8ebd-1ffa377060ce', 'b568810c-b853-404e-95f0-8304a9ddc75e', 'Bank Permit/ Franco Valuta', 'Bank Permit/Franco Valuta', NULL, true, false, 1, '{pdf}', 20, 5, '2026-08-04 10:20:34.974496+00', '2026-08-04 10:20:34.974496+00', NULL, NULL, NULL, NULL, NULL), ('0118060a-eefe-4a08-a91b-0043ed4b616c', 'b568810c-b853-404e-95f0-8304a9ddc75e', 'Cargo Insurance', 'Cargo Insurance', NULL, false, false, 1, '{pdf}', 20, 6, '2026-08-04 10:20:34.974496+00', '2026-08-04 10:20:34.974496+00', NULL, NULL, NULL, NULL, NULL), ('838252c8-f376-4dd7-aadd-ac3e44c2b23c', 'cb1806df-7169-4dcc-8adb-801ff833f610', 'Bill of Lading/Waybill', 'Bill of Lading/Waybill', NULL, true, false, 1, '{pdf}', 20, 1, '2026-08-04 10:21:14.549605+00', '2026-08-04 10:21:14.549605+00', NULL, NULL, NULL, NULL, NULL), ('61b32e04-33eb-4a00-bc67-53951d88ecbc', 'cb1806df-7169-4dcc-8adb-801ff833f610', 'Bank permit/FV', 'Bank Permit/FV', NULL, true, false, 1, '{pdf}', 20, 2, '2026-08-04 10:21:14.549605+00', '2026-08-04 10:21:14.549605+00', NULL, NULL, NULL, NULL, NULL), ('2b677ec2-677d-4cca-a59d-f3bd3fac02ff', 'cb1806df-7169-4dcc-8adb-801ff833f610', 'Certificate of Origin', 'Certificate of Origin', NULL, true, false, 1, '{pdf}', 20, 3, '2026-08-04 10:21:14.549605+00', '2026-08-04 10:21:14.549605+00', NULL, NULL, NULL, NULL, NULL), ('e8af3fb7-c919-4750-adbd-7e0456e7dc39', 'cb1806df-7169-4dcc-8adb-801ff833f610', 'Commercial Invoice', 'Commercial Invoice', NULL, true, true, 5, '{pdf}', 20, 4, '2026-08-04 10:21:14.549605+00', '2026-08-04 10:21:14.549605+00', NULL, NULL, NULL, NULL, NULL), ('d159e493-46e8-4d75-aa27-f1c475baa51b', 'cb1806df-7169-4dcc-8adb-801ff833f610', 'Packing List', 'Packing List', NULL, true, true, 5, '{pdf}', 20, 5, '2026-08-04 10:21:14.549605+00', '2026-08-04 10:21:14.549605+00', NULL, NULL, NULL, NULL, NULL), ('8046903a-f7ab-4db4-bd52-2dc8144c4b66', 'cb1806df-7169-4dcc-8adb-801ff833f610', 'Cargo Insurance', 'Cargo Insurance', NULL, false, false, 1, '{pdf}', 20, 6, '2026-08-04 10:21:14.549605+00', '2026-08-04 10:21:14.549605+00', NULL, NULL, NULL, NULL, NULL), ('78529880-bc7e-4c7a-b16c-66bd138a6306', '1723498f-c8a8-4af8-a6cb-e80e74cacc22', 'Packing List', 'Packing List', NULL, true, true, 5, '{pdf}', 20, 1, '2026-08-04 10:26:49.082214+00', '2026-08-04 10:26:49.082214+00', NULL, NULL, NULL, NULL, NULL), ('b11ab134-f3a2-40cd-a05f-c0db73721cdd', '1723498f-c8a8-4af8-a6cb-e80e74cacc22', 'Import Declaration', 'Import declaration', NULL, false, true, 5, '{pdf}', 20, 2, '2026-08-04 10:26:49.082214+00', '2026-08-04 10:26:49.082214+00', NULL, NULL, NULL, NULL, NULL), ('6a077dc6-cb07-48ca-bc31-69a32e4bf43f', '1723498f-c8a8-4af8-a6cb-e80e74cacc22', 'Item Pictures', 'Photo of Items', NULL, false, true, 5, '{jpg,jpeg,png}', 100, 3, '2026-08-04 10:26:49.082214+00', '2026-08-04 10:26:49.082214+00', NULL, NULL, NULL, NULL, NULL), ('b70a7e21-15a7-4475-b1a4-59e699b5a697', '1723498f-c8a8-4af8-a6cb-e80e74cacc22', 'Bill of Lading/Waybill', 'Bill of Lading', NULL, true, false, 1, '{pdf}', 20, 4, '2026-08-04 10:26:49.082214+00', '2026-08-04 10:26:49.082214+00', NULL, NULL, NULL, NULL, NULL), ('43d91420-e4bc-4a63-ab2a-9fcceeef1483', '1723498f-c8a8-4af8-a6cb-e80e74cacc22', 'Ethiopia T1 and Djibouti T1', 'Ethiopia T1 and Djibouti T1', NULL, false, true, 10, '{pdf}', 30, 5, '2026-08-04 10:26:49.082214+00', '2026-08-04 10:26:49.082214+00', NULL, NULL, NULL, NULL, NULL), ('8e37a920-82ff-4b71-adf2-1d2e20030299', '08a29c8d-1480-41d6-b552-034c5ead4c93', 'Bill of Lading/Waybill', 'Bill of Lading/Waybill', NULL, true, false, 1, '{pdf}', 20, 1, '2026-08-04 10:29:36.693631+00', '2026-08-04 10:29:36.693631+00', NULL, NULL, NULL, NULL, NULL), ('843b736a-a0fe-4a53-9b37-43b039906304', '08a29c8d-1480-41d6-b552-034c5ead4c93', 'Packing List', 'Packing List', NULL, true, true, 10, '{pdf}', 20, 2, '2026-08-04 10:29:36.693631+00', '2026-08-04 10:29:36.693631+00', NULL, NULL, NULL, NULL, NULL), ('37a44809-8842-4bfa-9d92-9c2e516a35e0', '08a29c8d-1480-41d6-b552-034c5ead4c93', 'Import Declaration', 'Import declaration', NULL, false, true, 5, '{pdf}', 20, 3, '2026-08-04 10:29:36.693631+00', '2026-08-04 10:29:36.693631+00', NULL, NULL, NULL, NULL, NULL), ('641815b8-c4d5-45fa-b714-5705efde87d7', '08a29c8d-1480-41d6-b552-034c5ead4c93', 'Ethiopia T1 and Djibouti T1', 'Ethiopia T1 and Djibouti T1', NULL, false, true, 5, '{pdf}', 20, 4, '2026-08-04 10:29:36.693631+00', '2026-08-04 10:29:36.693631+00', NULL, NULL, NULL, NULL, NULL), ('921e0d91-6802-49a8-b0f3-bd76f757aeb8', '85e1910c-25ba-4c48-a452-6fef6d39b10a', 'Booking Confirmation', 'Booking Confirmation', NULL, true, false, 1, '{pdf}', 20, 1, '2026-08-04 10:35:27.984353+00', '2026-08-04 10:35:27.984353+00', NULL, NULL, NULL, NULL, NULL), ('a75cedb3-d7b5-4d7d-bd84-1c9d40597f8b', '85e1910c-25ba-4c48-a452-6fef6d39b10a', 'Shipping Instruction', 'Shipping Instruction', NULL, true, false, 1, '{pdf}', 20, 2, '2026-08-04 10:35:27.984353+00', '2026-08-04 10:35:27.984353+00', NULL, NULL, NULL, NULL, NULL), ('726b962d-97c0-4b62-860e-f2a20c150765', '85e1910c-25ba-4c48-a452-6fef6d39b10a', 'Verified Gross Mass (VGM)', 'Verified Gross Mass (VGM)', NULL, true, false, 1, '{pdf}', 20, 3, '2026-08-04 10:35:27.984353+00', '2026-08-04 10:35:27.984353+00', NULL, NULL, NULL, NULL, NULL), ('7ed6024a-7498-4877-9af4-32d98a8a5f19', '85e1910c-25ba-4c48-a452-6fef6d39b10a', 'Train Waybill', 'Train Waybill', NULL, true, false, 1, '{pdf}', 20, 4, '2026-08-04 10:35:27.984353+00', '2026-08-04 10:35:27.984353+00', NULL, NULL, NULL, NULL, NULL), ('015d6cfd-4740-4baa-880f-f081bd064a44', '85e1910c-25ba-4c48-a452-6fef6d39b10a', 'Commercial Invoice', 'Commercial Invoice', NULL, true, true, 5, '{pdf}', 20, 5, '2026-08-04 10:35:27.984353+00', '2026-08-04 10:35:27.984353+00', NULL, NULL, NULL, NULL, NULL), ('600f2e27-9fba-4d6a-ac78-7b354413a6ae', '85e1910c-25ba-4c48-a452-6fef6d39b10a', 'Packing List', 'Packing List', NULL, true, true, 5, '{pdf}', 20, 6, '2026-08-04 10:35:27.984353+00', '2026-08-04 10:35:27.984353+00', NULL, NULL, NULL, NULL, NULL), ('00e51737-12e5-4503-9ea6-3e4f8bc9ac3d', '85e1910c-25ba-4c48-a452-6fef6d39b10a', 'Bank Permit', 'Bank Permit', NULL, true, false, 1, '{pdf}', 20, 7, '2026-08-04 10:35:27.984353+00', '2026-08-04 10:35:27.984353+00', NULL, NULL, NULL, NULL, NULL), ('3ccceb6b-1e1f-4f13-a974-dd73f2c2d738', 'c1d7ae47-9703-4a1d-8cd3-0974d59acb3d', 'Release Order (RO)', 'Release Order (RO)', NULL, true, true, 5, '{pdf,jpg,jpeg,png}', 20, 1, '2026-08-04 10:38:04.440343+00', '2026-08-04 10:38:04.440343+00', NULL, NULL, NULL, NULL, NULL), ('9ea15c05-aebe-4133-b2ad-5f52bbbbdf58', 'c1d7ae47-9703-4a1d-8cd3-0974d59acb3d', 'Verified Gross Mass (VGM)', 'Verified Gross Mass (VGM)', NULL, true, true, 5, '{pdf,jpg,jpeg,png}', 20, 2, '2026-08-04 10:38:04.440343+00', '2026-08-04 10:38:04.440343+00', NULL, NULL, NULL, NULL, NULL), ('5635a410-3e82-411e-bd03-47abedcede6b', 'c1d7ae47-9703-4a1d-8cd3-0974d59acb3d', 'Export Declaration', 'Export declaration', NULL, false, true, 5, '{pdf}', 20, 3, '2026-08-04 10:38:04.440343+00', '2026-08-04 10:38:04.440343+00', NULL, NULL, NULL, NULL, NULL), ('5838b4a0-adfc-44ba-b648-b0ac5c17f63a', 'c1d7ae47-9703-4a1d-8cd3-0974d59acb3d', 'Export T1', 'Export T1', NULL, false, false, 1, '{pdf}', 10, 4, '2026-08-04 10:38:04.440343+00', '2026-08-04 10:38:04.440343+00', NULL, NULL, NULL, NULL, NULL), ('99a17b67-f198-4add-a778-10b338f75ada', '318aa395-9f14-4326-92dd-7af2ee960e00', 'Packing List', 'Packing List', NULL, true, true, 5, '{pdf,jpg,jpeg,png}', 20, 1, '2026-08-04 10:39:12.558482+00', '2026-08-04 10:39:12.558482+00', NULL, NULL, NULL, NULL, NULL), ('735b7cc7-586c-4f81-8fd2-c73184aa8497', '318aa395-9f14-4326-92dd-7af2ee960e00', 'Waybill', 'Waybill', NULL, true, true, 5, '{pdf,jpg,jpeg,png}', 20, 2, '2026-08-04 10:39:12.558482+00', '2026-08-04 10:39:12.558482+00', NULL, NULL, NULL, NULL, NULL), ('f34aeac3-657e-49a7-993b-a378434ad555', 'a017fb18-9c12-41c0-8d18-bff1b7cfd247', 'Drivers License', 'Drivers License', NULL, true, true, 5, '{pdf,jpg,jpeg,png}', 20, 1, '2026-08-04 10:41:11.331705+00', '2026-08-04 10:41:11.331705+00', NULL, NULL, NULL, NULL, NULL), ('8a817b47-e6c1-4dde-bcdc-8be16d5bcb99', 'a017fb18-9c12-41c0-8d18-bff1b7cfd247', 'Kebele ID', 'Kebele ID', NULL, true, false, 1, '{pdf,jpg,jpeg,png}', 10, 2, '2026-08-04 10:41:11.331705+00', '2026-08-04 10:41:11.331705+00', NULL, NULL, NULL, NULL, NULL), ('1b9d046c-48ea-4e93-9df1-cd8f0605ba61', 'a017fb18-9c12-41c0-8d18-bff1b7cfd247', 'Company ID', 'Company ID', NULL, false, false, 1, '{pdf,jpg,jpeg,png}', 20, 3, '2026-08-04 10:41:11.331705+00', '2026-08-04 10:41:11.331705+00', NULL, NULL, NULL, NULL, NULL), ('6475f9ef-dfd3-4639-b12c-b9f1fcbfb4e3', 'dbabef1b-9203-4fd3-9808-ba2cc1618c36', 'Commercial Registration', 'Commercial Registration', NULL, true, false, 1, '{pdf,jpg,jpeg,png}', 30, 1, '2026-08-04 10:43:25.014753+00', '2026-08-04 10:43:25.014753+00', NULL, NULL, NULL, NULL, NULL), ('efcab3cf-b166-47de-a795-e5c597df4ab1', 'dbabef1b-9203-4fd3-9808-ba2cc1618c36', 'TIN Certificate', 'TIN Certificate', NULL, true, false, 1, '{pdf,jpg,jpeg,png}', 30, 2, '2026-08-04 10:43:25.014753+00', '2026-08-04 10:43:25.014753+00', NULL, NULL, NULL, NULL, NULL), ('6e7b21e1-4c6a-4707-86c8-5a3039222739', 'dbabef1b-9203-4fd3-9808-ba2cc1618c36', 'Business License', 'Business License', NULL, true, false, 1, '{pdf,jpg,jpeg,png}', 30, 3, '2026-08-04 10:43:25.014753+00', '2026-08-04 10:43:25.014753+00', NULL, NULL, NULL, NULL, NULL), ('8e065892-e909-4635-bc88-2ef261c0e089', 'dbabef1b-9203-4fd3-9808-ba2cc1618c36', 'National ID', 'National ID', NULL, true, true, 5, '{pdf,jpg,jpeg,png}', 30, 4, '2026-08-04 10:43:25.014753+00', '2026-08-04 10:43:25.014753+00', NULL, NULL, NULL, NULL, NULL), ('f66e7795-749d-49b8-a34b-17bdc502a42e', 'a59d02bf-f46a-44b8-b5b5-2b88ef3f5116', 'Material Safety Data Sheet (MSDS)', 'Material Safety Data Sheet (MSDS)', NULL, true, true, 5, '{pdf}', 100, 1, '2026-08-04 10:44:03.967397+00', '2026-08-04 10:44:03.967397+00', NULL, NULL, NULL, NULL, NULL), ('018ec1b3-bc42-470b-984a-b670adb98d40', '14320fce-352c-4c45-aff3-2a1ac89f8e93', 'Commercial Registration', 'Commercial Registration', NULL, true, false, 1, '{pdf,jpg,jpeg,png}', 21, 1, '2026-08-04 10:50:46.395716+00', '2026-08-04 10:50:46.395716+00', NULL, NULL, NULL, NULL, NULL), ('27efd0e3-0152-408a-ac96-8d36231f0104', '14320fce-352c-4c45-aff3-2a1ac89f8e93', 'TIN Certificate', 'TIN Certificate', NULL, true, false, 1, '{pdf,jpg,jpeg,png}', 20, 2, '2026-08-04 10:50:46.395716+00', '2026-08-04 10:50:46.395716+00', NULL, NULL, NULL, NULL, NULL), ('8dc7b971-bf96-4248-b808-14dc1d9e91c5', '14320fce-352c-4c45-aff3-2a1ac89f8e93', 'Business License / Investment License', 'Business License / Investment License', NULL, true, true, 5, '{pdf,jpg,jpeg,png}', 20, 3, '2026-08-04 10:50:46.395716+00', '2026-08-04 10:50:46.395716+00', NULL, NULL, NULL, NULL, NULL), ('9dcccc5e-85fa-4fe3-82ab-e43528e63b82', '14320fce-352c-4c45-aff3-2a1ac89f8e93', 'Delegated person National ID', 'Delegated person National ID', NULL, true, false, 1, '{pdf,jpg,jpeg,png}', 10, 4, '2026-08-04 10:50:46.395716+00', '2026-08-04 10:50:46.395716+00', NULL, NULL, NULL, NULL, NULL), ('9220c51a-883f-4903-9a38-371a0f34ce70', '14320fce-352c-4c45-aff3-2a1ac89f8e93', 'Passport of Owner/Investor', 'Passport of Owner/Investor', NULL, false, false, 1, '{pdf,jpg,jpeg,png}', 21, 5, '2026-08-04 10:50:46.395716+00', '2026-08-04 10:50:46.395716+00', NULL, NULL, NULL, NULL, NULL), ('a5fe3255-7801-40f5-84ac-c0f28d5789f8', '8dd290f8-9ac7-466a-b754-b37ddf75a0d3', 'jj', 'j', NULL, false, false, 1, '{pdf,png,jpeg,jpg}', 10, 1, '2026-08-05 21:36:43.819425+00', '2026-08-05 21:36:43.819425+00', NULL, NULL, NULL, NULL, NULL); -- -- Data for Name: file_upload_settings; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.file_upload_settings VALUES ('dbabef1b-9203-4fd3-9808-ba2cc1618c36', 'company_onboarding_documents_ethiopian', 'Ethiopian company onboarding documents', 'Required documents for external company onboarding, by company nationality.', 'customer', '2026-08-04 10:04:29.802713+00', '2026-08-04 10:04:29.802713+00', NULL), ('14320fce-352c-4c45-aff3-2a1ac89f8e93', 'company_onboarding_documents_foreign', 'Foreign company onboarding documents', 'Required documents for external company onboarding, by company nationality.', 'customer', '2026-08-04 10:04:29.802713+00', '2026-08-04 10:04:29.802713+00', NULL), ('b568810c-b853-404e-95f0-8304a9ddc75e', 'clearance_import_container_with_customs', 'Import container clearance documents (with customs)', 'Operation/clearance documents collected after contract execution, by operation, freight type and customs.', 'booking_clearance', '2026-08-04 10:04:29.802713+00', '2026-08-04 10:04:29.802713+00', NULL), ('08a29c8d-1480-41d6-b552-034c5ead4c93', 'clearance_import_container_without_customs', 'Import container documents (without customs)', 'Operation/clearance documents collected after contract execution, by operation, freight type and customs.', 'booking_clearance', '2026-08-04 10:04:29.802713+00', '2026-08-04 10:04:29.802713+00', NULL), ('85e1910c-25ba-4c48-a452-6fef6d39b10a', 'clearance_export_container_with_customs', 'Export container clearance documents (with customs)', 'Operation/clearance documents collected after contract execution, by operation, freight type and customs.', 'booking_clearance', '2026-08-04 10:04:29.802713+00', '2026-08-04 10:04:29.802713+00', NULL), ('c1d7ae47-9703-4a1d-8cd3-0974d59acb3d', 'clearance_export_container_without_customs', 'Export container documents (without customs)', 'Operation/clearance documents collected after contract execution, by operation, freight type and customs.', 'booking_clearance', '2026-08-04 10:04:29.802713+00', '2026-08-04 10:04:29.802713+00', NULL), ('cb1806df-7169-4dcc-8adb-801ff833f610', 'clearance_import_bulk_with_customs', 'Import bulk clearance documents (with customs)', 'Operation/clearance documents collected after contract execution, by operation, freight type and customs.', 'booking_clearance', '2026-08-04 10:04:29.802713+00', '2026-08-04 10:04:29.802713+00', NULL), ('1723498f-c8a8-4af8-a6cb-e80e74cacc22', 'clearance_import_bulk_without_customs', 'Import bulk documents (without customs)', 'Operation/clearance documents collected after contract execution, by operation, freight type and customs.', 'booking_clearance', '2026-08-04 10:04:29.802713+00', '2026-08-04 10:04:29.802713+00', NULL), ('520ab103-159c-4c87-adfe-32878ede33f5', 'clearance_export_bulk_with_customs', 'Export bulk clearance documents (with customs)', 'Operation/clearance documents collected after contract execution, by operation, freight type and customs.', 'booking_clearance', '2026-08-04 10:04:29.802713+00', '2026-08-04 10:04:29.802713+00', NULL), ('8dd290f8-9ac7-466a-b754-b37ddf75a0d3', 'clearance_export_bulk_without_customs', 'Export bulk documents (without customs)', 'Operation/clearance documents collected after contract execution, by operation, freight type and customs.', 'booking_clearance', '2026-08-04 10:04:29.802713+00', '2026-08-04 10:04:29.802713+00', NULL), ('a017fb18-9c12-41c0-8d18-bff1b7cfd247', 'driver_docs', 'Driver documents', 'Documents uploaded against a driver profile (license, ID, contracts, etc.).', 'driver', '2026-08-04 10:04:29.802713+00', '2026-08-04 10:04:29.802713+00', NULL), ('a59d02bf-f46a-44b8-b5b5-2b88ef3f5116', 'hazardous_documents', 'Hazardous cargo documents', 'Documents required when a one-time contract''s cargo is flagged hazardous.', 'contract_intake', '2026-08-04 10:04:29.802713+00', '2026-08-04 10:04:29.802713+00', NULL), ('318aa395-9f14-4326-92dd-7af2ee960e00', 'intercity_documents', 'Intercity documents', 'Intercity shipment documents — contract-level for ONE_TIME (after both signatures), per booking for GENERAL; reviewed by Operations.', 'booking', '2026-08-04 10:04:29.802713+00', '2026-08-04 10:04:29.802713+00', NULL); -- -- Data for Name: files; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.files VALUES ('cfbc6c70-fc9d-4fd4-81ba-acf07d5d713d', '37f9df6c-95a8-41a6-81fc-4ece3c31a712', 'companies', 'poa_delegation_letter', 'sample (1).pdf', 'https://file.smartoffice.edrsc.com:443/edr-prod/companies/37f9df6c-95a8-41a6-81fc-4ece3c31a712/1786277655116_4ec4a41d_sample_1_.pdf', 18810, 'application/pdf', '2026-08-09 12:14:15.132835+00', '2026-08-09 12:14:15.132835+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, NULL, NULL); -- -- Data for Name: first_mile; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.first_mile VALUES ('14752f25-e0d2-416f-95ab-f310a8b45e3a', 'd1d73d4d-c2c9-4025-af7c-5c2c5327e9f1', 'READY_TO_TRANSIT', 4900.00, 0.00, 18.00, NULL, NULL, '2026-08-09 20:15:36.202428+00', '2026-08-09 20:15:36.202428+00', NULL, true), ('f8e18558-a5ce-4bd4-b14f-d1a28ec31964', '524ef40f-a1ee-401d-8ecb-f1ce9f5374e4', 'READY_TO_TRANSIT', 5500.00, 0.00, 18.00, NULL, NULL, '2026-08-09 20:15:36.202428+00', '2026-08-09 20:15:36.202428+00', NULL, true), ('0bcc4de7-1957-4b98-91ef-87e6949c1fca', 'ec0da804-5163-4f1f-87a7-8a9215159146', 'READY_TO_TRANSIT', 3200.00, 0.00, 18.00, NULL, NULL, '2026-08-09 20:15:36.202428+00', '2026-08-09 20:15:36.202428+00', NULL, true); -- -- Data for Name: first_mile_container_allocations; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: first_mile_vehicle_assignments; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: fleet_events; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: fuel_consumption; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: fuel_purchases; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: gps_devices; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: gps_positions; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: import_customs_finalizations; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: import_djibouti_operations; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.import_djibouti_operations VALUES ('7a3c4300-274b-4cdd-b743-0a2f6c4f93c1', '114535c3-880b-46b3-b6fc-7953a5d0de5b', '{}', NULL, NULL, NULL, '2026-08-09 20:18:31.327952+00', NULL, NULL, NULL, '2026-08-09 20:18:31.327952+00', '2026-08-09 20:18:31.327952+00', NULL); -- -- Data for Name: incidents; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: interchange_document_items; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: interchange_documents; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: invoice_lines; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: invoices; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: last_mile; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.last_mile VALUES ('4b65f06f-1195-4eaf-85b1-fe4b8df63715', '346725c9-6075-4283-a59d-c0cfb58d2e52', 'READY_TO_TRANSIT', 5600.00, 0.00, 22.00, NULL, NULL, '2026-08-09 20:15:36.202428+00', '2026-08-09 20:15:36.202428+00', NULL, true, NULL, NULL, NULL, NULL, '{}', NULL, NULL), ('d732104f-ee3c-482c-8c03-20a7067844d3', 'dc105e51-7acd-4706-a7a0-b77dc4b28059', 'READY_TO_TRANSIT', 6000.00, 0.00, 22.00, NULL, NULL, '2026-08-09 20:15:36.202428+00', '2026-08-09 20:15:36.202428+00', NULL, true, NULL, NULL, NULL, NULL, '{}', NULL, NULL), ('3eea018d-9bf0-4ec6-9bc1-dc20a1fe7818', 'd733c2dd-f5f0-4b88-b675-1447fc30d821', 'READY_TO_TRANSIT', 4500.00, 0.00, 22.00, NULL, NULL, '2026-08-09 20:15:36.202428+00', '2026-08-09 20:15:36.202428+00', NULL, true, NULL, NULL, NULL, NULL, '{}', NULL, NULL); -- -- Data for Name: last_mile_container_allocations; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: last_mile_requests; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.last_mile_requests VALUES ('52d80132-826e-4683-8ec0-18e679fbeddf', '346725c9-6075-4283-a59d-c0cfb58d2e52', '114535c3-880b-46b3-b6fc-7953a5d0de5b', 'APPROVED', '{LMRT1234567}', '2026-08-09 20:20:00.023+00', '0270629a-1eea-43e3-adc4-fe6142d37bb3', '2026-08-09 20:45:49.576+00', 'f1534714-fa4a-4780-a081-05d4c1f6c25f', '2026-08-09 20:46:56.974+00', NULL, '4b65f06f-1195-4eaf-85b1-fe4b8df63715', '2026-08-09 20:20:00.02211+00', '2026-08-09 20:46:56.972191+00', NULL, '2026-08-15', 3500.00, '{"mode": null, "lines": [], "total": null, "currency": null, "estimatedKm": null, "advanceAmount": 3500}', '2026-08-09 20:46:56.974+00', NULL, NULL, NULL); -- -- Data for Name: last_mile_vehicle_assignments; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: last_mile_vehicle_containers; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: locomotives; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.locomotives VALUES ('8e777b5a-2501-40d9-a138-4914d5f13cf9', 'LOCO-025', 'ERF-025', 1750.000, 'AVAILABLE', NULL, '2026-07-17 13:39:46.812+00', '2026-08-07 11:08:06.381337+00', NULL, 'ELECTRIC', 760.000, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', 46.500, 10.000), ('b34a62e0-a4a9-4563-83d6-9e2206b74b10', 'LOCO-026', 'ERF-026', 1750.000, 'AVAILABLE', NULL, '2026-07-17 13:40:34.539+00', '2026-08-07 11:08:34.146585+00', NULL, 'ELECTRIC', 760.000, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', 46.500, 10.000), ('dddc30d3-b60a-4344-bddd-71c9ad91ddec', 'LOCO-027', 'ERF-027', 1750.000, 'AVAILABLE', NULL, '2026-07-17 13:41:42.451+00', '2026-08-07 11:08:54.662291+00', NULL, 'ELECTRIC', 760.000, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', 46.500, 10.000), ('b67b7043-d216-4392-8313-7b43452e612d', 'LOCO-001', 'ERF-001', 1750.000, 'AVAILABLE', NULL, '2026-07-17 09:08:46.44+00', '2026-08-07 11:11:18.931482+00', NULL, 'ELECTRIC', 760.000, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', 46.500, 10.000), ('a752720a-46b5-4746-ad7e-8961479ba86c', 'LOCO-029', 'ERF-029', 1750.000, 'MAINTENANCE', NULL, '2026-07-17 13:44:44.639+00', '2026-08-07 11:13:43.814604+00', NULL, 'ELECTRIC', 760.000, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', 46.500, 10.000), ('18e7df4e-71ec-4928-bb51-d7ad4df6ee85', 'LOCO-021', 'ERF-021', 1750.000, 'AVAILABLE', NULL, '2026-07-17 13:00:54.921+00', '2026-08-07 11:07:06.625588+00', NULL, 'ELECTRIC', 760.000, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', 465.000, 10.000), ('a8142510-249a-491e-903f-1d05abb129f7', 'LOCO-002', 'ERF-002', 1750.000, 'AVAILABLE', NULL, '2026-07-17 09:08:58.583+00', '2026-08-07 11:01:22.208899+00', NULL, 'ELECTRIC', 760.000, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', 93.000, 10.000), ('1e13bf8d-d01e-4438-993d-db77ce5203eb', 'LOCO-003', 'ERF-003', 1750.000, 'AVAILABLE', NULL, '2026-07-17 10:40:10.537+00', '2026-08-07 11:01:34.280629+00', NULL, 'ELECTRIC', 760.000, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', 93.000, 10.000), ('d6907984-bcfb-4408-b823-0fecc284f393', 'LOCO-004', 'ERF-004', 1750.000, 'AVAILABLE', NULL, '2026-07-17 10:40:33.436+00', '2026-08-07 11:01:44.691011+00', NULL, 'ELECTRIC', 760.000, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', 93.000, 10.000), ('fdbb34fd-aa8a-4f55-b32d-c5629a6ae38f', 'LOCO-005', 'ERF-005', 1750.000, 'AVAILABLE', NULL, '2026-07-17 11:11:12.903+00', '2026-08-07 11:01:58.985321+00', NULL, 'ELECTRIC', 760.000, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', 93.000, 10.000), ('884ec005-4ea4-4c9c-86db-7e1617faeeba', 'LOCO-006', 'ERF-006', 1750.000, 'AVAILABLE', NULL, '2026-07-17 11:11:28.008+00', '2026-08-07 11:02:10.446392+00', NULL, 'ELECTRIC', 760.000, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', 93.000, 10.000), ('5eeb26b1-0631-4870-ab4f-352ac49cf8d1', 'LOCO-007', 'ERF-007', 1750.000, 'AVAILABLE', NULL, '2026-07-17 11:31:50.666+00', '2026-08-07 11:02:25.899819+00', NULL, 'ELECTRIC', 760.000, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', 93.000, 10.000), ('87662a07-2c7b-45c5-a4ff-c89fb9bc105c', 'LOCO-008', 'ERF-008', 1750.000, 'AVAILABLE', NULL, '2026-07-17 11:32:15.854+00', '2026-08-07 11:02:41.024042+00', NULL, 'ELECTRIC', 760.000, NULL, NULL, NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', 93.000, 10.000), ('c07ddf04-36c6-468f-a2c6-7fd2732d8782', 'LOCO-009', 'ERF-009', 1750.000, 'AVAILABLE', NULL, '2026-07-17 11:32:25.675+00', '2026-08-07 11:02:51.893978+00', NULL, 'ELECTRIC', 760.000, NULL, NULL, NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', 93.000, 10.000), ('a2fc8e45-ec84-4771-ae60-25d20fda25b1', 'LOCO-010', 'ERF-010', 1750.000, 'AVAILABLE', NULL, '2026-07-17 11:32:34.829+00', '2026-08-07 11:03:17.549299+00', NULL, 'ELECTRIC', 760.000, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', 93.000, 10.000), ('a882b4bd-ef9c-4d0b-bba9-3a3197b1fe4b', 'LOCO-011', 'ERF-011', 1750.000, 'AVAILABLE', NULL, '2026-07-17 11:32:40.778+00', '2026-08-07 11:03:31.795372+00', NULL, 'ELECTRIC', 760.000, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', 93.000, 10.000), ('48a8700a-8c1f-449d-b731-bcb11fc94995', 'LOCO-012', 'ERF-012', 1750.000, 'AVAILABLE', NULL, '2026-07-17 11:33:10.667+00', '2026-08-07 11:03:40.907856+00', NULL, 'ELECTRIC', 760.000, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', 93.000, 10.000), ('ca503969-35b6-40d4-8787-690fd8715dda', 'LOCO-013', 'ERF-013', 1750.000, 'AVAILABLE', NULL, '2026-07-17 11:34:02.086+00', '2026-08-07 11:03:59.252301+00', NULL, 'ELECTRIC', 760.000, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', 93.000, 10.000), ('028d9ac6-7a2f-42c7-9168-6165afacc3ab', 'LOCO-014', 'ERF-014', 1750.000, 'AVAILABLE', NULL, '2026-07-17 11:34:31.921+00', '2026-08-07 11:04:10.060609+00', NULL, 'ELECTRIC', 760.000, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', 93.000, 10.000), ('2dd03327-d9d5-4a08-af02-e59916ccea97', 'LOCO-015', 'ERF-015', 1750.000, 'AVAILABLE', NULL, '2026-07-17 11:34:55.853+00', '2026-08-07 11:04:20.359382+00', NULL, 'ELECTRIC', 760.000, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', 93.000, 10.000), ('1620633d-c8ce-4130-9fb7-80edf1d86641', 'LOCO-016', 'ERF-016', 1750.000, 'AVAILABLE', NULL, '2026-07-17 11:35:35.231+00', '2026-08-07 11:04:30.669375+00', NULL, 'ELECTRIC', 760.000, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', 93.000, 10.000), ('0b48c5d6-0360-49b1-b4c9-433eb1cd1a87', 'LOCO-017', 'ERF-017', 1750.000, 'AVAILABLE', NULL, '2026-07-17 11:37:25.358+00', '2026-08-07 11:04:40.055947+00', NULL, 'ELECTRIC', 760.000, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', 93.000, 10.000), ('22ccb1d9-adfd-4a04-bc37-a6d4bb2ee9b7', 'LOCO-018', 'ERF-018', 1750.000, 'AVAILABLE', NULL, '2026-07-17 11:37:46.651+00', '2026-08-07 11:04:52.578328+00', NULL, 'ELECTRIC', 760.000, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', 93.000, 10.000), ('dd55e3cc-6acf-4f5d-b85e-2c27d3132db9', 'LOCO-019', 'ERF-019', 1750.000, 'AVAILABLE', NULL, '2026-07-17 12:49:06.304+00', '2026-08-07 11:05:49.794033+00', NULL, 'ELECTRIC', 760.000, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', 93.000, 10.000), ('38874f67-9563-438d-b1bb-ed61c6aedc84', 'LOCO-020', 'ERF-020', 1750.000, 'AVAILABLE', NULL, '2026-07-17 12:50:06.544+00', '2026-08-07 11:06:00.483915+00', NULL, 'ELECTRIC', 760.000, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', 93.000, 10.000), ('98d11eea-94bd-4c4a-8897-f17740ea094c', 'LOCO-022', 'ERF-022', 1750.000, 'AVAILABLE', NULL, '2026-07-17 13:27:32.594+00', '2026-08-07 11:06:57.136607+00', NULL, 'ELECTRIC', 760.000, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', 46.500, 10.000), ('5d9e0a41-6b02-4f13-b431-a32bb854261c', 'LOCO-023', 'ERF-023', 1750.000, 'AVAILABLE', NULL, '2026-07-17 13:30:43.108+00', '2026-08-07 11:07:20.916649+00', NULL, 'ELECTRIC', 760.000, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', 46.500, 10.000), ('dc23c9a3-5004-4145-807e-6240b415595e', 'LOCO-024', 'ERF-024', 1750.000, 'AVAILABLE', NULL, '2026-07-17 13:31:19.365+00', '2026-08-07 11:07:37.879341+00', NULL, 'ELECTRIC', 760.000, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', 46.500, 10.000), ('c691c3cc-cfa8-4fb8-b980-ec7e53d213af', 'LOCO-031', 'ERS-031', 1750.000, 'MAINTENANCE', NULL, '2026-07-17 13:46:02.204+00', '2026-08-04 13:18:20.576924+00', NULL, 'ELECTRIC', 760.000, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', 93.000, 10.000), ('479253a8-ab4d-4d1b-8fe3-eece22e08274', 'LOCO-032', 'ERS-032', 1750.000, 'MAINTENANCE', NULL, '2026-07-17 13:46:36.005+00', '2026-08-04 13:18:47.493009+00', NULL, 'ELECTRIC', 760.000, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', 93.000, 10.000), ('d0aa7d9f-18e9-492c-b55d-790f4ce08ff2', 'LOCO-030', 'ERS-030', 1750.000, 'MAINTENANCE', NULL, '2026-07-17 13:45:24.654+00', '2026-08-04 13:19:00.259551+00', NULL, 'ELECTRIC', 760.000, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', 93.000, 10.000), ('40a7b5a3-c107-4288-ba73-70ca9a735972', 'LOCO-028', 'ERF-028', 1750.000, 'AVAILABLE', NULL, '2026-07-17 13:44:17.682+00', '2026-08-07 20:02:32.538854+00', NULL, 'ELECTRIC', 760.000, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', 46.500, 10.000); -- -- Data for Name: maintenance_costs; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: maintenance_intervals; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: maintenance_schedules; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: migrations; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.migrations VALUES (300, 3250000000000, 'FreightBaseline3250000000000'), (301, 3260000000000, 'InvoicePaymentProcessingStatus3260000000000'), (302, 3250000000000, 'CreateLastMileRequests3250000000000'), (303, 3270000000000, 'YardGpsLocation3270000000000'), (304, 3280000000000, 'LastMileRateBands3280000000000'), (305, 3290000000000, 'LastMileRequestContract3290000000000'), (306, 3300000000000, 'BookingWagonCancellations3300000000000'), (307, 3310000000000, 'WagonStatusLogs3310000000000'), (308, 3320000000000, 'BulkContractTemplates3320000000000'), (309, 3330000000000, 'EimsInvoiceRegistration3330000000000'), (310, 3340000000000, 'EimsDocumentNumberSequence3340000000000'), (311, 3350000000000, 'SupportContent3350000000000'), (312, 3360000000000, 'SupportHelpSections3360000000000'), (313, 3370000000000, 'SupportHelpInlineMedia3370000000000'), (314, 3370000000000, 'BookingExportHandoverMode3370000000000'); -- -- Data for Name: notifications; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.notifications VALUES ('1a42f47f-09c5-4a8f-83c4-a478216c2f1a', '0326574c-f81e-45b4-8b4f-cf578fa161dc', 'BACKOFFICE', 'SCHEDULE_UPDATE', 'Last-mile confirmation expected', 'train LMR-TEST-01 carrying booking PAID-IMP-001 has departed Djibouti — awaiting the customer''s last-mile confirmation.', '/dashboard/operations/last-mile?tab=requests', '{"bookingId": "346725c9-6075-4283-a59d-c0cfb58d2e52", "requestId": "52d80132-826e-4683-8ec0-18e679fbeddf"}', 'HIGH', false, NULL, '{"email": true}', '2026-08-09 20:20:00.040406+00', '2026-08-09 20:20:00.054716+00', NULL), ('6fafe0f4-fcc1-4e6f-8e8a-ce0ac2690e60', 'aaa04914-b7ee-47b3-9c63-4324046a26bd', 'BACKOFFICE', 'SCHEDULE_UPDATE', 'Last-mile confirmation expected', 'train LMR-TEST-01 carrying booking PAID-IMP-001 has departed Djibouti — awaiting the customer''s last-mile confirmation.', '/dashboard/operations/last-mile?tab=requests', '{"bookingId": "346725c9-6075-4283-a59d-c0cfb58d2e52", "requestId": "52d80132-826e-4683-8ec0-18e679fbeddf"}', 'HIGH', false, NULL, '{"sms": true, "email": true}', '2026-08-09 20:20:00.057377+00', '2026-08-09 20:20:00.07081+00', NULL), ('bdb3000c-87fa-4923-8b96-bb73a36c1495', '16357eab-47bd-4599-b048-53fc34f5462f', 'BACKOFFICE', 'SCHEDULE_UPDATE', 'Last-mile confirmation expected', 'train LMR-TEST-01 carrying booking PAID-IMP-001 has departed Djibouti — awaiting the customer''s last-mile confirmation.', '/dashboard/operations/last-mile?tab=requests', '{"bookingId": "346725c9-6075-4283-a59d-c0cfb58d2e52", "requestId": "52d80132-826e-4683-8ec0-18e679fbeddf"}', 'HIGH', false, NULL, '{"sms": true, "email": true}', '2026-08-09 20:20:00.076129+00', '2026-08-09 20:20:00.087579+00', NULL), ('5a818934-c214-4490-9f07-5e5661445c2c', 'f1534714-fa4a-4780-a081-05d4c1f6c25f', 'BACKOFFICE', 'SCHEDULE_UPDATE', 'Last-mile confirmation expected', 'train LMR-TEST-01 carrying booking PAID-IMP-001 has departed Djibouti — awaiting the customer''s last-mile confirmation.', '/dashboard/operations/last-mile?tab=requests', '{"bookingId": "346725c9-6075-4283-a59d-c0cfb58d2e52", "requestId": "52d80132-826e-4683-8ec0-18e679fbeddf"}', 'HIGH', false, NULL, '{"email": true}', '2026-08-09 20:20:00.090851+00', '2026-08-09 20:20:00.101123+00', NULL), ('6c9438cb-1c7f-4a00-8695-f283ad7b86cf', '3d3bf567-82de-46a3-9214-a1cd0621d2ee', 'BACKOFFICE', 'SCHEDULE_UPDATE', 'Last-mile confirmation expected', 'train LMR-TEST-01 carrying booking PAID-IMP-001 has departed Djibouti — awaiting the customer''s last-mile confirmation.', '/dashboard/operations/last-mile?tab=requests', '{"bookingId": "346725c9-6075-4283-a59d-c0cfb58d2e52", "requestId": "52d80132-826e-4683-8ec0-18e679fbeddf"}', 'HIGH', false, NULL, '{"sms": true, "email": true}', '2026-08-09 20:20:00.105244+00', '2026-08-09 20:20:00.119322+00', NULL), ('6732565f-8dae-4821-8844-7690999b2a57', 'ed741a64-6aa1-4bbd-bff7-1d1d143aac1c', 'BACKOFFICE', 'SCHEDULE_UPDATE', 'Last-mile confirmation expected', 'train LMR-TEST-01 carrying booking PAID-IMP-001 has departed Djibouti — awaiting the customer''s last-mile confirmation.', '/dashboard/operations/last-mile?tab=requests', '{"bookingId": "346725c9-6075-4283-a59d-c0cfb58d2e52", "requestId": "52d80132-826e-4683-8ec0-18e679fbeddf"}', 'HIGH', false, NULL, '{"sms": true, "email": true}', '2026-08-09 20:20:00.123918+00', '2026-08-09 20:20:00.138757+00', NULL), ('50b6a6ab-5bc1-4e84-8666-5b8ca29f4fb3', '66bba880-b46b-425e-a8c6-463ed61f725f', 'BACKOFFICE', 'SCHEDULE_UPDATE', 'Last-mile confirmation expected', 'train LMR-TEST-01 carrying booking PAID-IMP-001 has departed Djibouti — awaiting the customer''s last-mile confirmation.', '/dashboard/operations/last-mile?tab=requests', '{"bookingId": "346725c9-6075-4283-a59d-c0cfb58d2e52", "requestId": "52d80132-826e-4683-8ec0-18e679fbeddf"}', 'HIGH', false, NULL, '{"email": true}', '2026-08-09 20:20:00.14304+00', '2026-08-09 20:20:00.155759+00', NULL), ('feb08ee2-6d6a-4d13-8c9b-2eb55d11067c', '0326574c-f81e-45b4-8b4f-cf578fa161dc', 'BACKOFFICE', 'REQUEST_SUBMITTED', 'Last-mile request ready for review', 'Booking PAID-IMP-001 confirmed 1 container(s) for EDR last-mile.', '/dashboard/operations/last-mile?tab=requests', '{"bookingId": "346725c9-6075-4283-a59d-c0cfb58d2e52", "requestId": "52d80132-826e-4683-8ec0-18e679fbeddf"}', 'NORMAL', false, NULL, NULL, '2026-08-09 20:45:49.585522+00', '2026-08-09 20:45:49.585522+00', NULL), ('b90458ca-a530-49bf-9a6b-387557f8434b', 'aaa04914-b7ee-47b3-9c63-4324046a26bd', 'BACKOFFICE', 'REQUEST_SUBMITTED', 'Last-mile request ready for review', 'Booking PAID-IMP-001 confirmed 1 container(s) for EDR last-mile.', '/dashboard/operations/last-mile?tab=requests', '{"bookingId": "346725c9-6075-4283-a59d-c0cfb58d2e52", "requestId": "52d80132-826e-4683-8ec0-18e679fbeddf"}', 'NORMAL', false, NULL, NULL, '2026-08-09 20:45:49.592451+00', '2026-08-09 20:45:49.592451+00', NULL), ('7383758e-4d74-432c-ab61-ee792e98e4b5', '16357eab-47bd-4599-b048-53fc34f5462f', 'BACKOFFICE', 'REQUEST_SUBMITTED', 'Last-mile request ready for review', 'Booking PAID-IMP-001 confirmed 1 container(s) for EDR last-mile.', '/dashboard/operations/last-mile?tab=requests', '{"bookingId": "346725c9-6075-4283-a59d-c0cfb58d2e52", "requestId": "52d80132-826e-4683-8ec0-18e679fbeddf"}', 'NORMAL', false, NULL, NULL, '2026-08-09 20:45:49.600261+00', '2026-08-09 20:45:49.600261+00', NULL), ('afe68ab8-64b0-4214-88d9-107a374ab595', 'f1534714-fa4a-4780-a081-05d4c1f6c25f', 'BACKOFFICE', 'REQUEST_SUBMITTED', 'Last-mile request ready for review', 'Booking PAID-IMP-001 confirmed 1 container(s) for EDR last-mile.', '/dashboard/operations/last-mile?tab=requests', '{"bookingId": "346725c9-6075-4283-a59d-c0cfb58d2e52", "requestId": "52d80132-826e-4683-8ec0-18e679fbeddf"}', 'NORMAL', false, NULL, NULL, '2026-08-09 20:45:49.604792+00', '2026-08-09 20:45:49.604792+00', NULL), ('d42118c8-7cf0-4cad-8e2f-483d412c4247', '3d3bf567-82de-46a3-9214-a1cd0621d2ee', 'BACKOFFICE', 'REQUEST_SUBMITTED', 'Last-mile request ready for review', 'Booking PAID-IMP-001 confirmed 1 container(s) for EDR last-mile.', '/dashboard/operations/last-mile?tab=requests', '{"bookingId": "346725c9-6075-4283-a59d-c0cfb58d2e52", "requestId": "52d80132-826e-4683-8ec0-18e679fbeddf"}', 'NORMAL', false, NULL, NULL, '2026-08-09 20:45:49.609172+00', '2026-08-09 20:45:49.609172+00', NULL), ('4dbb4a7c-e820-44fa-b260-6dc2a7f66995', 'ed741a64-6aa1-4bbd-bff7-1d1d143aac1c', 'BACKOFFICE', 'REQUEST_SUBMITTED', 'Last-mile request ready for review', 'Booking PAID-IMP-001 confirmed 1 container(s) for EDR last-mile.', '/dashboard/operations/last-mile?tab=requests', '{"bookingId": "346725c9-6075-4283-a59d-c0cfb58d2e52", "requestId": "52d80132-826e-4683-8ec0-18e679fbeddf"}', 'NORMAL', false, NULL, NULL, '2026-08-09 20:45:49.613467+00', '2026-08-09 20:45:49.613467+00', NULL), ('2fd0b2ae-828d-4228-b86f-5d69d2295bea', '66bba880-b46b-425e-a8c6-463ed61f725f', 'BACKOFFICE', 'REQUEST_SUBMITTED', 'Last-mile request ready for review', 'Booking PAID-IMP-001 confirmed 1 container(s) for EDR last-mile.', '/dashboard/operations/last-mile?tab=requests', '{"bookingId": "346725c9-6075-4283-a59d-c0cfb58d2e52", "requestId": "52d80132-826e-4683-8ec0-18e679fbeddf"}', 'NORMAL', false, NULL, NULL, '2026-08-09 20:45:49.617206+00', '2026-08-09 20:45:49.617206+00', NULL); -- -- Data for Name: otp_verifications; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: parts; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: payment_refunds; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: payment_webhook_events; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: payments; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: priority_configs; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.priority_configs VALUES ('1d0bf65b-24d0-44c9-9274-9f7545580944', 'CUSTOMS', 'With customs 1–10 wagons', NULL, 1, 10, 7, true, 1, '2026-07-27 11:32:03.224028+00', '2026-07-27 11:32:03.224028+00', NULL), ('55623761-0614-4f5f-9f4f-b66bd386f24d', 'WAGON', '1784277238848', NULL, 1, 4, 5, true, 3, '2026-07-17 08:34:02.653+00', '2026-07-17 08:34:02.653+00', NULL), ('db61041d-6294-4400-b2a2-a02d8e392c37', 'WAGON', '1784277274795', NULL, 5, 10, 7, true, 4, '2026-07-17 08:34:35.43+00', '2026-07-17 08:34:35.43+00', NULL), ('c5e33432-4c8e-4be8-83b9-68452c7bc672', 'WAGON', '1784277311022', NULL, 11, 15, 10, true, 5, '2026-07-17 08:35:11.976+00', '2026-07-17 08:35:11.976+00', NULL), ('98e63b88-a9cc-46c2-85fe-01cdfdf1c5ec', 'WAGON', '1784277346036', NULL, 16, 20, 12, true, 6, '2026-07-17 08:35:46.904+00', '2026-07-17 08:35:46.904+00', NULL), ('14d40ef2-a97f-4003-86c3-dc569e127855', 'WAGON', '1784277392144', NULL, 21, 30, 15, true, 7, '2026-07-17 08:36:32.835+00', '2026-07-17 08:36:32.835+00', NULL), ('b392b2f7-6c7c-4449-91e3-2e81b72314fc', 'WAGON', '1784277437088', NULL, 31, 40, 30, true, 8, '2026-07-17 08:37:18.01+00', '2026-07-17 08:37:18.01+00', NULL), ('6cd1e9e9-8c03-40dc-92f3-a3bfe5a63b4c', 'CURRENCY', '1784277766313', 'USD', 1, 25, 17, true, 10, '2026-07-17 08:42:47.741+00', '2026-07-17 08:42:47.741+00', NULL), ('985c2e4d-1d01-4634-9aec-57105367efe0', 'WAGON', '1784277554742', NULL, 41, 54, 50, true, 9, '2026-07-17 08:39:20.59+00', '2026-07-18 05:34:17.075+00', NULL), ('5aa6cb93-39f5-4954-ae5a-c9257951addd', 'CURRENCY', '1784278089451', 'USD', 26, 54, 35, true, 11, '2026-07-17 08:48:11.061+00', '2026-07-18 05:35:33.992+00', NULL), ('89f6ecdb-09d5-471c-847a-2411c3c622f8', 'CUSTOMS', 'With customs 11–53 wagons', NULL, 11, 54, 15, true, 2, '2026-07-27 11:32:03.224028+00', '2026-08-04 07:47:39.081638+00', NULL); -- -- Data for Name: priority_rule_change_requests; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.priority_rule_change_requests VALUES ('200988a4-907a-4117-b5ff-7ee08c1a6d57', 'UPDATE', '89f6ecdb-09d5-471c-847a-2411c3c622f8', '{"type": "CUSTOMS", "label": "With customs 11–53 wagons", "isActive": true, "scorePoints": 15, "maxWagonCount": 54, "minWagonCount": 11}', 'APPROVED', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-04 07:47:39.082+00', NULL, '2026-08-04 07:47:33.389467+00', '2026-08-04 07:47:39.085002+00', NULL); -- -- Data for Name: priority_rules; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: rate_change_requests; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: rates; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.rates VALUES ('eaa9bb9f-54eb-4d1e-a59e-c81981aec213', 'CONTAINER_IMPORT', '77cf24ec-e74b-4bdb-b1cc-6f336379cc58', 'IMPORT', 'USD', 845.0000, 'PER_CONTAINER', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 17:00:57.82+00', '2026-08-05 11:30:04.445362+00', '2026-08-05 17:00:57.820623+00', NULL, 'CONTAINER', 'ALWAYS', NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', NULL, NULL), ('d4066936-06a9-44e8-8d5c-884ff651e174', 'CONTAINER_IMPORT', '77cf24ec-e74b-4bdb-b1cc-6f336379cc58', 'IMPORT', 'USD', 753.5000, 'PER_CONTAINER', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 17:00:49.627+00', '2026-08-05 11:31:16.406767+00', '2026-08-05 17:00:49.628175+00', NULL, 'CONTAINER', 'ALWAYS', NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', NULL, NULL), ('173ab9ac-9dad-474f-98b3-16129fe7df58', 'CONTAINER_IMPORT', '349072e7-8a90-4c03-b682-08976abfd7e8', 'IMPORT', 'USD', 1507.0000, 'PER_CONTAINER', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 17:00:55.444+00', '2026-08-05 11:30:38.084249+00', '2026-08-05 17:00:55.444438+00', NULL, 'CONTAINER', 'ALWAYS', NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', NULL, NULL), ('7655da1f-51dc-48c3-b1f7-b32e0847e004', 'RETURN_SURCHARGE', '77cf24ec-e74b-4bdb-b1cc-6f336379cc58', 'IMPORT', 'USD', 108.5000, 'PER_CONTAINER', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 17:00:01.843+00', '2026-08-05 11:58:37.632036+00', '2026-08-05 17:00:01.843767+00', NULL, 'OTHER', 'WITH_RETURN', NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', NULL, NULL), ('cef5e799-c0a7-4810-acfc-3ba8cfafd0b9', 'RETURN_SURCHARGE', '77cf24ec-e74b-4bdb-b1cc-6f336379cc58', 'IMPORT', 'USD', 127.0000, 'PER_CONTAINER', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 17:00:08.388+00', '2026-08-05 11:55:45.087401+00', '2026-08-05 17:00:08.388788+00', NULL, 'OTHER', 'WITH_RETURN', NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', NULL, NULL), ('b6461912-f6ce-4407-9660-d0e5c31dca9b', 'RETURN_SURCHARGE', '349072e7-8a90-4c03-b682-08976abfd7e8', 'IMPORT', 'USD', 240.0000, 'PER_CONTAINER', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 17:00:13.802+00', '2026-08-05 11:53:39.1735+00', '2026-08-05 17:00:13.802488+00', NULL, 'OTHER', 'WITH_RETURN', NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', NULL, NULL), ('768572e3-0b34-48f6-b476-a1cf8bf659f5', 'CONTAINER_EXPORT', '77cf24ec-e74b-4bdb-b1cc-6f336379cc58', 'EXPORT', 'USD', 422.5000, 'PER_CONTAINER', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 17:00:16.181+00', '2026-08-05 11:48:41.298291+00', '2026-08-05 17:00:16.181439+00', NULL, 'CONTAINER', 'ALWAYS', NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', NULL, NULL), ('261c3464-1db0-433b-ae02-8ed584d88fa1', 'CONTAINER_IMPORT', '77cf24ec-e74b-4bdb-b1cc-6f336379cc58', 'IMPORT', 'USD', 401.0000, 'PER_CONTAINER', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 17:00:21.284+00', '2026-08-05 11:46:59.934116+00', '2026-08-05 17:00:21.285064+00', NULL, 'CONTAINER', 'ALWAYS', NULL, '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', 'f7b1686f-d43e-42aa-bc6a-d3d5849296c9', NULL, NULL), ('5ddf51ce-191b-46af-ac4c-f6dbaf6f4bb4', 'CONTAINER_IMPORT', '349072e7-8a90-4c03-b682-08976abfd7e8', 'IMPORT', 'USD', 784.0000, 'PER_CONTAINER', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 17:00:25.882+00', '2026-08-05 11:46:25.676389+00', '2026-08-05 17:00:25.882702+00', NULL, 'CONTAINER', 'ALWAYS', NULL, '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', 'f7b1686f-d43e-42aa-bc6a-d3d5849296c9', NULL, NULL), ('4a8c6ff1-0b63-4e9d-9c8b-add7971397c1', 'CONTAINER_EXPORT', '77cf24ec-e74b-4bdb-b1cc-6f336379cc58', 'EXPORT', 'USD', 169.0000, 'PER_CONTAINER', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 17:00:28.178+00', '2026-08-05 11:44:55.14852+00', '2026-08-05 17:00:28.179031+00', NULL, 'CONTAINER', 'ALWAYS', NULL, 'f7b1686f-d43e-42aa-bc6a-d3d5849296c9', 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('d3ccfc65-5f54-498b-98e7-26e2a2ba6a15', 'CONTAINER_EXPORT', '77cf24ec-e74b-4bdb-b1cc-6f336379cc58', 'EXPORT', 'USD', 362.5000, 'PER_CONTAINER', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 17:00:32.026+00', '2026-08-05 11:41:00.797236+00', '2026-08-05 17:00:32.026662+00', NULL, 'CONTAINER', 'ALWAYS', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('7d5644e8-a87a-444a-a98a-250a00c6599b', 'CONTAINER_EXPORT', '349072e7-8a90-4c03-b682-08976abfd7e8', 'EXPORT', 'USD', 338.0000, 'PER_CONTAINER', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 17:00:33.27+00', '2026-08-05 11:41:40.439308+00', '2026-08-05 17:00:33.270849+00', NULL, 'CONTAINER', 'ALWAYS', NULL, 'f7b1686f-d43e-42aa-bc6a-d3d5849296c9', 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('b06173b7-3fc8-48f4-ac97-0382335d52f7', 'CONTAINER_EXPORT', '77cf24ec-e74b-4bdb-b1cc-6f336379cc58', 'EXPORT', 'USD', 417.0000, 'PER_CONTAINER', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 17:00:38.039+00', '2026-08-05 11:40:00.071666+00', '2026-08-05 17:00:38.039567+00', NULL, 'CONTAINER', 'ALWAYS', NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('b3051840-0f40-4d6d-9324-05eae45ffa6d', 'CONTAINER_EXPORT', '349072e7-8a90-4c03-b682-08976abfd7e8', 'EXPORT', 'USD', 819.0000, 'PER_CONTAINER', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 17:00:40.994+00', '2026-08-05 11:39:31.511351+00', '2026-08-05 17:00:40.994702+00', NULL, 'CONTAINER', 'ALWAYS', NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('f4478ee7-8ec6-45ab-bf81-27436f867ee6', 'CONTAINER_EXPORT', '349072e7-8a90-4c03-b682-08976abfd7e8', 'EXPORT', 'USD', 830.0000, 'PER_CONTAINER', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 17:00:18.849+00', '2026-08-05 11:47:31.026479+00', '2026-08-07 16:21:21.936406+00', NULL, 'CONTAINER', 'ALWAYS', NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', NULL, NULL), ('84a9d3f8-4c10-4721-a2ad-6fe100991a36', 'BULK_IMPORT', NULL, 'IMPORT', 'USD', 39.0000, 'PER_TON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:58:53.484+00', '2026-08-05 12:54:02.253281+00', '2026-08-05 16:58:53.484339+00', NULL, 'BULK', 'ALWAYS', '654618d6-a380-4e4c-aa60-2bb1c299066a', '2187ac77-1d23-4f6c-ada8-e12c9bacd88c', 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', NULL, NULL), ('35b75ebc-5b8d-4854-9b1c-ae371d7f95b8', 'BULK_IMPORT', NULL, 'IMPORT', 'USD', 38.1000, 'PER_TON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:58:56.217+00', '2026-08-05 12:53:43.309533+00', '2026-08-05 16:58:56.217864+00', NULL, 'BULK', 'ALWAYS', '654618d6-a380-4e4c-aa60-2bb1c299066a', '2187ac77-1d23-4f6c-ada8-e12c9bacd88c', '23fda607-6cc6-4923-b05b-56b7adb1626b', NULL, NULL), ('576dd27c-e244-4fe5-bef0-baddf1f82574', 'BULK_IMPORT', NULL, 'IMPORT', 'USD', 42.6000, 'PER_TON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:59:02.034+00', '2026-08-05 12:53:20.494759+00', '2026-08-05 16:59:02.035111+00', NULL, 'BULK', 'ALWAYS', '654618d6-a380-4e4c-aa60-2bb1c299066a', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', NULL, NULL), ('4c27adbc-4bec-4d7b-8c27-e8fe84509346', 'BULK_IMPORT', NULL, 'IMPORT', 'USD', 40.0000, 'PER_TON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:59:04.355+00', '2026-08-05 12:52:59.542922+00', '2026-08-05 16:59:04.355631+00', NULL, 'BULK', 'ALWAYS', '654618d6-a380-4e4c-aa60-2bb1c299066a', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', NULL, NULL), ('2b917ac8-da8e-4312-9acb-672c5bcd5316', 'BULK_IMPORT', NULL, 'IMPORT', 'USD', 43.0000, 'PER_TON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:59:08.706+00', '2026-08-05 12:52:03.342591+00', '2026-08-05 16:59:08.706856+00', NULL, 'BULK', 'ALWAYS', 'eb5f5443-5801-48d1-8bb8-7494645c5e10', '2187ac77-1d23-4f6c-ada8-e12c9bacd88c', '23fda607-6cc6-4923-b05b-56b7adb1626b', NULL, NULL), ('f1eabb0b-14d8-42d0-9af7-5098648cb147', 'BULK_IMPORT', NULL, 'IMPORT', 'USD', 43.5000, 'PER_TON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:59:11.2+00', '2026-08-05 12:51:42.976818+00', '2026-08-05 16:59:11.200785+00', NULL, 'BULK', 'ALWAYS', 'eb5f5443-5801-48d1-8bb8-7494645c5e10', '2187ac77-1d23-4f6c-ada8-e12c9bacd88c', 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', NULL, NULL), ('86268882-94e3-4d2c-8842-ffc490fa6d6d', 'BULK_IMPORT', NULL, 'IMPORT', 'USD', 47.1600, 'PER_TON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:59:13.61+00', '2026-08-05 12:51:20.559059+00', '2026-08-05 16:59:13.610997+00', NULL, 'BULK', 'ALWAYS', 'eb5f5443-5801-48d1-8bb8-7494645c5e10', '2187ac77-1d23-4f6c-ada8-e12c9bacd88c', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', NULL, NULL), ('52b3cb56-164b-4b7b-a8c4-2c0140c81512', 'BULK_IMPORT', NULL, 'IMPORT', 'USD', 47.7600, 'PER_TON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:59:16.393+00', '2026-08-05 12:50:44.479822+00', '2026-08-05 16:59:16.393598+00', NULL, 'BULK', 'ALWAYS', 'eb5f5443-5801-48d1-8bb8-7494645c5e10', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', NULL, NULL), ('922d4a0d-b4c7-40cf-8c5e-990c0159e273', 'BULK_IMPORT', NULL, 'IMPORT', 'USD', 44.7500, 'PER_TON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:59:18.935+00', '2026-08-05 12:50:23.641904+00', '2026-08-05 16:59:18.936162+00', NULL, 'BULK', 'ALWAYS', 'eb5f5443-5801-48d1-8bb8-7494645c5e10', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', NULL, NULL), ('f89402f0-c8ba-4eee-91dd-01dd79899a8e', 'BULK_IMPORT', NULL, 'IMPORT', 'USD', 42.8500, 'PER_TON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:59:22.178+00', '2026-08-05 12:50:01.203144+00', '2026-08-05 16:59:22.178644+00', NULL, 'BULK', 'ALWAYS', 'eb5f5443-5801-48d1-8bb8-7494645c5e10', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', '23fda607-6cc6-4923-b05b-56b7adb1626b', NULL, NULL), ('357d4864-9fb9-4191-ba81-e3473285430d', 'INTERCITY_BULK', NULL, NULL, 'USD', 1166.0000, 'PER_WAGON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:59:31.608+00', '2026-08-05 12:42:29.812388+00', '2026-08-05 16:59:31.609193+00', NULL, 'INTERCITY', 'ALWAYS', 'a5991d3a-d690-4b7e-98fd-ea3333aa16e7', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', 'f7b1686f-d43e-42aa-bc6a-d3d5849296c9', NULL, NULL), ('5e2a8bbc-e24b-453d-9e68-536078defdd5', 'INTERCITY_BULK', NULL, NULL, 'USD', 1605.0000, 'PER_WAGON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:59:33.846+00', '2026-08-05 12:41:30.63642+00', '2026-08-05 16:59:33.847137+00', NULL, 'INTERCITY', 'ALWAYS', '9462ef16-5609-4d5c-8f0d-d0acdb0f8b06', 'f7b1686f-d43e-42aa-bc6a-d3d5849296c9', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', NULL, NULL), ('4255cc89-9319-4826-a4a0-b4fc771a8b2e', 'INTERCITY_BULK', NULL, NULL, 'USD', 1297.0000, 'PER_WAGON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:59:36.085+00', '2026-08-05 12:14:06.495107+00', '2026-08-05 16:59:36.085453+00', NULL, 'INTERCITY', 'ALWAYS', 'bc9989ca-878c-43a7-ad2b-2a6c7899c956', 'f7b1686f-d43e-42aa-bc6a-d3d5849296c9', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', NULL, NULL), ('9557462b-e752-4410-9070-5be72367c8ae', 'BULK_EXPORT', NULL, 'EXPORT', 'USD', 696.0000, 'PER_WAGON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:59:38.257+00', '2026-08-05 12:12:42.008942+00', '2026-08-05 16:59:38.257483+00', NULL, 'BULK', 'ALWAYS', 'd700fe89-18f4-40ce-860a-7c6b17966929', '23fda607-6cc6-4923-b05b-56b7adb1626b', '2187ac77-1d23-4f6c-ada8-e12c9bacd88c', NULL, NULL), ('b85c0878-b4ae-4661-9279-31fd0ab68cf9', 'RETURN_SURCHARGE', '77cf24ec-e74b-4bdb-b1cc-6f336379cc58', 'IMPORT', 'USD', 91.0000, 'PER_CONTAINER', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:59:40.557+00', '2026-08-05 12:07:10.387+00', '2026-08-05 16:59:40.558121+00', NULL, 'OTHER', 'WITH_RETURN', NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', 'f7b1686f-d43e-42aa-bc6a-d3d5849296c9', NULL, NULL), ('fd5e8c6b-5569-4918-8673-6b18e09458ae', 'RETURN_SURCHARGE', '349072e7-8a90-4c03-b682-08976abfd7e8', 'IMPORT', 'USD', 176.0000, 'PER_CONTAINER', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:59:44.191+00', '2026-08-05 12:04:23.98986+00', '2026-08-05 16:59:44.191937+00', NULL, 'OTHER', 'WITH_RETURN', NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', 'f7b1686f-d43e-42aa-bc6a-d3d5849296c9', NULL, NULL), ('9a9d504e-7fc8-4eb2-8a76-e2a3436cf8b5', 'RETURN_SURCHARGE', '349072e7-8a90-4c03-b682-08976abfd7e8', 'IMPORT', 'USD', 240.0000, 'PER_CONTAINER', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:59:49.006+00', '2026-08-05 12:03:03.414831+00', '2026-08-05 16:59:49.00659+00', NULL, 'OTHER', 'WITH_RETURN', NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '1e2fa308-c9eb-4480-840c-e486b1d98029', NULL, NULL), ('1d04e928-6d3d-49a1-bdf1-2967670eda49', 'CONTAINER_EXPORT', '77cf24ec-e74b-4bdb-b1cc-6f336379cc58', 'EXPORT', 'USD', 435.5000, 'PER_CONTAINER', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:59:51.279+00', '2026-08-05 12:01:12.797102+00', '2026-08-05 16:59:51.280133+00', NULL, 'CONTAINER', 'ALWAYS', NULL, '1e2fa308-c9eb-4480-840c-e486b1d98029', 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('789e418d-6c14-464d-9368-d7dc5e508e89', 'CONTAINER_EXPORT', '349072e7-8a90-4c03-b682-08976abfd7e8', 'EXPORT', 'USD', 856.0000, 'PER_CONTAINER', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:59:55.022+00', '2026-08-05 12:00:39.260862+00', '2026-08-05 16:59:55.022426+00', NULL, 'CONTAINER', 'ALWAYS', NULL, '1e2fa308-c9eb-4480-840c-e486b1d98029', 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('734d679c-9f1f-4f0c-82f1-25132cfb9171', 'CONTAINER_IMPORT', '77cf24ec-e74b-4bdb-b1cc-6f336379cc58', 'IMPORT', 'USD', 883.5000, 'PER_CONTAINER', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:59:57.237+00', '2026-08-05 11:59:39.568807+00', '2026-08-05 16:59:57.238128+00', NULL, 'CONTAINER', 'ALWAYS', NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '1e2fa308-c9eb-4480-840c-e486b1d98029', NULL, NULL), ('a57820e6-821a-4e43-9c7a-3f9b7a459979', 'CONTAINER_IMPORT', '349072e7-8a90-4c03-b682-08976abfd7e8', 'IMPORT', 'USD', 1753.0000, 'PER_CONTAINER', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:59:59.197+00', '2026-08-05 11:59:13.248122+00', '2026-08-05 16:59:59.197879+00', NULL, 'CONTAINER', 'ALWAYS', NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '1e2fa308-c9eb-4480-840c-e486b1d98029', NULL, NULL), ('b73f5cbf-a08d-40f5-863f-04a9e99682b5', 'RETURN_SURCHARGE', '349072e7-8a90-4c03-b682-08976abfd7e8', 'IMPORT', 'USD', 207.0000, 'PER_CONTAINER', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 17:00:04.96+00', '2026-08-05 11:57:44.833563+00', '2026-08-05 17:00:04.960851+00', NULL, 'OTHER', 'WITH_RETURN', NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', NULL, NULL), ('454f5e4f-44d6-4da6-8e57-5d42d3777862', 'LASHING', NULL, 'IMPORT', 'USD', 200.0000, 'PER_WAGON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 13:49:23.999+00', '2026-08-05 13:37:19.965186+00', '2026-08-05 13:49:23.99961+00', NULL, 'OTHER', 'LASHING', '8291ccc3-0dd9-4d78-aa44-284d028a19ce', NULL, NULL, NULL, NULL), ('99ec256a-2ce0-4a77-8219-73bef28d3551', 'CUSTOMS_CLEARANCE', NULL, 'IMPORT', 'USD', 20.0000, 'PER_TON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 13:50:14.997+00', '2026-08-05 13:34:31.710232+00', '2026-08-05 13:50:14.998153+00', NULL, 'OTHER', 'CUSTOMS_CLEARANCE', '8291ccc3-0dd9-4d78-aa44-284d028a19ce', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', NULL, NULL), ('7f9c0ad0-e7ba-4f64-809b-be20be8180c3', 'CUSTOMS_CLEARANCE', NULL, 'IMPORT', 'USD', 2600.0000, 'PER_ITEM', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:56:36.443+00', '2026-08-05 13:33:22.661381+00', '2026-08-05 16:56:36.44417+00', NULL, 'OTHER', 'CUSTOMS_CLEARANCE', '28bc4d22-5bc5-4917-b1af-bb08d28f2a05', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', NULL, NULL), ('92025b1b-963d-47ad-88cb-d0e6bb661533', 'CUSTOMS_CLEARANCE', '77cf24ec-e74b-4bdb-b1cc-6f336379cc58', 'EXPORT', 'USD', 389.0000, 'PER_CONTAINER', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:56:40.683+00', '2026-08-05 13:32:20.888202+00', '2026-08-05 16:56:40.683295+00', NULL, 'OTHER', 'CUSTOMS_CLEARANCE', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('6461a106-3e1b-48c3-82e2-602c6391d280', 'CUSTOMS_CLEARANCE', '349072e7-8a90-4c03-b682-08976abfd7e8', 'EXPORT', 'USD', 569.0000, 'PER_CONTAINER', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:56:43.405+00', '2026-08-05 13:31:42.112267+00', '2026-08-05 16:56:43.405407+00', NULL, 'OTHER', 'CUSTOMS_CLEARANCE', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('1f1c4739-5188-442d-9956-36d82b8e11f5', 'CUSTOMS_CLEARANCE', '77cf24ec-e74b-4bdb-b1cc-6f336379cc58', 'EXPORT', 'USD', 349.0000, 'PER_CONTAINER', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:56:46.232+00', '2026-08-05 13:31:06.597308+00', '2026-08-05 16:56:46.232493+00', NULL, 'OTHER', 'CUSTOMS_CLEARANCE', NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('682d921f-8ef3-4f71-a916-0c8d4edfd74f', 'CUSTOMS_CLEARANCE', '349072e7-8a90-4c03-b682-08976abfd7e8', 'EXPORT', 'USD', 540.0000, 'PER_CONTAINER', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:56:48.57+00', '2026-08-05 13:30:18.375767+00', '2026-08-05 16:56:48.571156+00', NULL, 'OTHER', 'CUSTOMS_CLEARANCE', NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('816f2328-b28b-4261-a549-c393434bfc7a', 'CUSTOMS_CLEARANCE', '77cf24ec-e74b-4bdb-b1cc-6f336379cc58', 'IMPORT', 'USD', 703.0000, 'PER_CONTAINER', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:56:51.659+00', '2026-08-05 13:28:34.606658+00', '2026-08-05 16:56:51.659575+00', NULL, 'OTHER', 'CUSTOMS_CLEARANCE', NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', NULL, NULL), ('3fe4ca8a-1f37-4a87-ba66-81beb09ed6be', 'CUSTOMS_CLEARANCE', '77cf24ec-e74b-4bdb-b1cc-6f336379cc58', 'IMPORT', 'USD', 703.0000, 'PER_CONTAINER', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:56:54.664+00', '2026-08-05 13:28:02.03346+00', '2026-08-05 16:56:54.66473+00', NULL, 'OTHER', 'CUSTOMS_CLEARANCE', NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', NULL, NULL), ('dba57a37-30d3-43a6-b0b8-91c454b1ac42', 'CUSTOMS_CLEARANCE', '349072e7-8a90-4c03-b682-08976abfd7e8', 'IMPORT', 'USD', 1307.0000, 'PER_CONTAINER', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:57:08.976+00', '2026-08-05 13:27:15.530503+00', '2026-08-05 16:57:08.976789+00', NULL, 'OTHER', 'CUSTOMS_CLEARANCE', NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', NULL, NULL), ('7dc6eec9-dbb9-498a-a058-5f95dd7e0ff7', 'CUSTOMS_CLEARANCE', '349072e7-8a90-4c03-b682-08976abfd7e8', 'IMPORT', 'USD', 1307.0000, 'PER_CONTAINER', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:57:12.717+00', '2026-08-05 13:26:22.454508+00', '2026-08-05 16:57:12.717581+00', NULL, 'OTHER', 'CUSTOMS_CLEARANCE', NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', NULL, NULL), ('51808179-6ade-4142-87d5-e531b9c3d146', 'BULK_IMPORT', NULL, 'IMPORT', 'USD', 937.0000, 'PER_WAGON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:57:16.048+00', '2026-08-05 13:25:14.6463+00', '2026-08-05 16:57:16.048634+00', NULL, 'BULK', 'ALWAYS', 'bc9989ca-878c-43a7-ad2b-2a6c7899c956', '2187ac77-1d23-4f6c-ada8-e12c9bacd88c', 'f7b1686f-d43e-42aa-bc6a-d3d5849296c9', NULL, NULL), ('913c11f8-66f3-4d52-9b48-37ddca7ba8d3', 'BULK_IMPORT', NULL, 'IMPORT', 'USD', 2080.0000, 'PER_WAGON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:57:18.954+00', '2026-08-05 13:24:23.313548+00', '2026-08-05 16:57:18.954521+00', NULL, 'BULK', 'ALWAYS', 'bc9989ca-878c-43a7-ad2b-2a6c7899c956', '2187ac77-1d23-4f6c-ada8-e12c9bacd88c', 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', NULL, NULL), ('702dd5c8-4d89-4bb3-9f74-2c84982deede', 'BULK_IMPORT', NULL, 'IMPORT', 'USD', 2270.0000, 'PER_WAGON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:57:22.133+00', '2026-08-05 13:23:57.272948+00', '2026-08-05 16:57:22.134045+00', NULL, 'BULK', 'ALWAYS', 'bc9989ca-878c-43a7-ad2b-2a6c7899c956', '2187ac77-1d23-4f6c-ada8-e12c9bacd88c', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', NULL, NULL), ('770f6a10-dae7-49c3-8322-28a54206301b', 'BULK_IMPORT', NULL, 'IMPORT', 'USD', 1000.0000, 'PER_WAGON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:57:24.995+00', '2026-08-05 13:23:29.954853+00', '2026-08-05 16:57:24.99571+00', NULL, 'BULK', 'ALWAYS', 'bc9989ca-878c-43a7-ad2b-2a6c7899c956', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', 'f7b1686f-d43e-42aa-bc6a-d3d5849296c9', NULL, NULL), ('8bdb4ee9-fa4a-4480-a076-2213d5854259', 'BULK_IMPORT', NULL, 'IMPORT', 'USD', 2143.0000, 'PER_WAGON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:57:28.303+00', '2026-08-05 13:22:58.537224+00', '2026-08-05 16:57:28.303946+00', NULL, 'BULK', 'ALWAYS', 'bc9989ca-878c-43a7-ad2b-2a6c7899c956', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', NULL, NULL), ('9bfdd103-00fc-4945-a7d6-32d0de2d9b2f', 'BULK_IMPORT', NULL, 'IMPORT', 'USD', 2334.0000, 'PER_WAGON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:57:30.901+00', '2026-08-05 13:21:16.88163+00', '2026-08-05 16:57:30.901714+00', NULL, 'BULK', 'ALWAYS', 'bc9989ca-878c-43a7-ad2b-2a6c7899c956', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', NULL, NULL), ('e9932ed0-3f5a-4e74-a2f6-7f3b6eea2f0e', 'BULK_IMPORT', NULL, 'IMPORT', 'USD', 3800.0000, 'PER_WAGON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:57:34.23+00', '2026-08-05 13:20:25.447417+00', '2026-08-05 16:57:34.231171+00', NULL, 'BULK', 'ALWAYS', '28bc4d22-5bc5-4917-b1af-bb08d28f2a05', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', NULL, NULL), ('fc8565fc-d3a2-466e-a719-e03a8ae45e90', 'BULK_IMPORT', NULL, 'IMPORT', 'USD', 47.0000, 'PER_TON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:57:37.564+00', '2026-08-05 13:19:42.475819+00', '2026-08-05 16:57:37.564313+00', NULL, 'BULK', 'ALWAYS', '9c2bc39e-1fe8-418c-b187-c0b2329faeb9', '2187ac77-1d23-4f6c-ada8-e12c9bacd88c', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', NULL, NULL), ('5cfc09cd-2fab-4d6a-babe-bec8dc3cf39b', 'BULK_IMPORT', NULL, 'IMPORT', 'USD', 40.0000, 'PER_TON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:57:42.042+00', '2026-08-05 13:19:17.704429+00', '2026-08-05 16:57:42.042846+00', NULL, 'BULK', 'ALWAYS', '9c2bc39e-1fe8-418c-b187-c0b2329faeb9', '2187ac77-1d23-4f6c-ada8-e12c9bacd88c', 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', NULL, NULL), ('6006c4c3-6ab2-4b90-8ae5-0baac283cef3', 'BULK_IMPORT', NULL, 'IMPORT', 'USD', 39.4000, 'PER_TON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:57:44.704+00', '2026-08-05 13:18:55.762756+00', '2026-08-05 16:57:44.704515+00', NULL, 'BULK', 'ALWAYS', '9c2bc39e-1fe8-418c-b187-c0b2329faeb9', '2187ac77-1d23-4f6c-ada8-e12c9bacd88c', '23fda607-6cc6-4923-b05b-56b7adb1626b', NULL, NULL), ('39001ca2-8663-416a-9941-0aef934d86f5', 'BULK_IMPORT', NULL, 'IMPORT', 'USD', 47.7600, 'PER_TON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:57:47.729+00', '2026-08-05 13:18:23.16636+00', '2026-08-05 16:57:47.730025+00', NULL, 'BULK', 'ALWAYS', '9c2bc39e-1fe8-418c-b187-c0b2329faeb9', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', NULL, NULL), ('36f1a699-425a-41e7-a62a-c6662885d8a1', 'BULK_IMPORT', NULL, 'IMPORT', 'USD', 41.3400, 'PER_TON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:57:50.967+00', '2026-08-05 13:17:55.777444+00', '2026-08-05 16:57:50.967246+00', NULL, 'BULK', 'ALWAYS', '9c2bc39e-1fe8-418c-b187-c0b2329faeb9', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', NULL, NULL), ('d884c66e-b8a9-45e5-b762-cfce0a8894f8', 'BULK_IMPORT', NULL, 'IMPORT', 'USD', 40.5000, 'PER_TON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:57:53.363+00', '2026-08-05 13:17:30.99085+00', '2026-08-05 16:57:53.363483+00', NULL, 'BULK', 'ALWAYS', '9c2bc39e-1fe8-418c-b187-c0b2329faeb9', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', '23fda607-6cc6-4923-b05b-56b7adb1626b', NULL, NULL), ('2f46d36c-48bf-4838-8f59-1bd7f273cef4', 'BULK_IMPORT', NULL, 'IMPORT', 'USD', 50.5300, 'PER_TON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:57:55.841+00', '2026-08-05 13:17:03.901612+00', '2026-08-05 16:57:55.841511+00', NULL, 'BULK', 'ALWAYS', '700bbbb8-e31d-4860-8227-47a5496dd81b', '2187ac77-1d23-4f6c-ada8-e12c9bacd88c', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', NULL, NULL), ('e6666684-dd5a-4ca0-a514-31690bb206ee', 'BULK_IMPORT', NULL, 'IMPORT', 'USD', 45.6000, 'PER_TON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:58:03.577+00', '2026-08-05 13:16:01.037466+00', '2026-08-05 16:58:03.577738+00', NULL, 'BULK', 'ALWAYS', '700bbbb8-e31d-4860-8227-47a5496dd81b', '2187ac77-1d23-4f6c-ada8-e12c9bacd88c', '23fda607-6cc6-4923-b05b-56b7adb1626b', NULL, NULL), ('a101299e-fedd-4355-9773-f981987eadbe', 'BULK_IMPORT', NULL, 'IMPORT', 'USD', 51.2000, 'PER_TON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:58:06.493+00', '2026-08-05 13:15:30.649947+00', '2026-08-05 16:58:06.493364+00', NULL, 'BULK', 'ALWAYS', '700bbbb8-e31d-4860-8227-47a5496dd81b', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', NULL, NULL), ('59a668c7-416d-4059-a99c-99bb439dc4b7', 'BULK_IMPORT', NULL, 'IMPORT', 'USD', 48.0000, 'PER_TON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:58:09.308+00', '2026-08-05 13:14:54.814892+00', '2026-08-05 16:58:09.308703+00', NULL, 'BULK', 'ALWAYS', '700bbbb8-e31d-4860-8227-47a5496dd81b', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', NULL, NULL), ('54b0e98a-736f-44bb-bb79-accb44f6a9c4', 'BULK_IMPORT', NULL, 'IMPORT', 'USD', 46.9000, 'PER_TON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:58:13.158+00', '2026-08-05 13:14:32.038173+00', '2026-08-05 16:58:13.158852+00', NULL, 'BULK', 'ALWAYS', '700bbbb8-e31d-4860-8227-47a5496dd81b', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', '23fda607-6cc6-4923-b05b-56b7adb1626b', NULL, NULL), ('4abf0f13-f92a-42ce-a38d-1bc746cb6438', 'BULK_IMPORT', NULL, 'IMPORT', 'USD', 47.0000, 'PER_TON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:58:15.652+00', '2026-08-05 13:06:27.850211+00', '2026-08-05 16:58:15.652564+00', NULL, 'BULK', 'ALWAYS', 'ba24cc4b-f8a0-4e5e-b111-aebaaf96fd00', '2187ac77-1d23-4f6c-ada8-e12c9bacd88c', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', NULL, NULL), ('9de1eb97-6e39-4204-bba3-b506c0a3cd4c', 'BULK_IMPORT', NULL, 'IMPORT', 'USD', 40.0000, 'PER_TON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:58:38.433+00', '2026-08-05 13:05:54.341024+00', '2026-08-05 16:58:38.434081+00', NULL, 'BULK', 'ALWAYS', 'ba24cc4b-f8a0-4e5e-b111-aebaaf96fd00', '2187ac77-1d23-4f6c-ada8-e12c9bacd88c', 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', NULL, NULL), ('363fede1-a1fa-493b-ad72-9b975e24a71c', 'BULK_IMPORT', NULL, 'IMPORT', 'USD', 47.7600, 'PER_TON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:58:43.024+00', '2026-08-05 13:04:42.988179+00', '2026-08-05 16:58:43.024866+00', NULL, 'BULK', 'ALWAYS', 'ba24cc4b-f8a0-4e5e-b111-aebaaf96fd00', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', NULL, NULL), ('a614d7e7-e55a-4336-ba87-1950bed1a8a7', 'BULK_IMPORT', NULL, 'IMPORT', 'USD', 44.1500, 'PER_TON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:58:45.23+00', '2026-08-05 13:03:54.36318+00', '2026-08-05 16:58:45.23051+00', NULL, 'BULK', 'ALWAYS', 'ba24cc4b-f8a0-4e5e-b111-aebaaf96fd00', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', NULL, NULL), ('9cac7573-3a74-489a-90d1-e9c703714f03', 'BULK_IMPORT', NULL, 'IMPORT', 'USD', 43.8000, 'PER_TON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:58:47.996+00', '2026-08-05 12:56:14.000352+00', '2026-08-05 16:58:47.996685+00', NULL, 'BULK', 'ALWAYS', 'ba24cc4b-f8a0-4e5e-b111-aebaaf96fd00', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', '23fda607-6cc6-4923-b05b-56b7adb1626b', NULL, NULL), ('1d84d386-9f6b-433f-8968-4a537dd96b75', 'OVERWEIGHT_PER_TON', NULL, NULL, 'USD', 10.0000, 'PER_TON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 13:49:27.021+00', '2026-08-05 13:35:39.8713+00', '2026-08-05 13:49:27.021974+00', NULL, 'OTHER', 'OVERWEIGHT', NULL, NULL, NULL, NULL, NULL), ('d2239b0e-4dee-4071-8d83-b1a7d8fc172a', 'BULK_IMPORT', NULL, 'IMPORT', 'USD', 46.6000, 'PER_TON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:58:00.143+00', '2026-08-05 13:16:39.42881+00', '2026-08-05 16:58:00.143849+00', NULL, 'BULK', 'ALWAYS', '700bbbb8-e31d-4860-8227-47a5496dd81b', '2187ac77-1d23-4f6c-ada8-e12c9bacd88c', 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', NULL, NULL), ('f7e206ce-58db-47d8-8a3e-5488390f20f7', 'BULK_IMPORT', NULL, 'IMPORT', 'USD', 39.4000, 'PER_TON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:58:40.773+00', '2026-08-05 13:05:24.825393+00', '2026-08-05 16:58:40.774168+00', NULL, 'BULK', 'ALWAYS', 'ba24cc4b-f8a0-4e5e-b111-aebaaf96fd00', '2187ac77-1d23-4f6c-ada8-e12c9bacd88c', '23fda607-6cc6-4923-b05b-56b7adb1626b', NULL, NULL), ('2c5cdce1-e2ca-4c30-b402-0af6c401a7c9', 'CONTAINER_EXPORT', '349072e7-8a90-4c03-b682-08976abfd7e8', 'EXPORT', 'USD', 725.0000, 'PER_CONTAINER', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 17:00:35.826+00', '2026-08-05 11:40:33.442602+00', '2026-08-05 17:00:35.827084+00', NULL, 'CONTAINER', 'ALWAYS', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('bd399a79-3de5-40fb-a062-d188242ef283', 'BULK_IMPORT', NULL, 'IMPORT', 'USD', 42.1000, 'PER_TON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:58:50.75+00', '2026-08-05 12:54:23.926705+00', '2026-08-05 16:58:50.750938+00', NULL, 'BULK', 'ALWAYS', '654618d6-a380-4e4c-aa60-2bb1c299066a', '2187ac77-1d23-4f6c-ada8-e12c9bacd88c', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', NULL, NULL), ('c39101c7-ff2b-49b7-8452-3da78ace9e98', 'BULK_IMPORT', NULL, 'IMPORT', 'USD', 39.2000, 'PER_TON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:59:06.624+00', '2026-08-05 12:52:37.542535+00', '2026-08-05 16:59:06.624559+00', NULL, 'BULK', 'ALWAYS', '654618d6-a380-4e4c-aa60-2bb1c299066a', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', '23fda607-6cc6-4923-b05b-56b7adb1626b', NULL, NULL), ('91900e5a-992e-4ad8-a3f5-2cd8ea7b32a2', 'BULK_IMPORT', NULL, 'IMPORT', 'USD', 59.4000, 'PER_TON', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:59:24.671+00', '2026-08-05 12:48:30.532436+00', '2026-08-05 16:59:24.67219+00', NULL, 'BULK', 'ALWAYS', '8291ccc3-0dd9-4d78-aa44-284d028a19ce', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', NULL, NULL), ('0b4081aa-f087-4d98-8b7e-b59ea16f6f0d', 'REEFER_SURCHARGE', NULL, NULL, 'USD', 212.0000, 'PER_CONTAINER', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:59:29.574+00', '2026-08-05 12:44:36.679766+00', '2026-08-05 16:59:29.574271+00', NULL, 'OTHER', 'REEFER', NULL, NULL, NULL, NULL, NULL), ('d86db2d8-860a-437b-9a75-b551161ece25', 'RETURN_SURCHARGE', '77cf24ec-e74b-4bdb-b1cc-6f336379cc58', 'IMPORT', 'USD', 127.0000, 'PER_CONTAINER', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 16:59:46.655+00', '2026-08-05 12:03:32.003137+00', '2026-08-05 16:59:46.655292+00', NULL, 'OTHER', 'WITH_RETURN', NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '1e2fa308-c9eb-4480-840c-e486b1d98029', NULL, NULL), ('39d18fad-7a60-4711-9d51-3ab0ddcf07ad', 'CONTAINER_IMPORT', '77cf24ec-e74b-4bdb-b1cc-6f336379cc58', 'IMPORT', 'USD', 390.0000, 'PER_CONTAINER', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 17:00:44.045+00', '2026-08-05 11:32:30.271067+00', '2026-08-05 17:00:44.045609+00', NULL, 'CONTAINER', 'ALWAYS', NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', 'f7b1686f-d43e-42aa-bc6a-d3d5849296c9', NULL, NULL), ('38ab107e-2051-4765-b93c-c6abddbf7700', 'CONTAINER_IMPORT', '349072e7-8a90-4c03-b682-08976abfd7e8', 'IMPORT', 'USD', 762.0000, 'PER_CONTAINER', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 17:00:46.443+00', '2026-08-05 11:31:56.49775+00', '2026-08-05 17:00:46.443725+00', NULL, 'CONTAINER', 'ALWAYS', NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', 'f7b1686f-d43e-42aa-bc6a-d3d5849296c9', NULL, NULL), ('d6d8e553-7f6e-44c5-9295-624e2945d854', 'CONTAINER_IMPORT', '349072e7-8a90-4c03-b682-08976abfd7e8', 'IMPORT', 'USD', 1676.0000, 'PER_CONTAINER', 'LIVE', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', 'dff56e4a-750d-4e7a-9baa-0ba703b8a0f7', '2026-08-05 17:01:01.073+00', '2026-08-05 11:29:37.575294+00', '2026-08-05 17:01:01.073344+00', NULL, 'CONTAINER', 'ALWAYS', NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', NULL, NULL); -- -- Data for Name: route_milestones; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.route_milestones VALUES ('dcb9d9a3-3aef-4282-b0ad-e9fffbf39cb3', '63bfcd70-60bc-4c88-99f2-323549d16249', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', 1, '2026-08-06 07:08:20.086899+00', '2026-08-06 07:08:20.086899+00', NULL, 0.00), ('6a2e0c88-5a0c-41a3-a99c-218304fc6c47', '63bfcd70-60bc-4c88-99f2-323549d16249', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', 2, '2026-08-06 07:08:20.086899+00', '2026-08-06 07:08:20.086899+00', NULL, 880.00), ('abe0184a-d019-40bb-97d5-c6cb84b2c866', '22949d74-2f82-46bf-92b0-b0e566a1f0f2', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', 1, '2026-08-07 06:52:03.962271+00', '2026-08-07 06:52:03.962271+00', NULL, 0.00), ('f6f3c54e-a100-48e4-9c53-60d821708bc8', '22949d74-2f82-46bf-92b0-b0e566a1f0f2', 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', 2, '2026-08-07 06:52:03.962271+00', '2026-08-07 06:52:03.962271+00', NULL, 55.40), ('382e3529-0f8a-48f2-ab8c-8f6e632cb57f', '22949d74-2f82-46bf-92b0-b0e566a1f0f2', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', 3, '2026-08-07 06:52:03.962271+00', '2026-08-07 06:52:03.962271+00', NULL, 938.00), ('a1ef3b55-48e4-4e8f-bd7b-52546914f932', 'cc8dda89-d384-4220-a7e8-2cb55a145126', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', 1, '2026-08-05 11:16:08.780895+00', '2026-08-05 11:16:08.780895+00', NULL, 0.00), ('f7691238-9d89-4f70-b24c-5dfef9289bd2', 'cc8dda89-d384-4220-a7e8-2cb55a145126', 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', 2, '2026-08-05 11:16:08.780895+00', '2026-08-05 11:16:08.780895+00', NULL, 938.00), ('e7a91b14-236d-48b8-9864-b93c7d301260', 'cc8dda89-d384-4220-a7e8-2cb55a145126', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', 3, '2026-08-05 11:16:08.780895+00', '2026-08-05 11:16:08.780895+00', NULL, 55.40), ('e96cd761-b02e-4f66-aa90-91aed9998144', 'f7bb1230-458d-4d97-b0ee-d2721699ce2e', '2187ac77-1d23-4f6c-ada8-e12c9bacd88c', 1, '2026-08-05 14:06:31.009187+00', '2026-08-05 14:06:31.009187+00', NULL, 0.00), ('6d241d83-d510-4cf3-933d-2268137f56b8', 'f7bb1230-458d-4d97-b0ee-d2721699ce2e', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', 2, '2026-08-05 14:06:31.009187+00', '2026-08-05 14:06:31.009187+00', NULL, 869.00), ('2da377eb-9dad-47e6-ae95-0bd43bd967f7', '52be9a20-02fb-43dc-bc7f-25231726e20c', '2187ac77-1d23-4f6c-ada8-e12c9bacd88c', 1, '2026-08-05 14:06:57.594416+00', '2026-08-05 14:06:57.594416+00', NULL, 0.00), ('67f2aeba-ddeb-459c-93cf-578efe7c036f', '52be9a20-02fb-43dc-bc7f-25231726e20c', 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', 2, '2026-08-05 14:06:57.594416+00', '2026-08-05 14:06:57.594416+00', NULL, 819.00), ('dd0788a0-e63f-494c-acab-3687e2287a52', 'fed1f0a3-3dcf-4735-a358-ad2845160f8f', '2187ac77-1d23-4f6c-ada8-e12c9bacd88c', 1, '2026-08-05 14:07:23.20218+00', '2026-08-05 14:07:23.20218+00', NULL, 0.00), ('c11c1530-21d3-4302-8835-3192c42a4710', 'fed1f0a3-3dcf-4735-a358-ad2845160f8f', '23fda607-6cc6-4923-b05b-56b7adb1626b', 2, '2026-08-05 14:07:23.20218+00', '2026-08-05 14:07:23.20218+00', NULL, 746.00), ('a741808c-0172-4d52-9465-7b76ac208c16', '23e26088-6c5a-454d-bf4e-d6f277011f52', '2187ac77-1d23-4f6c-ada8-e12c9bacd88c', 1, '2026-08-05 14:07:36.296418+00', '2026-08-05 14:07:36.296418+00', NULL, 0.00), ('e5f38f9a-4f2e-4613-9228-535ddc924c04', '23e26088-6c5a-454d-bf4e-d6f277011f52', 'f7b1686f-d43e-42aa-bc6a-d3d5849296c9', 2, '2026-08-05 14:07:36.296418+00', '2026-08-05 14:07:36.296418+00', NULL, 319.00), ('120ec38a-3061-4cc5-ac4d-8d98206abd57', 'f1593e6a-bf3f-450a-be86-f78ceebd2589', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', 1, '2026-08-05 14:07:51.131289+00', '2026-08-05 14:07:51.131289+00', NULL, 0.00), ('5f805b96-81e0-45f9-9e04-8eddaf67e9e0', 'f1593e6a-bf3f-450a-be86-f78ceebd2589', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', 2, '2026-08-05 14:07:51.131289+00', '2026-08-05 14:07:51.131289+00', NULL, 880.00), ('3a8f878f-5517-4894-997f-c779de5d857e', 'f21497dc-e3e5-44a9-892e-19a385361298', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', 1, '2026-08-05 14:08:09.370413+00', '2026-08-05 14:08:09.370413+00', NULL, 0.00), ('3178ea9f-d87a-4ece-8e68-d1747fb3a3d3', 'f21497dc-e3e5-44a9-892e-19a385361298', 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', 2, '2026-08-05 14:08:09.370413+00', '2026-08-05 14:08:09.370413+00', NULL, 938.00), ('1afba0ac-d6ea-40ec-abed-51798404d80a', '181baaef-17df-450e-9d88-62e0edb9d956', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', 1, '2026-08-05 14:08:29.867502+00', '2026-08-05 14:08:29.867502+00', NULL, 0.00), ('aa98b1d0-80bd-4df2-92ba-228597762bb3', '181baaef-17df-450e-9d88-62e0edb9d956', '23fda607-6cc6-4923-b05b-56b7adb1626b', 2, '2026-08-05 14:08:29.867502+00', '2026-08-05 14:08:29.867502+00', NULL, 858.00), ('22919ae4-69e7-4399-8f12-ae011a01f666', 'f780d18f-73e0-4f7d-a039-a3e7d86f7235', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', 1, '2026-08-05 14:09:05.906869+00', '2026-08-05 14:09:05.906869+00', NULL, 0.00), ('22d4b362-7429-419c-864f-44ff47ea79be', 'f780d18f-73e0-4f7d-a039-a3e7d86f7235', 'f7b1686f-d43e-42aa-bc6a-d3d5849296c9', 2, '2026-08-05 14:09:05.906869+00', '2026-08-05 14:09:05.906869+00', NULL, 334.00), ('d5750b0a-f87e-40f5-91f1-5f6b6d418f6b', '6f349546-d2f9-4c3d-84af-ad2c4de95962', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', 1, '2026-08-05 14:09:32.74991+00', '2026-08-05 14:09:32.74991+00', NULL, 0.00), ('53b7dde9-2e84-4c88-813c-ad612dd44cab', '6f349546-d2f9-4c3d-84af-ad2c4de95962', '1e2fa308-c9eb-4480-840c-e486b1d98029', 2, '2026-08-05 14:09:32.74991+00', '2026-08-05 14:09:32.74991+00', NULL, 918.00), ('b28d2711-332d-492b-8f92-435923eb6cea', 'f5c5a87d-8857-45a3-b96b-dc247bf60825', 'f7b1686f-d43e-42aa-bc6a-d3d5849296c9', 1, '2026-08-05 14:09:51.98609+00', '2026-08-05 14:09:51.98609+00', NULL, 0.00), ('30321667-a380-4f39-bbe9-b896dcbe5eca', 'f5c5a87d-8857-45a3-b96b-dc247bf60825', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', 2, '2026-08-05 14:09:51.98609+00', '2026-08-05 14:09:51.98609+00', NULL, 380.00), ('347efb52-fea8-45bd-a62a-045520cae78e', '3bd7be53-1dfe-4722-a4ad-312f9d348149', 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', 1, '2026-08-05 14:10:47.861587+00', '2026-08-05 14:10:47.861587+00', NULL, 0.00), ('4ed08991-e370-4654-93cc-d01203dfd979', '3bd7be53-1dfe-4722-a4ad-312f9d348149', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', 2, '2026-08-05 14:10:47.861587+00', '2026-08-05 14:10:47.861587+00', NULL, 55.40), ('c6cfedc5-4e39-4871-beb5-a2318ccb14f5', '99adb2d0-a9c6-4843-acc4-5221de84c0b3', 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', 1, '2026-08-05 18:27:58.540829+00', '2026-08-05 18:27:58.540829+00', NULL, 0.00), ('464223fe-41ca-4113-b251-1677303f0940', '99adb2d0-a9c6-4843-acc4-5221de84c0b3', 'fc558b95-da28-4fc3-8348-311a290c34ae', 2, '2026-08-05 18:27:58.540829+00', '2026-08-05 18:27:58.540829+00', NULL, 817.00), ('933b6f0c-714b-4ee1-9b2c-2a794163c0e0', 'd5e84d21-9378-4ac0-a51d-a8a792074a29', 'fc558b95-da28-4fc3-8348-311a290c34ae', 1, '2026-08-05 18:31:16.11487+00', '2026-08-05 18:31:16.11487+00', NULL, 0.00), ('6f69b0fa-fdd5-4dda-86a4-b09615ec1e44', 'd5e84d21-9378-4ac0-a51d-a8a792074a29', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', 2, '2026-08-05 18:31:16.11487+00', '2026-08-05 18:31:16.11487+00', NULL, 867.00), ('58b8286a-e27e-43ef-b681-58b7b22fe618', '5c3a27c3-1f0a-475f-ba5d-7ebb47680e80', 'fc558b95-da28-4fc3-8348-311a290c34ae', 1, '2026-08-05 18:31:39.026533+00', '2026-08-05 18:31:39.026533+00', NULL, 0.00), ('f5214cf8-ee87-468b-858d-712ce2e15467', '5c3a27c3-1f0a-475f-ba5d-7ebb47680e80', 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', 2, '2026-08-05 18:31:39.026533+00', '2026-08-05 18:31:39.026533+00', NULL, 817.00), ('2d121dcc-aa84-4c9f-8d75-8b4fcec10b8b', 'dc53225a-4dad-493d-a056-1e73a7942f46', 'f7b1686f-d43e-42aa-bc6a-d3d5849296c9', 1, '2026-08-05 18:33:27.682507+00', '2026-08-05 18:33:27.682507+00', NULL, 0.00), ('9efe4e8a-5db1-4afc-b10d-dbc4cb1f4e35', 'dc53225a-4dad-493d-a056-1e73a7942f46', 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', 2, '2026-08-05 18:33:27.682507+00', '2026-08-05 18:33:27.682507+00', NULL, 375.00), ('51efa9a9-6e1d-459e-b5e8-9b1236e3ea5e', 'f2af32aa-ad89-4b94-b91a-32eca30355ea', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', 1, '2026-08-05 18:34:04.004295+00', '2026-08-05 18:34:04.004295+00', NULL, 0.00), ('2bc5768d-d9c2-460e-827c-edcb55a4de83', 'f2af32aa-ad89-4b94-b91a-32eca30355ea', 'fc558b95-da28-4fc3-8348-311a290c34ae', 2, '2026-08-05 18:34:04.004295+00', '2026-08-05 18:34:04.004295+00', NULL, 867.00), ('45db2e4c-330e-4f68-8d75-61a36fa84df5', '24450a51-c0e4-42fa-94ba-f3fec5c86ffe', 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', 1, '2026-08-05 18:45:52.116137+00', '2026-08-05 18:45:52.116137+00', NULL, 0.00), ('8a45df4e-57f4-4185-a13a-12c2c4e4a5bf', '24450a51-c0e4-42fa-94ba-f3fec5c86ffe', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', 2, '2026-08-05 18:45:52.116137+00', '2026-08-05 18:45:52.116137+00', NULL, 938.00), ('915470f6-125a-4c0c-b554-22624eb86fa5', 'c870cbd4-a73d-47f8-8ff7-350d08e9f8fb', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', 1, '2026-08-05 18:47:05.753193+00', '2026-08-05 18:47:05.753193+00', NULL, 0.00), ('d4a1a560-fca2-47aa-8f33-e6226ec6dd73', 'c870cbd4-a73d-47f8-8ff7-350d08e9f8fb', '2187ac77-1d23-4f6c-ada8-e12c9bacd88c', 2, '2026-08-05 18:47:05.753193+00', '2026-08-05 18:47:05.753193+00', NULL, 869.00), ('3073c5c8-d8a6-48d5-87e7-c2c5dc7c0b05', 'cfae237c-37e7-4fe0-b3f7-97b156b4db15', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', 1, '2026-08-05 18:51:10.910676+00', '2026-08-05 18:51:10.910676+00', NULL, 0.00), ('154dfb65-1c94-4d96-b9d1-7e9c54f683bd', 'cfae237c-37e7-4fe0-b3f7-97b156b4db15', '23fda607-6cc6-4923-b05b-56b7adb1626b', 2, '2026-08-05 18:51:10.910676+00', '2026-08-05 18:51:10.910676+00', NULL, 76.00), ('4704437b-c00f-4647-ad17-0193e8b286a4', '8978e3c6-0c68-4756-909a-5ac73596ecc8', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', 1, '2026-08-07 20:53:47.427657+00', '2026-08-07 20:53:47.427657+00', NULL, 0.00), ('8e7f4a55-4dbb-45ab-bd21-4ee2049ac4b7', '8978e3c6-0c68-4756-909a-5ac73596ecc8', 'f7b1686f-d43e-42aa-bc6a-d3d5849296c9', 2, '2026-08-07 20:53:47.427657+00', '2026-08-07 20:53:47.427657+00', NULL, 380.00), ('a91018ba-e857-4693-8ea7-1edcbdcb247d', '8978e3c6-0c68-4756-909a-5ac73596ecc8', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', 3, '2026-08-07 20:53:47.427657+00', '2026-08-07 20:53:47.427657+00', NULL, 334.00); -- -- Data for Name: routes; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.routes VALUES ('cc8dda89-d384-4220-a7e8-2cb55a145126', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '2026-08-05 11:16:08.780895+00', '2026-08-05 11:16:08.780895+00', NULL, 'AVAILABLE', 'IMPORT'), ('f7bb1230-458d-4d97-b0ee-d2721699ce2e', '2187ac77-1d23-4f6c-ada8-e12c9bacd88c', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '2026-08-05 14:06:31.009187+00', '2026-08-05 14:06:31.009187+00', NULL, 'AVAILABLE', 'IMPORT'), ('52be9a20-02fb-43dc-bc7f-25231726e20c', '2187ac77-1d23-4f6c-ada8-e12c9bacd88c', 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', '2026-08-05 14:06:57.594416+00', '2026-08-05 14:06:57.594416+00', NULL, 'AVAILABLE', 'IMPORT'), ('fed1f0a3-3dcf-4735-a358-ad2845160f8f', '2187ac77-1d23-4f6c-ada8-e12c9bacd88c', '23fda607-6cc6-4923-b05b-56b7adb1626b', '2026-08-05 14:07:23.20218+00', '2026-08-05 14:07:23.20218+00', NULL, 'AVAILABLE', 'IMPORT'), ('23e26088-6c5a-454d-bf4e-d6f277011f52', '2187ac77-1d23-4f6c-ada8-e12c9bacd88c', 'f7b1686f-d43e-42aa-bc6a-d3d5849296c9', '2026-08-05 14:07:36.296418+00', '2026-08-05 14:07:36.296418+00', NULL, 'AVAILABLE', 'IMPORT'), ('f1593e6a-bf3f-450a-be86-f78ceebd2589', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '2026-08-05 14:07:51.131289+00', '2026-08-05 14:07:51.131289+00', NULL, 'AVAILABLE', 'IMPORT'), ('f21497dc-e3e5-44a9-892e-19a385361298', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', '2026-08-05 14:08:09.370413+00', '2026-08-05 14:08:09.370413+00', NULL, 'AVAILABLE', 'IMPORT'), ('181baaef-17df-450e-9d88-62e0edb9d956', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', '23fda607-6cc6-4923-b05b-56b7adb1626b', '2026-08-05 14:08:29.867502+00', '2026-08-05 14:08:29.867502+00', NULL, 'AVAILABLE', 'IMPORT'), ('f780d18f-73e0-4f7d-a039-a3e7d86f7235', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', 'f7b1686f-d43e-42aa-bc6a-d3d5849296c9', '2026-08-05 14:09:05.906869+00', '2026-08-05 14:09:05.906869+00', NULL, 'AVAILABLE', 'IMPORT'), ('6f349546-d2f9-4c3d-84af-ad2c4de95962', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', '1e2fa308-c9eb-4480-840c-e486b1d98029', '2026-08-05 14:09:32.74991+00', '2026-08-05 14:09:32.74991+00', NULL, 'AVAILABLE', 'IMPORT'), ('f5c5a87d-8857-45a3-b96b-dc247bf60825', 'f7b1686f-d43e-42aa-bc6a-d3d5849296c9', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '2026-08-05 14:09:51.98609+00', '2026-08-05 14:09:51.98609+00', NULL, 'AVAILABLE', 'DOMESTIC'), ('3bd7be53-1dfe-4722-a4ad-312f9d348149', 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '2026-08-05 14:10:47.861587+00', '2026-08-05 14:10:47.861587+00', NULL, 'AVAILABLE', 'DOMESTIC'), ('99adb2d0-a9c6-4843-acc4-5221de84c0b3', 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', 'fc558b95-da28-4fc3-8348-311a290c34ae', '2026-08-05 18:27:58.540829+00', '2026-08-05 18:27:58.540829+00', NULL, 'AVAILABLE', 'EXPORT'), ('d5e84d21-9378-4ac0-a51d-a8a792074a29', 'fc558b95-da28-4fc3-8348-311a290c34ae', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '2026-08-05 18:31:16.11487+00', '2026-08-05 18:31:16.11487+00', NULL, 'AVAILABLE', 'IMPORT'), ('5c3a27c3-1f0a-475f-ba5d-7ebb47680e80', 'fc558b95-da28-4fc3-8348-311a290c34ae', 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', '2026-08-05 18:31:39.026533+00', '2026-08-05 18:31:39.026533+00', NULL, 'AVAILABLE', 'IMPORT'), ('dc53225a-4dad-493d-a056-1e73a7942f46', 'f7b1686f-d43e-42aa-bc6a-d3d5849296c9', 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', '2026-08-05 18:33:27.682507+00', '2026-08-05 18:33:27.682507+00', NULL, 'AVAILABLE', 'DOMESTIC'), ('f2af32aa-ad89-4b94-b91a-32eca30355ea', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', 'fc558b95-da28-4fc3-8348-311a290c34ae', '2026-08-05 18:34:04.004295+00', '2026-08-05 18:34:04.004295+00', NULL, 'AVAILABLE', 'EXPORT'), ('24450a51-c0e4-42fa-94ba-f3fec5c86ffe', 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', '2026-08-04 11:17:57.378645+00', '2026-08-05 18:45:52.116137+00', NULL, 'AVAILABLE', 'EXPORT'), ('c870cbd4-a73d-47f8-8ff7-350d08e9f8fb', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '2187ac77-1d23-4f6c-ada8-e12c9bacd88c', '2026-08-01 07:41:17.411558+00', '2026-08-05 18:47:05.753193+00', NULL, 'AVAILABLE', 'EXPORT'), ('cfae237c-37e7-4fe0-b3f7-97b156b4db15', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '23fda607-6cc6-4923-b05b-56b7adb1626b', '2026-07-22 06:42:53.719+00', '2026-08-05 18:51:10.910676+00', NULL, 'AVAILABLE', 'DOMESTIC'), ('63bfcd70-60bc-4c88-99f2-323549d16249', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', '2026-08-06 07:08:20.086899+00', '2026-08-06 07:08:20.086899+00', NULL, 'AVAILABLE', 'EXPORT'), ('22949d74-2f82-46bf-92b0-b0e566a1f0f2', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', '2026-08-04 11:20:00.592454+00', '2026-08-07 06:52:03.962271+00', NULL, 'AVAILABLE', 'EXPORT'), ('8978e3c6-0c68-4756-909a-5ac73596ecc8', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', '2026-08-02 11:56:34.070422+00', '2026-08-07 20:53:47.427657+00', NULL, 'AVAILABLE', 'EXPORT'); -- -- Data for Name: saved_signatures; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: schedule_wagon_adjustment_logs; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: scheduling_events; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: service_types; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.service_types VALUES ('c652e3a9-73a5-404e-882f-55a64c5b195b', 'Rail Transport Only', NULL, true, false, false, false, true, 1, '2026-07-27 11:31:59.400905+00', '2026-07-27 11:31:59.400905+00', NULL, 'RAIL'), ('f60a0787-98d9-4ab1-9ad7-8f9bf8afdcac', 'Rail Transport with Customs', NULL, true, true, true, true, true, 1, '2026-07-17 08:23:05.206+00', '2026-08-04 09:23:32.063154+00', NULL, 'TRAIN_TRANSPORT_WITH_CUSTOMS'), ('76ec1857-294d-4eef-95ab-84b0eff3261c', 'Rail Container with Paid First/Last Mile', 'Demo service type for paid import/export bookings with a single mile leg', true, true, true, false, true, 11, '2026-08-09 20:15:36.202428+00', '2026-08-09 20:15:36.202428+00', NULL, 'RAIL_CONTAINER_PAID_MILE'); -- -- Data for Name: shipping_lines; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.shipping_lines VALUES ('3e0821c1-293b-4107-81f0-0fe364768168', 'PIL', 'PIL (Pacific International Lines)', NULL, false, true, '2026-08-04 11:16:01.544746+00', '2026-08-04 11:16:01.544746+00', NULL), ('56b36e3d-214b-4903-9a06-2f908ef24172', 'MSC', 'MSC (Mediterranean Shipping Company)', NULL, false, true, '2026-08-04 11:17:21.096097+00', '2026-08-04 11:17:21.096097+00', NULL), ('8fab083d-71bb-42b3-902d-56e248461cb4', 'CMA CGM', 'CMA CGM', NULL, false, true, '2026-08-04 11:17:50.562108+00', '2026-08-04 11:17:50.562108+00', NULL), ('2c157bca-2865-4d94-b615-86fcbe6b77a1', 'MAERSK', 'Maersk', NULL, false, true, '2026-08-04 11:18:26.243578+00', '2026-08-04 11:18:26.243578+00', NULL), ('e66f5330-de00-4a3d-b717-5cba53fba974', 'EVERGREEN', 'Evergreen', NULL, false, true, '2026-08-04 11:19:59.784698+00', '2026-08-04 11:19:59.784698+00', NULL); -- -- Data for Name: support_conversations; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: support_document_versions; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.support_document_versions VALUES ('1d978c47-db4c-480c-9645-e2b7eb59ddf7', 'aef07887-6a67-43e4-a267-3e457a049573', 1, '{"email": "support@edrfreight.com", "hours": "Monday – Saturday, 8:30 AM – 5:30 PM (EAT)", "phone": "+251 11 000 0000", "office": "Addis Ababa, Ethiopia"}', NULL, 'Initial content', '2026-08-09 18:50:22.738193+00', '2026-08-09 18:50:22.738193+00', NULL), ('c5c697c1-627a-4b3d-af68-a13425bf44cd', '9dc7987f-2d92-47f0-805f-1755ef904a3f', 1, '{"title": "Help & Support", "sections": [{"id": "help-walkthrough", "body": "A guided tour of the portal — registering your company, raising a booking against a contract, and settling an invoice.\n\n![](/assets/edr-portal-guide.webm)", "heading": "Portal walkthrough"}, {"id": "help-chat", "body": "Signed-in customers can open a support conversation from the headset button at the bottom right of every portal page. You can send screenshots and documents in the chat, and replies appear there and as a notification.\n\n[Open the portal](/portal)", "heading": "Chat with our team"}, {"id": "help-contact", "body": "- **Email** — [{{supportEmail}}](mailto:{{supportEmail}}). Best for document issues and anything needing an attachment.\n- **Phone** — [{{supportPhone}}](tel:{{supportPhoneTel}}). Best for urgent problems with cargo already in transit.\n- **Head office** — {{supportOffice}}. Walk-in support during working hours.\n- **Support hours** — {{supportHours}}. Outside these hours, email us and we reply the next working day.", "heading": "Contact us"}, {"id": "help-topics", "body": "- **[Account & onboarding](/faq)** — registering your company, uploading your trade licence and TIN, and getting an operational profile approved.\n- **[Contracts](/faq)** — requesting a freight contract, reviewing its terms and signing it with your saved signature and stamp.\n- **[Bookings & tracking](/faq)** — raising a booking against a contract, adding last-mile transport and following the consignment along the corridor.\n- **[Invoices & payments](/faq)** — finding invoices, paying through the bank channels and confirming a payment that has not yet settled.", "heading": "Common topics"}, {"id": "help-checklist", "body": "- Your company name and the email you sign in with.\n- The reference of the contract, booking or invoice involved.\n- What you expected to happen and what happened instead.\n- A screenshot of any error message the portal showed.", "heading": "What to include when you contact us"}], "subtitle": "Get answers fast — watch the walkthrough, browse the common topics, check the FAQ, or reach our team directly."}', NULL, 'Initial content', '2026-08-09 18:50:22.743044+00', '2026-08-09 18:50:22.743044+00', NULL), ('23b95137-0c23-443b-9731-ad7a058c46b8', '6cec5868-f597-49b3-a2c0-be0c3d46b802', 1, '{"title": "Frequently Asked Questions", "footer": {"body": "Our team is on {{supportEmail}} and {{supportPhone}}, or you can start a chat from the support button inside the portal.", "ctaTo": "/help", "heading": "Still need a hand?", "ctaLabel": "Go to Help & Support"}, "groups": [{"id": "faq-getting-started", "items": [{"id": "faq-open-account", "answer": "Sign up with your work email and verify the one-time code we send you. After you set a password, the onboarding wizard collects your company details, trade licence, TIN certificate and the operational services you need (importer, exporter, freight forwarder or transporter). Submit the wizard and our team reviews the application.", "question": "How do I open an account on EDR Freight?"}, {"id": "faq-approval-time", "answer": "Most complete applications are reviewed within two working days. You will see the status on your dashboard, and we email you when a profile is approved or when a document needs to be re-uploaded.", "question": "How long does account approval take?"}, {"id": "faq-rejected", "answer": "The rejection notice states the reason. Open Settings, correct the details or replace the document that was flagged, and re-apply — you do not need to create a new account.", "question": "My profile was rejected. What now?"}, {"id": "faq-multiple-services", "answer": "Yes. A company can hold importer, exporter, freight forwarder and transporter profiles at the same time. Each is approved separately, and the header lets you switch between the ones you hold.", "question": "Can one company hold several operational services?"}], "title": "Getting started"}, {"id": "faq-contracts-bookings", "items": [{"id": "faq-contract-vs-booking", "answer": "A contract is the commercial agreement covering a cargo movement — route, commodity, volume and rates. A booking is a single shipment executed under that contract. You create the contract once, then raise bookings against it for each consignment.", "question": "What is the difference between a contract and a booking?"}, {"id": "faq-create-booking", "answer": "Open the contract from the Contracts list and choose New Booking. Provide the consignment details, containers or tonnage, and the last-mile requirement if you need one. Bookings can also be started from the Bookings page, which routes you through contract selection first.", "question": "How do I create a booking?"}, {"id": "faq-sign-contract", "answer": "The contract document is the binding agreement for the movement. You must scroll to the end, accept the terms, and sign it with your saved signature and stamp before EDR schedules any wagon against it.", "question": "Why do I have to sign a contract before shipping?"}, {"id": "faq-signature-setup", "answer": "Under Signature & Stamp in the portal. It is saved once and reused for every contract you sign, so you do not have to upload it per document.", "question": "Where do I set up my signature and stamp?"}, {"id": "faq-change-booking", "answer": "You can edit a booking while it is still pending review. Once EDR has confirmed it and allocated capacity, changes go through our operations team — contact support with the booking reference.", "question": "Can I change a booking after submitting it?"}, {"id": "faq-track-consignment", "answer": "Open the booking and use the tracking panel, which shows the current milestone, the wagon or container assigned, and the timestamps recorded at each corridor point.", "question": "How do I track a consignment?"}], "title": "Contracts and bookings"}, {"id": "faq-invoices-payments", "items": [{"id": "faq-find-invoices", "answer": "The Invoices page lists every invoice raised against your company, with its status, due date and outstanding balance. Open any invoice to see its line items and download a PDF copy.", "question": "Where do I find my invoices?"}, {"id": "faq-payment-methods", "answer": "Payments are made through the integrated bank channels shown at checkout. After you complete the payment on the bank''s page you are returned to the portal, and the invoice status updates once the bank confirms the transaction.", "question": "Which payment methods are supported?"}, {"id": "faq-payment-not-settled", "answer": "Bank confirmations can lag by a few minutes. Use the Check Payment Status page linked from your receipt; if it still has not settled after an hour, email support with the invoice number and the bank reference and we will reconcile it.", "question": "My payment was deducted but the invoice still shows unpaid."}, {"id": "faq-rounding", "answer": "Some bank channels only accept whole-birr amounts, so invoices routed through them are rounded up to the nearest birr. The rounding is shown on the invoice detail page.", "question": "Why is my invoice amount rounded?"}], "title": "Invoices and payments"}, {"id": "faq-account-security", "items": [{"id": "faq-reset-password", "answer": "Use Forgot Password on the sign-in page. We email you a reset link that is valid for a limited time. If a member of our staff issued the link, it works the same way even if you are already signed in.", "question": "How do I reset my password?"}, {"id": "faq-add-colleagues", "answer": "Yes. Company administrators can invite additional users from Settings. Each user signs in with their own credentials, and actions are recorded against the individual who performed them.", "question": "Can I add colleagues to my company account?"}, {"id": "faq-update-company", "answer": "Edit them in Settings. Changes to regulated fields — trade licence, TIN, legal name — are re-verified by our team before they take effect.", "question": "How do I update company details after approval?"}], "title": "Account and security"}], "subtitle": "Answers to the questions customers ask most about registering, booking cargo and settling invoices on EDR Freight."}', NULL, 'Initial content', '2026-08-09 18:50:22.747104+00', '2026-08-09 18:50:22.747104+00', NULL), ('dfb3f456-7646-45f4-98fb-a0a97421c915', '9b4518c5-94b0-42c9-a275-e20156f584f4', 1, '{"title": "Privacy Policy", "sections": [{"id": "privacy-1", "body": "The Ethio-Djibouti Standard Gauge Rail Share Company (\"EDR\", \"we\", \"us\") operates the EDR Freight platform, which lets customers register their business, agree freight contracts, raise bookings, track consignments and settle invoices online.\n\nThis policy explains what personal and business information we collect through the platform, why we collect it, how long we keep it and what rights you have over it. It applies to the EDR Freight customer portal and the services reached through it.", "heading": "1. Introduction"}, {"id": "privacy-2", "body": "We collect information you give us, information generated by your use of the platform, and information we receive from the regulators and financial institutions we work with.\n\n- Account details — name, work email address, phone number and the credentials used to sign in.\n- Company and compliance records — legal name, trade licence, TIN certificate, VAT registration, ownership and manager details, and the operational services you apply for.\n- Identity verification data — where you verify through a national identity service, the verification result and the attributes that service returns to us.\n- Operational data — contracts, bookings, consignment and cargo details, container and wagon assignments, tracking events and delivery confirmations.\n- Financial data — invoices, payment references, transaction status and settlement confirmations received from banks. We do not store your card numbers or online banking credentials.\n- Support data — the messages and files you send us through the in-app support chat or by email.\n- Technical data — IP address, device and browser information, and event logs generated when you use the platform.", "heading": "2. Information we collect"}, {"id": "privacy-3", "body": "- To create and administer your account and verify that your company is entitled to the services it applies for.\n- To perform the freight contracts and bookings you place, including allocating capacity and coordinating rail and last-mile movements.\n- To issue invoices, process payments and keep the accounting records the law requires us to keep.\n- To provide customer support and respond to the questions and complaints you raise.\n- To keep the platform secure, detect misuse and investigate incidents.\n- To meet our legal, tax, customs and regulatory obligations in Ethiopia and Djibouti.\n- To improve the platform — measuring which features are used and where users encounter errors, using aggregated and pseudonymised data wherever that is sufficient.", "heading": "3. How we use your information"}, {"id": "privacy-4", "body": "We process your information because it is necessary to perform the contract between you and EDR, because we have a legal obligation to do so (customs, tax and transport regulation), or because we have a legitimate interest in operating and securing the platform. Where we rely on your consent — for example, optional marketing messages — you can withdraw it at any time.", "heading": "4. Legal basis for processing"}, {"id": "privacy-5", "body": "We do not sell your information. We share it only where it is necessary to deliver the service or where the law requires it.\n\n- Government and regulatory bodies — customs, revenue and transport authorities in Ethiopia and Djibouti, to the extent required for the movement of your cargo.\n- Ports, terminals and last-mile transporters involved in executing your bookings.\n- Banks and payment providers, to initiate and reconcile the payments you make.\n- Technology suppliers who host and maintain the platform on our behalf, under contracts that restrict them to processing data on our instructions.\n- Courts, law enforcement and other authorities where we are legally compelled to disclose.", "heading": "5. Sharing your information"}, {"id": "privacy-6", "body": "Cross-border freight inherently involves parties in more than one country, so consignment and clearance information is shared with counterparties and authorities in Djibouti as well as Ethiopia. Where we transfer information outside Ethiopia, we do so only as far as the movement requires or the law permits, and we require recipients to protect it to a comparable standard.", "heading": "6. International transfers"}, {"id": "privacy-7", "body": "We keep account and company records for as long as your account is active. Contract, booking, customs and financial records are kept for the period required by Ethiopian commercial, tax and customs law after the relevant transaction, because we are obliged to be able to produce them. Support conversations and technical logs are kept for a shorter period, sufficient to resolve disputes and investigate security incidents.", "heading": "7. Data retention"}, {"id": "privacy-8", "body": "Access to the platform requires authentication, and staff access to customer records is limited to what each role needs. Data is transmitted over encrypted connections and stored on systems protected by access controls and logging. No system is perfectly secure, so please keep your credentials confidential and tell us immediately if you believe your account has been compromised.", "heading": "8. Security"}, {"id": "privacy-9", "body": "Subject to Ethiopian law, you may ask us to give you a copy of the personal information we hold about you, correct it if it is inaccurate, restrict or object to certain processing, or delete it where we are not required to keep it. Requests are handled through the contact details below; we may need to verify your identity before acting.", "heading": "9. Your rights"}, {"id": "privacy-10", "body": "The platform uses cookies and browser storage to keep you signed in, remember your interface preferences and measure how the product is used so we can fix problems. Essential cookies cannot be turned off without breaking sign-in. You can clear or block the rest through your browser settings.", "heading": "10. Cookies and similar technologies"}, {"id": "privacy-11", "body": "The platform is a business service and is not directed at children. We do not knowingly collect information from anyone under 18.", "heading": "11. Children"}, {"id": "privacy-12", "body": "We may update this policy as the platform and the law change. Material changes are announced in the portal before they take effect, and the date at the top of this page always reflects the current version.", "heading": "12. Changes to this policy"}, {"id": "privacy-13", "body": "Questions about this policy or about how we handle your information can be sent to {{supportEmail}}, called in on {{supportPhone}}, or addressed to our head office in {{supportOffice}}.", "heading": "13. Contact us"}], "subtitle": "How EDR Freight collects, uses, shares and protects the information you provide when you use the platform.", "lastUpdated": "6 August 2026"}', NULL, 'Initial content', '2026-08-09 18:50:22.750948+00', '2026-08-09 18:50:22.750948+00', NULL), ('051f61a2-0c6f-4ae6-8f67-8d36ffb50df2', 'e6aaa986-cceb-4d99-a3e1-06f596b8474f', 1, '{"title": "Terms of Service", "sections": [{"id": "terms-1", "body": "These terms govern your use of the EDR Freight platform operated by the Ethio-Djibouti Standard Gauge Rail Share Company (\"EDR\"). By creating an account or using the platform, the company you represent agrees to them.\n\nThe platform is the channel through which you register, request and manage freight services. The commercial terms of each movement — routes, rates, volumes and payment terms — are set out in the freight contract you sign in the platform. Where a signed contract and these terms conflict, the signed contract governs that movement.", "heading": "1. These terms"}, {"id": "terms-2", "body": "- The platform is for registered businesses. You confirm that you are authorised to act for the company you register and to bind it to these terms.\n- The information and documents you submit — trade licence, TIN, VAT registration, ownership details — must be accurate, current and genuine.\n- Accounts and operational profiles are activated only after EDR has reviewed and approved them, and approval may be refused or withdrawn.\n- You are responsible for keeping credentials confidential and for everything done under your account. Tell us at once if you suspect unauthorised use.", "heading": "2. Eligibility and accounts"}, {"id": "terms-3", "body": "- A freight contract takes effect when it is signed in the platform by you and countersigned by EDR.\n- A booking is a request for a specific movement under a contract. It becomes binding when EDR confirms it and allocates capacity — submission alone does not reserve a wagon or container.\n- You are responsible for the accuracy of consignment data: commodity description, weight, dimensions, container numbers, hazardous classification and consignee details.\n- Capacity is finite. EDR may decline, defer or reschedule a booking where capacity, safety, operating conditions or regulatory direction require it.", "heading": "3. Contracts and bookings"}, {"id": "terms-4", "body": "- You must obtain and provide every permit, customs declaration and clearance document the movement requires, and you warrant that the cargo may lawfully be carried.\n- Prohibited and restricted goods may not be tendered without EDR''s prior written agreement and any licence the law requires.\n- Cargo must be packed, secured and, where applicable, labelled to the standard the mode of carriage requires. EDR may inspect, refuse or offload cargo that is misdeclared or unsafe.\n- You are liable for fines, demurrage, storage charges and losses arising from misdeclared cargo, missing documents or delays attributable to you.", "heading": "4. Cargo, documents and compliance"}, {"id": "terms-5", "body": "- Charges are calculated from the rates in your contract, the tariffs published in the platform, and any accessorial services actually rendered.\n- Invoices are issued in the platform and are payable by the due date shown on them, through the payment channels the platform offers.\n- Payment is confirmed when the funds are confirmed by the bank, not when payment is initiated.\n- Overdue amounts may attract interest and may result in suspension of new bookings or of the account until the balance is cleared.\n- Taxes and statutory duties are your responsibility unless the contract expressly says otherwise.", "heading": "5. Rates, invoicing and payment"}, {"id": "terms-6", "body": "Transit times shown in the platform are estimates based on planned schedules. They are not guarantees, and EDR is not liable for indirect or consequential loss, loss of profit or loss of market arising from delay.\n\nEDR''s liability for loss of or damage to cargo is limited to the extent set out in the applicable freight contract and in the transport law governing the carriage. Claims must be notified in writing within the period the contract specifies; late claims may be rejected.\n\nNeither party is liable for failure to perform caused by events beyond its reasonable control, including natural disasters, industrial action, civil unrest, infrastructure failure, or acts of government and regulatory authorities.", "heading": "6. Delivery, delay and liability"}, {"id": "terms-7", "body": "- Use the platform only for its intended purpose and in accordance with applicable law.\n- Do not attempt to gain unauthorised access, probe or disrupt the service, or interfere with other customers'' data.\n- Do not scrape, resell or redistribute platform content, rates or data without written permission.\n- Do not upload malware or content that infringes the rights of others.", "heading": "7. Acceptable use of the platform"}, {"id": "terms-8", "body": "You agree that contracts signed in the platform using your stored signature and stamp are validly executed, that the records the platform keeps of those signatures are admissible evidence of them, and that they carry the same effect as signatures on paper.", "heading": "8. Electronic signatures and records"}, {"id": "terms-9", "body": "We aim to keep the platform available, but it may be interrupted for maintenance, upgrades or reasons outside our control. We may add, change or withdraw features. Where a change materially affects how you use the platform, we will give reasonable notice in the portal.", "heading": "9. Availability and changes to the service"}, {"id": "terms-10", "body": "We may suspend or terminate access where these terms are breached, where documents prove to be false, where amounts remain unpaid, or where the law or a regulator requires it. You may stop using the platform at any time. Termination does not affect obligations already incurred — cargo in transit, invoices outstanding, or records we are required to retain.", "heading": "10. Suspension and termination"}, {"id": "terms-11", "body": "The platform, its software, design and content belong to EDR or its licensors. You are granted a non-exclusive, non-transferable right to use it for your own freight operations. Your commercial and consignment data remains yours; you grant us the right to process it as needed to deliver the service and as described in the Privacy Policy.", "heading": "11. Intellectual property"}, {"id": "terms-12", "body": "Each party will keep the other''s non-public commercial information confidential and use it only for the purposes of the services. Our handling of personal information is described in the Privacy Policy, which forms part of these terms.", "heading": "12. Confidentiality and data protection"}, {"id": "terms-13", "body": "These terms are governed by the laws of the Federal Democratic Republic of Ethiopia. The parties will first attempt to resolve any dispute amicably; failing that, the dispute is subject to the jurisdiction of the competent courts of Ethiopia, without prejudice to any arbitration clause agreed in a specific freight contract.", "heading": "13. Governing law and disputes"}, {"id": "terms-14", "body": "We may update these terms as the service and the law change. Updates are published here and announced in the portal. Continuing to use the platform after an update takes effect means you accept the revised terms.", "heading": "14. Changes to these terms"}, {"id": "terms-15", "body": "For questions about these terms, write to {{supportEmail}} or call {{supportPhone}}.", "heading": "15. Contact"}], "subtitle": "The terms on which EDR provides the EDR Freight platform and the freight services you request through it.", "lastUpdated": "6 August 2026"}', NULL, 'Initial content', '2026-08-09 18:50:22.755212+00', '2026-08-09 18:50:22.755212+00', NULL); -- -- Data for Name: support_documents; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.support_documents VALUES ('aef07887-6a67-43e4-a267-3e457a049573', 'CONTACT', '{"email": "support@edrfreight.com", "hours": "Monday – Saturday, 8:30 AM – 5:30 PM (EAT)", "phone": "+251 11 000 0000", "office": "Addis Ababa, Ethiopia"}', 1, NULL, '2026-08-09 18:50:22.734138+00', '2026-08-09 18:50:22.734138+00', NULL), ('9dc7987f-2d92-47f0-805f-1755ef904a3f', 'HELP', '{"title": "Help & Support", "sections": [{"id": "help-walkthrough", "body": "A guided tour of the portal — registering your company, raising a booking against a contract, and settling an invoice.\n\n![](/assets/edr-portal-guide.webm)", "heading": "Portal walkthrough"}, {"id": "help-chat", "body": "Signed-in customers can open a support conversation from the headset button at the bottom right of every portal page. You can send screenshots and documents in the chat, and replies appear there and as a notification.\n\n[Open the portal](/portal)", "heading": "Chat with our team"}, {"id": "help-contact", "body": "- **Email** — [{{supportEmail}}](mailto:{{supportEmail}}). Best for document issues and anything needing an attachment.\n- **Phone** — [{{supportPhone}}](tel:{{supportPhoneTel}}). Best for urgent problems with cargo already in transit.\n- **Head office** — {{supportOffice}}. Walk-in support during working hours.\n- **Support hours** — {{supportHours}}. Outside these hours, email us and we reply the next working day.", "heading": "Contact us"}, {"id": "help-topics", "body": "- **[Account & onboarding](/faq)** — registering your company, uploading your trade licence and TIN, and getting an operational profile approved.\n- **[Contracts](/faq)** — requesting a freight contract, reviewing its terms and signing it with your saved signature and stamp.\n- **[Bookings & tracking](/faq)** — raising a booking against a contract, adding last-mile transport and following the consignment along the corridor.\n- **[Invoices & payments](/faq)** — finding invoices, paying through the bank channels and confirming a payment that has not yet settled.", "heading": "Common topics"}, {"id": "help-checklist", "body": "- Your company name and the email you sign in with.\n- The reference of the contract, booking or invoice involved.\n- What you expected to happen and what happened instead.\n- A screenshot of any error message the portal showed.", "heading": "What to include when you contact us"}], "subtitle": "Get answers fast — watch the walkthrough, browse the common topics, check the FAQ, or reach our team directly."}', 1, NULL, '2026-08-09 18:50:22.740709+00', '2026-08-09 18:50:22.740709+00', NULL), ('6cec5868-f597-49b3-a2c0-be0c3d46b802', 'FAQ', '{"title": "Frequently Asked Questions", "footer": {"body": "Our team is on {{supportEmail}} and {{supportPhone}}, or you can start a chat from the support button inside the portal.", "ctaTo": "/help", "heading": "Still need a hand?", "ctaLabel": "Go to Help & Support"}, "groups": [{"id": "faq-getting-started", "items": [{"id": "faq-open-account", "answer": "Sign up with your work email and verify the one-time code we send you. After you set a password, the onboarding wizard collects your company details, trade licence, TIN certificate and the operational services you need (importer, exporter, freight forwarder or transporter). Submit the wizard and our team reviews the application.", "question": "How do I open an account on EDR Freight?"}, {"id": "faq-approval-time", "answer": "Most complete applications are reviewed within two working days. You will see the status on your dashboard, and we email you when a profile is approved or when a document needs to be re-uploaded.", "question": "How long does account approval take?"}, {"id": "faq-rejected", "answer": "The rejection notice states the reason. Open Settings, correct the details or replace the document that was flagged, and re-apply — you do not need to create a new account.", "question": "My profile was rejected. What now?"}, {"id": "faq-multiple-services", "answer": "Yes. A company can hold importer, exporter, freight forwarder and transporter profiles at the same time. Each is approved separately, and the header lets you switch between the ones you hold.", "question": "Can one company hold several operational services?"}], "title": "Getting started"}, {"id": "faq-contracts-bookings", "items": [{"id": "faq-contract-vs-booking", "answer": "A contract is the commercial agreement covering a cargo movement — route, commodity, volume and rates. A booking is a single shipment executed under that contract. You create the contract once, then raise bookings against it for each consignment.", "question": "What is the difference between a contract and a booking?"}, {"id": "faq-create-booking", "answer": "Open the contract from the Contracts list and choose New Booking. Provide the consignment details, containers or tonnage, and the last-mile requirement if you need one. Bookings can also be started from the Bookings page, which routes you through contract selection first.", "question": "How do I create a booking?"}, {"id": "faq-sign-contract", "answer": "The contract document is the binding agreement for the movement. You must scroll to the end, accept the terms, and sign it with your saved signature and stamp before EDR schedules any wagon against it.", "question": "Why do I have to sign a contract before shipping?"}, {"id": "faq-signature-setup", "answer": "Under Signature & Stamp in the portal. It is saved once and reused for every contract you sign, so you do not have to upload it per document.", "question": "Where do I set up my signature and stamp?"}, {"id": "faq-change-booking", "answer": "You can edit a booking while it is still pending review. Once EDR has confirmed it and allocated capacity, changes go through our operations team — contact support with the booking reference.", "question": "Can I change a booking after submitting it?"}, {"id": "faq-track-consignment", "answer": "Open the booking and use the tracking panel, which shows the current milestone, the wagon or container assigned, and the timestamps recorded at each corridor point.", "question": "How do I track a consignment?"}], "title": "Contracts and bookings"}, {"id": "faq-invoices-payments", "items": [{"id": "faq-find-invoices", "answer": "The Invoices page lists every invoice raised against your company, with its status, due date and outstanding balance. Open any invoice to see its line items and download a PDF copy.", "question": "Where do I find my invoices?"}, {"id": "faq-payment-methods", "answer": "Payments are made through the integrated bank channels shown at checkout. After you complete the payment on the bank''s page you are returned to the portal, and the invoice status updates once the bank confirms the transaction.", "question": "Which payment methods are supported?"}, {"id": "faq-payment-not-settled", "answer": "Bank confirmations can lag by a few minutes. Use the Check Payment Status page linked from your receipt; if it still has not settled after an hour, email support with the invoice number and the bank reference and we will reconcile it.", "question": "My payment was deducted but the invoice still shows unpaid."}, {"id": "faq-rounding", "answer": "Some bank channels only accept whole-birr amounts, so invoices routed through them are rounded up to the nearest birr. The rounding is shown on the invoice detail page.", "question": "Why is my invoice amount rounded?"}], "title": "Invoices and payments"}, {"id": "faq-account-security", "items": [{"id": "faq-reset-password", "answer": "Use Forgot Password on the sign-in page. We email you a reset link that is valid for a limited time. If a member of our staff issued the link, it works the same way even if you are already signed in.", "question": "How do I reset my password?"}, {"id": "faq-add-colleagues", "answer": "Yes. Company administrators can invite additional users from Settings. Each user signs in with their own credentials, and actions are recorded against the individual who performed them.", "question": "Can I add colleagues to my company account?"}, {"id": "faq-update-company", "answer": "Edit them in Settings. Changes to regulated fields — trade licence, TIN, legal name — are re-verified by our team before they take effect.", "question": "How do I update company details after approval?"}], "title": "Account and security"}], "subtitle": "Answers to the questions customers ask most about registering, booking cargo and settling invoices on EDR Freight."}', 1, NULL, '2026-08-09 18:50:22.744919+00', '2026-08-09 18:50:22.744919+00', NULL), ('9b4518c5-94b0-42c9-a275-e20156f584f4', 'PRIVACY', '{"title": "Privacy Policy", "sections": [{"id": "privacy-1", "body": "The Ethio-Djibouti Standard Gauge Rail Share Company (\"EDR\", \"we\", \"us\") operates the EDR Freight platform, which lets customers register their business, agree freight contracts, raise bookings, track consignments and settle invoices online.\n\nThis policy explains what personal and business information we collect through the platform, why we collect it, how long we keep it and what rights you have over it. It applies to the EDR Freight customer portal and the services reached through it.", "heading": "1. Introduction"}, {"id": "privacy-2", "body": "We collect information you give us, information generated by your use of the platform, and information we receive from the regulators and financial institutions we work with.\n\n- Account details — name, work email address, phone number and the credentials used to sign in.\n- Company and compliance records — legal name, trade licence, TIN certificate, VAT registration, ownership and manager details, and the operational services you apply for.\n- Identity verification data — where you verify through a national identity service, the verification result and the attributes that service returns to us.\n- Operational data — contracts, bookings, consignment and cargo details, container and wagon assignments, tracking events and delivery confirmations.\n- Financial data — invoices, payment references, transaction status and settlement confirmations received from banks. We do not store your card numbers or online banking credentials.\n- Support data — the messages and files you send us through the in-app support chat or by email.\n- Technical data — IP address, device and browser information, and event logs generated when you use the platform.", "heading": "2. Information we collect"}, {"id": "privacy-3", "body": "- To create and administer your account and verify that your company is entitled to the services it applies for.\n- To perform the freight contracts and bookings you place, including allocating capacity and coordinating rail and last-mile movements.\n- To issue invoices, process payments and keep the accounting records the law requires us to keep.\n- To provide customer support and respond to the questions and complaints you raise.\n- To keep the platform secure, detect misuse and investigate incidents.\n- To meet our legal, tax, customs and regulatory obligations in Ethiopia and Djibouti.\n- To improve the platform — measuring which features are used and where users encounter errors, using aggregated and pseudonymised data wherever that is sufficient.", "heading": "3. How we use your information"}, {"id": "privacy-4", "body": "We process your information because it is necessary to perform the contract between you and EDR, because we have a legal obligation to do so (customs, tax and transport regulation), or because we have a legitimate interest in operating and securing the platform. Where we rely on your consent — for example, optional marketing messages — you can withdraw it at any time.", "heading": "4. Legal basis for processing"}, {"id": "privacy-5", "body": "We do not sell your information. We share it only where it is necessary to deliver the service or where the law requires it.\n\n- Government and regulatory bodies — customs, revenue and transport authorities in Ethiopia and Djibouti, to the extent required for the movement of your cargo.\n- Ports, terminals and last-mile transporters involved in executing your bookings.\n- Banks and payment providers, to initiate and reconcile the payments you make.\n- Technology suppliers who host and maintain the platform on our behalf, under contracts that restrict them to processing data on our instructions.\n- Courts, law enforcement and other authorities where we are legally compelled to disclose.", "heading": "5. Sharing your information"}, {"id": "privacy-6", "body": "Cross-border freight inherently involves parties in more than one country, so consignment and clearance information is shared with counterparties and authorities in Djibouti as well as Ethiopia. Where we transfer information outside Ethiopia, we do so only as far as the movement requires or the law permits, and we require recipients to protect it to a comparable standard.", "heading": "6. International transfers"}, {"id": "privacy-7", "body": "We keep account and company records for as long as your account is active. Contract, booking, customs and financial records are kept for the period required by Ethiopian commercial, tax and customs law after the relevant transaction, because we are obliged to be able to produce them. Support conversations and technical logs are kept for a shorter period, sufficient to resolve disputes and investigate security incidents.", "heading": "7. Data retention"}, {"id": "privacy-8", "body": "Access to the platform requires authentication, and staff access to customer records is limited to what each role needs. Data is transmitted over encrypted connections and stored on systems protected by access controls and logging. No system is perfectly secure, so please keep your credentials confidential and tell us immediately if you believe your account has been compromised.", "heading": "8. Security"}, {"id": "privacy-9", "body": "Subject to Ethiopian law, you may ask us to give you a copy of the personal information we hold about you, correct it if it is inaccurate, restrict or object to certain processing, or delete it where we are not required to keep it. Requests are handled through the contact details below; we may need to verify your identity before acting.", "heading": "9. Your rights"}, {"id": "privacy-10", "body": "The platform uses cookies and browser storage to keep you signed in, remember your interface preferences and measure how the product is used so we can fix problems. Essential cookies cannot be turned off without breaking sign-in. You can clear or block the rest through your browser settings.", "heading": "10. Cookies and similar technologies"}, {"id": "privacy-11", "body": "The platform is a business service and is not directed at children. We do not knowingly collect information from anyone under 18.", "heading": "11. Children"}, {"id": "privacy-12", "body": "We may update this policy as the platform and the law change. Material changes are announced in the portal before they take effect, and the date at the top of this page always reflects the current version.", "heading": "12. Changes to this policy"}, {"id": "privacy-13", "body": "Questions about this policy or about how we handle your information can be sent to {{supportEmail}}, called in on {{supportPhone}}, or addressed to our head office in {{supportOffice}}.", "heading": "13. Contact us"}], "subtitle": "How EDR Freight collects, uses, shares and protects the information you provide when you use the platform.", "lastUpdated": "6 August 2026"}', 1, NULL, '2026-08-09 18:50:22.749059+00', '2026-08-09 18:50:22.749059+00', NULL), ('e6aaa986-cceb-4d99-a3e1-06f596b8474f', 'TERMS', '{"title": "Terms of Service", "sections": [{"id": "terms-1", "body": "These terms govern your use of the EDR Freight platform operated by the Ethio-Djibouti Standard Gauge Rail Share Company (\"EDR\"). By creating an account or using the platform, the company you represent agrees to them.\n\nThe platform is the channel through which you register, request and manage freight services. The commercial terms of each movement — routes, rates, volumes and payment terms — are set out in the freight contract you sign in the platform. Where a signed contract and these terms conflict, the signed contract governs that movement.", "heading": "1. These terms"}, {"id": "terms-2", "body": "- The platform is for registered businesses. You confirm that you are authorised to act for the company you register and to bind it to these terms.\n- The information and documents you submit — trade licence, TIN, VAT registration, ownership details — must be accurate, current and genuine.\n- Accounts and operational profiles are activated only after EDR has reviewed and approved them, and approval may be refused or withdrawn.\n- You are responsible for keeping credentials confidential and for everything done under your account. Tell us at once if you suspect unauthorised use.", "heading": "2. Eligibility and accounts"}, {"id": "terms-3", "body": "- A freight contract takes effect when it is signed in the platform by you and countersigned by EDR.\n- A booking is a request for a specific movement under a contract. It becomes binding when EDR confirms it and allocates capacity — submission alone does not reserve a wagon or container.\n- You are responsible for the accuracy of consignment data: commodity description, weight, dimensions, container numbers, hazardous classification and consignee details.\n- Capacity is finite. EDR may decline, defer or reschedule a booking where capacity, safety, operating conditions or regulatory direction require it.", "heading": "3. Contracts and bookings"}, {"id": "terms-4", "body": "- You must obtain and provide every permit, customs declaration and clearance document the movement requires, and you warrant that the cargo may lawfully be carried.\n- Prohibited and restricted goods may not be tendered without EDR''s prior written agreement and any licence the law requires.\n- Cargo must be packed, secured and, where applicable, labelled to the standard the mode of carriage requires. EDR may inspect, refuse or offload cargo that is misdeclared or unsafe.\n- You are liable for fines, demurrage, storage charges and losses arising from misdeclared cargo, missing documents or delays attributable to you.", "heading": "4. Cargo, documents and compliance"}, {"id": "terms-5", "body": "- Charges are calculated from the rates in your contract, the tariffs published in the platform, and any accessorial services actually rendered.\n- Invoices are issued in the platform and are payable by the due date shown on them, through the payment channels the platform offers.\n- Payment is confirmed when the funds are confirmed by the bank, not when payment is initiated.\n- Overdue amounts may attract interest and may result in suspension of new bookings or of the account until the balance is cleared.\n- Taxes and statutory duties are your responsibility unless the contract expressly says otherwise.", "heading": "5. Rates, invoicing and payment"}, {"id": "terms-6", "body": "Transit times shown in the platform are estimates based on planned schedules. They are not guarantees, and EDR is not liable for indirect or consequential loss, loss of profit or loss of market arising from delay.\n\nEDR''s liability for loss of or damage to cargo is limited to the extent set out in the applicable freight contract and in the transport law governing the carriage. Claims must be notified in writing within the period the contract specifies; late claims may be rejected.\n\nNeither party is liable for failure to perform caused by events beyond its reasonable control, including natural disasters, industrial action, civil unrest, infrastructure failure, or acts of government and regulatory authorities.", "heading": "6. Delivery, delay and liability"}, {"id": "terms-7", "body": "- Use the platform only for its intended purpose and in accordance with applicable law.\n- Do not attempt to gain unauthorised access, probe or disrupt the service, or interfere with other customers'' data.\n- Do not scrape, resell or redistribute platform content, rates or data without written permission.\n- Do not upload malware or content that infringes the rights of others.", "heading": "7. Acceptable use of the platform"}, {"id": "terms-8", "body": "You agree that contracts signed in the platform using your stored signature and stamp are validly executed, that the records the platform keeps of those signatures are admissible evidence of them, and that they carry the same effect as signatures on paper.", "heading": "8. Electronic signatures and records"}, {"id": "terms-9", "body": "We aim to keep the platform available, but it may be interrupted for maintenance, upgrades or reasons outside our control. We may add, change or withdraw features. Where a change materially affects how you use the platform, we will give reasonable notice in the portal.", "heading": "9. Availability and changes to the service"}, {"id": "terms-10", "body": "We may suspend or terminate access where these terms are breached, where documents prove to be false, where amounts remain unpaid, or where the law or a regulator requires it. You may stop using the platform at any time. Termination does not affect obligations already incurred — cargo in transit, invoices outstanding, or records we are required to retain.", "heading": "10. Suspension and termination"}, {"id": "terms-11", "body": "The platform, its software, design and content belong to EDR or its licensors. You are granted a non-exclusive, non-transferable right to use it for your own freight operations. Your commercial and consignment data remains yours; you grant us the right to process it as needed to deliver the service and as described in the Privacy Policy.", "heading": "11. Intellectual property"}, {"id": "terms-12", "body": "Each party will keep the other''s non-public commercial information confidential and use it only for the purposes of the services. Our handling of personal information is described in the Privacy Policy, which forms part of these terms.", "heading": "12. Confidentiality and data protection"}, {"id": "terms-13", "body": "These terms are governed by the laws of the Federal Democratic Republic of Ethiopia. The parties will first attempt to resolve any dispute amicably; failing that, the dispute is subject to the jurisdiction of the competent courts of Ethiopia, without prejudice to any arbitration clause agreed in a specific freight contract.", "heading": "13. Governing law and disputes"}, {"id": "terms-14", "body": "We may update these terms as the service and the law change. Updates are published here and announced in the portal. Continuing to use the platform after an update takes effect means you accept the revised terms.", "heading": "14. Changes to these terms"}, {"id": "terms-15", "body": "For questions about these terms, write to {{supportEmail}} or call {{supportPhone}}.", "heading": "15. Contact"}], "subtitle": "The terms on which EDR provides the EDR Freight platform and the freight services you request through it.", "lastUpdated": "6 August 2026"}', 1, NULL, '2026-08-09 18:50:22.753243+00', '2026-08-09 18:50:22.753243+00', NULL); -- -- Data for Name: support_messages; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: tracking_events; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: train_checkpoint_events; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: train_composition_removal_logs; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: train_locomotives; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.train_locomotives VALUES ('787b33ae-8a78-4057-abc6-1e1eedf799a4', '76671a28-3517-4f04-a903-32162959d615', 'd6907984-bcfb-4408-b823-0fecc284f393', 0, '2026-08-06 06:53:26.770184+00', '2026-08-06 06:53:26.770184+00', NULL), ('24a720d2-1d07-40ce-90ca-6ba4f68b8593', '76671a28-3517-4f04-a903-32162959d615', 'fdbb34fd-aa8a-4f55-b32d-c5629a6ae38f', 1, '2026-08-06 06:53:26.770184+00', '2026-08-06 06:53:26.770184+00', NULL), ('15e6a66d-fb51-43ce-8ca4-4a835a854bb5', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 'b67b7043-d216-4392-8313-7b43452e612d', 0, '2026-08-07 07:18:16.026107+00', '2026-08-07 07:18:16.026107+00', NULL), ('351b4fd8-4e69-4d3c-b1a4-0b944a87c5eb', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 'a8142510-249a-491e-903f-1d05abb129f7', 1, '2026-08-07 07:18:16.026107+00', '2026-08-07 07:18:16.026107+00', NULL), ('68af1b56-e0f3-46ad-bd0b-8f0023bd17a2', '0da257e0-c825-4104-822b-82f27aa2c710', '87662a07-2c7b-45c5-a4ff-c89fb9bc105c', 0, '2026-08-07 07:57:18.217074+00', '2026-08-07 07:57:18.217074+00', NULL), ('dcfbbbc7-7e6e-44ee-a146-186a549ab97d', '0da257e0-c825-4104-822b-82f27aa2c710', 'c07ddf04-36c6-468f-a2c6-7fd2732d8782', 1, '2026-08-07 07:57:18.217074+00', '2026-08-07 07:57:18.217074+00', NULL), ('a6a410b0-5265-4c97-84b9-5b8597811179', '6de97a77-dbf1-4099-92ea-295416ab0d97', '1e13bf8d-d01e-4438-993d-db77ce5203eb', 0, '2026-08-07 08:41:48.883013+00', '2026-08-07 08:41:48.883013+00', NULL), ('8739ba65-a50e-4167-9c29-8f48f54676a3', '6de97a77-dbf1-4099-92ea-295416ab0d97', '884ec005-4ea4-4c9c-86db-7e1617faeeba', 1, '2026-08-07 08:41:48.883013+00', '2026-08-07 08:41:48.883013+00', NULL), ('1b35bd25-9e69-4a80-b7e7-fa6fe270127b', '7217d519-4204-43ca-aef1-3e86f3ec240b', '5eeb26b1-0631-4870-ab4f-352ac49cf8d1', 0, '2026-08-07 10:45:57.982977+00', '2026-08-07 10:45:57.982977+00', NULL), ('eda94226-015c-4057-bb0d-d2dfa97a1908', '7217d519-4204-43ca-aef1-3e86f3ec240b', 'a2fc8e45-ec84-4771-ae60-25d20fda25b1', 1, '2026-08-07 10:45:57.982977+00', '2026-08-07 10:45:57.982977+00', NULL), ('bc8d1ed3-d0b9-4968-9ece-2fa720a77d24', '1064cee0-359d-4fa6-9157-975be624f378', 'a882b4bd-ef9c-4d0b-bba9-3a3197b1fe4b', 0, '2026-08-07 11:20:58.845314+00', '2026-08-07 11:20:58.845314+00', NULL), ('90a98589-98a2-4cc6-9ab3-3a2f48d3e47d', '1064cee0-359d-4fa6-9157-975be624f378', '48a8700a-8c1f-449d-b731-bcb11fc94995', 1, '2026-08-07 11:20:58.845314+00', '2026-08-07 11:20:58.845314+00', NULL), ('3cd63931-27f3-4fc0-8874-263f9182cbc3', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 'ca503969-35b6-40d4-8787-690fd8715dda', 0, '2026-08-07 12:33:42.219594+00', '2026-08-07 12:33:42.219594+00', NULL), ('41957df6-5ea5-48cc-bcca-5f4af7616f0d', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', '028d9ac6-7a2f-42c7-9168-6165afacc3ab', 1, '2026-08-07 12:33:42.219594+00', '2026-08-07 12:33:42.219594+00', NULL), ('807c25ae-a6ec-4f39-9d09-215d972536b5', '2012fe72-e966-404d-a5c4-f43ac0e5a767', '22ccb1d9-adfd-4a04-bc37-a6d4bb2ee9b7', 0, '2026-08-07 13:01:06.938962+00', '2026-08-07 13:01:06.938962+00', NULL), ('e375299d-b6dc-495d-a466-f1b2ba7e104e', '2012fe72-e966-404d-a5c4-f43ac0e5a767', '0b48c5d6-0360-49b1-b4c9-433eb1cd1a87', 1, '2026-08-07 13:01:06.938962+00', '2026-08-07 13:01:06.938962+00', NULL), ('d26ec9dd-c510-47ff-aec5-55d83913bb71', '91c02bb9-0f91-46ee-9272-9eecf28734d9', '2dd03327-d9d5-4a08-af02-e59916ccea97', 0, '2026-08-07 13:38:21.83353+00', '2026-08-07 13:38:21.83353+00', NULL), ('3bc4fabc-e1a5-4b8f-bcf8-b25eb03822ac', '91c02bb9-0f91-46ee-9272-9eecf28734d9', '1620633d-c8ce-4130-9fb7-80edf1d86641', 1, '2026-08-07 13:38:21.83353+00', '2026-08-07 13:38:21.83353+00', NULL), ('8fd86c5d-f271-4cc5-b6d4-c3d16efdf0f2', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 'dd55e3cc-6acf-4f5d-b85e-2c27d3132db9', 0, '2026-08-07 13:59:31.242735+00', '2026-08-07 13:59:31.242735+00', NULL), ('b7a36307-8631-495d-8b63-1cafdc639ca4', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', '38874f67-9563-438d-b1bb-ed61c6aedc84', 1, '2026-08-07 13:59:31.242735+00', '2026-08-07 13:59:31.242735+00', NULL); -- -- Data for Name: train_schedule_bookings; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.train_schedule_bookings VALUES ('94f5b7c7-5d50-45ab-ac16-78802df4cad8', '114535c3-880b-46b3-b6fc-7953a5d0de5b', '346725c9-6075-4283-a59d-c0cfb58d2e52', '2026-08-09 20:18:31.414872+00', '2026-08-09 20:18:31.414872+00', NULL, 'LOADED'); -- -- Data for Name: train_schedules; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.train_schedules VALUES ('114535c3-880b-46b3-b6fc-7953a5d0de5b', '45cd3f95-b00c-42a8-812a-2c945271c44c', '7d1b9c9c-372a-41ea-8125-363163fc6351', '91c3912b-036a-4a09-b9f7-f70d0da0b717', '2026-08-09 20:18:18.791138+00', NULL, 'DISPATCHED', '2026-08-09 20:18:18.791138+00', '2026-08-09 20:18:18.791138+00', NULL, NULL, 'LMR-TEST-01', 'IMPORT', NULL, NULL, NULL, NULL, 53, 'OPEN', NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, NULL, false); -- -- Data for Name: train_scheduling_global_rules; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.train_scheduling_global_rules VALUES ('e141950e-bdc7-4c2e-9069-d0a0b77379b0', 760.00, 3500.000, 53, 30.000, 10.000, '2026-07-27 11:32:00.19775+00', '2026-08-04 12:11:01.847296+00', NULL, 5, 24, 8, 0.0333, 1, 7200, 17, 120, 120, 7200); -- -- Data for Name: train_set_locomotives; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.train_set_locomotives VALUES ('0d77437a-d010-41d2-aeff-d1f508891ab1', 'e877c44e-9292-453d-bb28-616075071bb3', 'dd55e3cc-6acf-4f5d-b85e-2c27d3132db9', 0, '2026-07-23 07:51:41.716+00', '2026-07-23 07:51:41.716+00', NULL), ('957eef9a-fe23-4940-b576-fcc9043c2af7', 'e877c44e-9292-453d-bb28-616075071bb3', '38874f67-9563-438d-b1bb-ed61c6aedc84', 1, '2026-07-23 07:51:41.716+00', '2026-07-23 07:51:41.716+00', NULL), ('74f57812-9b0a-4be8-8e25-14837f2d3e08', '6d83b300-aa08-42bf-bcee-f0f1df37cde5', 'dd55e3cc-6acf-4f5d-b85e-2c27d3132db9', 0, '2026-07-23 12:20:25.037+00', '2026-07-23 12:20:25.037+00', NULL), ('ebd7c1dc-8e8c-4029-9781-b4d45281426b', '6d83b300-aa08-42bf-bcee-f0f1df37cde5', '38874f67-9563-438d-b1bb-ed61c6aedc84', 1, '2026-07-23 12:20:25.037+00', '2026-07-23 12:20:25.037+00', NULL), ('803b3f85-177a-4922-a01d-360f945726a7', 'f3e40915-ff4c-4db3-9a45-ca4b2b56fce5', 'a882b4bd-ef9c-4d0b-bba9-3a3197b1fe4b', 0, '2026-07-23 14:51:39.728+00', '2026-07-23 14:51:39.728+00', NULL), ('e26e0518-e6b0-41a3-8455-acb987a950a2', 'f3e40915-ff4c-4db3-9a45-ca4b2b56fce5', '48a8700a-8c1f-449d-b731-bcb11fc94995', 1, '2026-07-23 14:51:39.728+00', '2026-07-23 14:51:39.728+00', NULL), ('0994a3a7-b4f8-4e5c-b2b7-df998f3c3ec5', '8476735c-01cc-44b7-9c43-d59370f26f69', 'a882b4bd-ef9c-4d0b-bba9-3a3197b1fe4b', 0, '2026-07-17 21:34:19.872+00', '2026-07-17 21:34:19.872+00', NULL), ('4ff3a2ca-612f-463d-940b-046f8c63bdbb', '8476735c-01cc-44b7-9c43-d59370f26f69', '48a8700a-8c1f-449d-b731-bcb11fc94995', 1, '2026-07-17 21:34:19.872+00', '2026-07-17 21:34:19.872+00', NULL), ('466526e9-547b-4f92-b994-c41a76b3dbec', '892ed0d9-60d8-4508-a33c-6e053cf7ddc2', 'b34a62e0-a4a9-4563-83d6-9e2206b74b10', 0, '2026-07-18 06:22:56.277+00', '2026-07-18 06:22:56.277+00', NULL), ('36ec494c-d4b2-45d9-98c3-57ba29ca5829', '892ed0d9-60d8-4508-a33c-6e053cf7ddc2', 'dddc30d3-b60a-4344-bddd-71c9ad91ddec', 1, '2026-07-18 06:22:56.277+00', '2026-07-18 06:22:56.277+00', NULL), ('5b8a6dff-1019-4e45-940a-c432d222dcd1', '21799060-5741-4416-81b8-0dda9e325e80', '2dd03327-d9d5-4a08-af02-e59916ccea97', 0, '2026-07-18 06:52:10.897+00', '2026-07-18 06:52:10.897+00', NULL), ('e4398bd8-ced8-46ac-ae54-dd280c27e3c6', '21799060-5741-4416-81b8-0dda9e325e80', '1620633d-c8ce-4130-9fb7-80edf1d86641', 1, '2026-07-18 06:52:10.897+00', '2026-07-18 06:52:10.897+00', NULL), ('4a055734-4d23-48ac-b814-93d6b7689ac7', 'f3af584a-51cb-4683-b9d0-f6ce3503894e', 'a882b4bd-ef9c-4d0b-bba9-3a3197b1fe4b', 0, '2026-07-18 17:16:00.198+00', '2026-07-18 17:16:00.198+00', NULL), ('63ac422c-93ba-412c-bbc4-44300efdcb32', 'f3af584a-51cb-4683-b9d0-f6ce3503894e', '48a8700a-8c1f-449d-b731-bcb11fc94995', 1, '2026-07-18 17:16:00.198+00', '2026-07-18 17:16:00.198+00', NULL), ('01578201-72a0-4764-9b39-ea118a46e10d', 'b8827cf5-99d5-4ecf-8939-1e7ad7e660d0', 'a882b4bd-ef9c-4d0b-bba9-3a3197b1fe4b', 0, '2026-07-19 18:49:42.372+00', '2026-07-19 18:49:42.372+00', NULL), ('d57b62f4-f4e8-4e1f-b466-13d1a9ee3e34', 'b8827cf5-99d5-4ecf-8939-1e7ad7e660d0', '48a8700a-8c1f-449d-b731-bcb11fc94995', 1, '2026-07-19 18:49:42.372+00', '2026-07-19 18:49:42.372+00', NULL), ('c6c4c706-cfaa-4c1d-b228-9f8054ec7ba1', '83a0229a-8975-4b9b-a97f-7b3004215aef', 'a882b4bd-ef9c-4d0b-bba9-3a3197b1fe4b', 0, '2026-07-20 06:58:42.624+00', '2026-07-20 06:58:42.624+00', NULL), ('9b1d08ca-b51e-426d-a2f8-60a2ef6fdf04', '83a0229a-8975-4b9b-a97f-7b3004215aef', '48a8700a-8c1f-449d-b731-bcb11fc94995', 1, '2026-07-20 06:58:42.624+00', '2026-07-20 06:58:42.624+00', NULL), ('e9aaa39c-0f0a-4393-a60a-e692593d9031', 'd7604bf1-29ee-40f3-b054-b48f35b5f16f', '2dd03327-d9d5-4a08-af02-e59916ccea97', 0, '2026-07-20 11:11:12.51+00', '2026-07-20 11:11:12.51+00', NULL), ('293690d1-a525-47ed-a290-22ff768bcb19', 'd7604bf1-29ee-40f3-b054-b48f35b5f16f', '1620633d-c8ce-4130-9fb7-80edf1d86641', 1, '2026-07-20 11:11:12.51+00', '2026-07-20 11:11:12.51+00', NULL), ('5db80f65-3740-407c-9574-f3b0e9bee59f', 'fa0d99de-c596-44e0-a137-551cef7399b5', '0b48c5d6-0360-49b1-b4c9-433eb1cd1a87', 0, '2026-07-20 11:37:38.394+00', '2026-07-20 11:37:38.394+00', NULL), ('8cc68fe6-9558-4454-9a9a-1a5c17b91d66', 'fa0d99de-c596-44e0-a137-551cef7399b5', '22ccb1d9-adfd-4a04-bc37-a6d4bb2ee9b7', 1, '2026-07-20 11:37:38.394+00', '2026-07-20 11:37:38.394+00', NULL), ('9c920647-e7d2-46be-8fb4-fb8ba1723954', 'f9fdfe34-cad5-45c0-9d19-91bc0c89ebce', 'ca503969-35b6-40d4-8787-690fd8715dda', 0, '2026-07-20 12:56:46.918+00', '2026-07-20 12:56:46.918+00', NULL), ('4210c90f-3d6c-46a1-8d00-ef474b414629', 'f9fdfe34-cad5-45c0-9d19-91bc0c89ebce', '028d9ac6-7a2f-42c7-9168-6165afacc3ab', 1, '2026-07-20 12:56:46.918+00', '2026-07-20 12:56:46.918+00', NULL), ('53efe324-9186-45c8-9318-7de8c60d44de', '065de839-5edb-4a08-ae6e-d1142579fd99', '5eeb26b1-0631-4870-ab4f-352ac49cf8d1', 0, '2026-07-21 05:57:50.914+00', '2026-07-21 05:57:50.914+00', NULL), ('65efbe29-20c5-4875-9d2f-3a1e389e2d24', '065de839-5edb-4a08-ae6e-d1142579fd99', '87662a07-2c7b-45c5-a4ff-c89fb9bc105c', 1, '2026-07-21 05:57:50.914+00', '2026-07-21 05:57:50.914+00', NULL), ('e572e71b-6c6d-4d57-9065-0eb0dd4e9b93', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', 'dd55e3cc-6acf-4f5d-b85e-2c27d3132db9', 0, '2026-07-21 08:44:06.202+00', '2026-07-21 08:44:06.202+00', NULL), ('3dcd4d58-ba9b-4e96-b05f-2d2844fd9281', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '38874f67-9563-438d-b1bb-ed61c6aedc84', 1, '2026-07-21 08:44:06.202+00', '2026-07-21 08:44:06.202+00', NULL), ('b7e7b2c8-78c0-4022-be8f-689a59f76dec', '86f76fa6-bfc6-4c03-801c-c37e645c3010', 'ca503969-35b6-40d4-8787-690fd8715dda', 0, '2026-07-21 13:25:30.605+00', '2026-07-21 13:25:30.605+00', NULL), ('fdd742af-98cc-4726-a4f5-d577126676a2', '86f76fa6-bfc6-4c03-801c-c37e645c3010', '028d9ac6-7a2f-42c7-9168-6165afacc3ab', 1, '2026-07-21 13:25:30.605+00', '2026-07-21 13:25:30.605+00', NULL), ('f777ea8b-55b1-423d-aa80-79d9da3492cb', 'f13ddc61-ec01-4991-bb1a-b8b525e2764e', 'dd55e3cc-6acf-4f5d-b85e-2c27d3132db9', 0, '2026-07-22 06:29:45.056+00', '2026-07-22 06:29:45.056+00', NULL), ('6cbb62b3-b7c5-48ef-9eb8-5ae2ab443199', 'f13ddc61-ec01-4991-bb1a-b8b525e2764e', '38874f67-9563-438d-b1bb-ed61c6aedc84', 1, '2026-07-22 06:29:45.056+00', '2026-07-22 06:29:45.056+00', NULL), ('6fa6f54d-512e-4ffe-9851-019648c30573', '3b753131-834f-4763-892e-a8f4a8ca837c', 'dc23c9a3-5004-4145-807e-6240b415595e', 0, '2026-07-22 07:50:00.012+00', '2026-07-22 07:50:00.012+00', NULL), ('cc562ae3-85de-4d88-ad48-16c607d9a4f3', '3b753131-834f-4763-892e-a8f4a8ca837c', 'c691c3cc-cfa8-4fb8-b980-ec7e53d213af', 1, '2026-07-22 07:50:00.012+00', '2026-07-22 07:50:00.012+00', NULL), ('e821b29e-2036-4b78-8e86-967c9ca55af4', 'dfb01a05-181d-4105-87be-d3e7d14bf31c', 'a882b4bd-ef9c-4d0b-bba9-3a3197b1fe4b', 0, '2026-07-22 11:01:10.338+00', '2026-07-22 11:01:10.338+00', NULL), ('5b5ec1e1-7bf9-4b54-949e-ac3a7123a742', 'dfb01a05-181d-4105-87be-d3e7d14bf31c', '48a8700a-8c1f-449d-b731-bcb11fc94995', 1, '2026-07-22 11:01:10.338+00', '2026-07-22 11:01:10.338+00', NULL), ('3dd4e15e-8748-4098-afd2-5b5d0535b0e6', '88857e3d-8002-43c2-ba69-6ef2f96f6de7', 'ca503969-35b6-40d4-8787-690fd8715dda', 0, '2026-07-22 11:09:57.907+00', '2026-07-22 11:09:57.907+00', NULL), ('89c5a832-6e85-42bc-a1c9-75146bf11a68', '88857e3d-8002-43c2-ba69-6ef2f96f6de7', '028d9ac6-7a2f-42c7-9168-6165afacc3ab', 1, '2026-07-22 11:09:57.907+00', '2026-07-22 11:09:57.907+00', NULL), ('dc70701e-28a4-4e38-9ebb-b93164298a91', 'd226d18d-1a48-427b-8e51-236178d65a49', 'ca503969-35b6-40d4-8787-690fd8715dda', 0, '2026-07-22 13:22:17.957+00', '2026-07-22 13:22:17.957+00', NULL), ('2bfc0999-0d50-4e7c-a13c-cff803531827', 'd226d18d-1a48-427b-8e51-236178d65a49', '028d9ac6-7a2f-42c7-9168-6165afacc3ab', 1, '2026-07-22 13:22:17.957+00', '2026-07-22 13:22:17.957+00', NULL), ('38520303-1551-4e57-a6c0-705430482cfa', '379c7434-f412-4a79-ae2d-e4740c63b49a', 'dd55e3cc-6acf-4f5d-b85e-2c27d3132db9', 0, '2026-07-23 07:53:11.819+00', '2026-07-23 07:53:11.819+00', NULL), ('461add8c-aa5f-45b2-940f-cfab6adab7bd', '379c7434-f412-4a79-ae2d-e4740c63b49a', '38874f67-9563-438d-b1bb-ed61c6aedc84', 1, '2026-07-23 07:53:11.819+00', '2026-07-23 07:53:11.819+00', NULL), ('aaead3b5-1cef-4b67-8723-534a59dfe006', 'e505ad7b-7d27-4d6b-bac6-c1ec7d3ca44d', '2dd03327-d9d5-4a08-af02-e59916ccea97', 0, '2026-08-01 07:46:34.634417+00', '2026-08-01 07:46:34.634417+00', NULL), ('81a9c6c9-49fc-4c97-8abd-205f8933d8d6', 'e505ad7b-7d27-4d6b-bac6-c1ec7d3ca44d', '1620633d-c8ce-4130-9fb7-80edf1d86641', 1, '2026-08-01 07:46:34.634417+00', '2026-08-01 07:46:34.634417+00', NULL), ('5c750cec-08ce-44f7-ab9e-c09b63d75a41', '0c11098b-3d44-44f6-b90a-574e9fabfb40', 'ca503969-35b6-40d4-8787-690fd8715dda', 0, '2026-08-01 08:12:08.843992+00', '2026-08-01 08:12:08.843992+00', NULL), ('6224b578-fa0b-4884-879c-4bc8f8af24e2', '0c11098b-3d44-44f6-b90a-574e9fabfb40', '028d9ac6-7a2f-42c7-9168-6165afacc3ab', 1, '2026-08-01 08:12:08.843992+00', '2026-08-01 08:12:08.843992+00', NULL), ('766af2b2-661b-4051-82d3-e20db54516e2', '6b113c6c-9f5c-4052-a61f-346a7746f641', 'ca503969-35b6-40d4-8787-690fd8715dda', 0, '2026-08-01 13:03:45.741808+00', '2026-08-01 13:03:45.741808+00', NULL), ('415cce39-b323-4174-8731-7df51d43fc35', '6b113c6c-9f5c-4052-a61f-346a7746f641', '028d9ac6-7a2f-42c7-9168-6165afacc3ab', 1, '2026-08-01 13:03:45.741808+00', '2026-08-01 13:03:45.741808+00', NULL), ('e0d20803-fff8-4b6e-95e7-df999845ac35', '43be694a-48fc-4c14-8b13-cded4791ec63', 'ca503969-35b6-40d4-8787-690fd8715dda', 0, '2026-08-02 11:57:57.394811+00', '2026-08-02 11:57:57.394811+00', NULL), ('6ddfe402-6c3e-4bf9-a693-5023670ecfa3', '43be694a-48fc-4c14-8b13-cded4791ec63', '028d9ac6-7a2f-42c7-9168-6165afacc3ab', 1, '2026-08-02 11:57:57.394811+00', '2026-08-02 11:57:57.394811+00', NULL), ('aeb18625-d90b-4fa4-973f-aff3fa879977', '13a077a6-56e8-4fc1-997c-342787f814bd', 'ca503969-35b6-40d4-8787-690fd8715dda', 0, '2026-08-04 06:58:42.499476+00', '2026-08-04 06:58:42.499476+00', NULL), ('1d060340-5233-4a16-ad23-c9ce92c5e7e7', '13a077a6-56e8-4fc1-997c-342787f814bd', '028d9ac6-7a2f-42c7-9168-6165afacc3ab', 1, '2026-08-04 06:58:42.499476+00', '2026-08-04 06:58:42.499476+00', NULL), ('6328e10c-356c-47e2-8f39-e3e5a2fc3c99', 'ba774692-e3be-4107-a1e6-6a497950d371', 'ca503969-35b6-40d4-8787-690fd8715dda', 0, '2026-08-04 11:28:19.986023+00', '2026-08-04 11:28:19.986023+00', NULL), ('eee7914b-712f-491b-8be7-9c8c069f6562', 'ba774692-e3be-4107-a1e6-6a497950d371', '028d9ac6-7a2f-42c7-9168-6165afacc3ab', 1, '2026-08-04 11:28:19.986023+00', '2026-08-04 11:28:19.986023+00', NULL), ('39302f74-ce16-4d01-8db5-938a4c8801c4', '37a3cdde-377c-4cbf-ae1f-9571034024e2', 'ca503969-35b6-40d4-8787-690fd8715dda', 0, '2026-08-04 12:12:58.232085+00', '2026-08-04 12:12:58.232085+00', NULL), ('04a44acf-9ec9-47a9-b9a1-1a3b1ae4ea9c', '37a3cdde-377c-4cbf-ae1f-9571034024e2', '028d9ac6-7a2f-42c7-9168-6165afacc3ab', 1, '2026-08-04 12:12:58.232085+00', '2026-08-04 12:12:58.232085+00', NULL), ('2d441e84-b77f-4873-aa30-2e6163fe9681', 'd6f6c9ac-194a-4bd6-844c-667f26b49fea', 'ca503969-35b6-40d4-8787-690fd8715dda', 0, '2026-08-05 11:18:48.962975+00', '2026-08-05 11:18:48.962975+00', NULL), ('191e632f-9913-4882-adfb-d0f364dff45d', 'd6f6c9ac-194a-4bd6-844c-667f26b49fea', '028d9ac6-7a2f-42c7-9168-6165afacc3ab', 1, '2026-08-05 11:18:48.962975+00', '2026-08-05 11:18:48.962975+00', NULL), ('ce30c7ca-78f7-4514-95d4-7848a23260f2', '2a90debe-87e5-4d7f-b03b-ad0dc22899f3', 'd6907984-bcfb-4408-b823-0fecc284f393', 0, '2026-08-06 07:07:10.980795+00', '2026-08-06 07:07:10.980795+00', NULL), ('52007832-9eb0-4e40-921c-73cbc2721a79', '2a90debe-87e5-4d7f-b03b-ad0dc22899f3', 'fdbb34fd-aa8a-4f55-b32d-c5629a6ae38f', 1, '2026-08-06 07:07:10.980795+00', '2026-08-06 07:07:10.980795+00', NULL), ('7b11ea70-351e-42b0-a3d9-9b85e602b59d', '7e076f85-0f80-4edc-9787-01129e2e46c4', 'd6907984-bcfb-4408-b823-0fecc284f393', 0, '2026-08-06 07:09:19.925174+00', '2026-08-06 07:09:19.925174+00', NULL), ('7ca99bc4-495a-46c5-bd37-1140b44c0371', '7e076f85-0f80-4edc-9787-01129e2e46c4', 'fdbb34fd-aa8a-4f55-b32d-c5629a6ae38f', 1, '2026-08-06 07:09:19.925174+00', '2026-08-06 07:09:19.925174+00', NULL), ('488b0054-ba1b-439a-8d87-ca988f1e365f', '45cd3f95-b00c-42a8-812a-2c945271c44c', 'b67b7043-d216-4392-8313-7b43452e612d', 0, '2026-08-07 07:54:42.670851+00', '2026-08-07 07:54:42.670851+00', NULL), ('eab28041-e8a6-42f4-8c77-42e5883b1de8', '45cd3f95-b00c-42a8-812a-2c945271c44c', 'a8142510-249a-491e-903f-1d05abb129f7', 1, '2026-08-07 07:54:42.670851+00', '2026-08-07 07:54:42.670851+00', NULL), ('6deb5158-8852-4a65-87c9-34d8e18f7a24', '6838d0a3-66da-434e-8ba1-3597e3948006', '87662a07-2c7b-45c5-a4ff-c89fb9bc105c', 0, '2026-08-07 07:59:41.542479+00', '2026-08-07 07:59:41.542479+00', NULL), ('c6642f82-b581-451b-b712-22cf138cdbed', '6838d0a3-66da-434e-8ba1-3597e3948006', 'c07ddf04-36c6-468f-a2c6-7fd2732d8782', 1, '2026-08-07 07:59:41.542479+00', '2026-08-07 07:59:41.542479+00', NULL), ('89373e2d-3778-448f-9254-2473b080b5c0', 'bd5ba4e0-ab2b-48d3-acd4-79dc73336793', 'd6907984-bcfb-4408-b823-0fecc284f393', 0, '2026-08-07 08:01:06.455736+00', '2026-08-07 08:01:06.455736+00', NULL), ('80ad6bc7-dd39-403a-a773-fda5a5f4962e', 'bd5ba4e0-ab2b-48d3-acd4-79dc73336793', 'fdbb34fd-aa8a-4f55-b32d-c5629a6ae38f', 1, '2026-08-07 08:01:06.455736+00', '2026-08-07 08:01:06.455736+00', NULL), ('93019860-a7ad-4cf1-960b-3546f216c543', '7ae66722-c16f-43a2-aa0c-1c28c1c81898', 'd6907984-bcfb-4408-b823-0fecc284f393', 0, '2026-08-07 08:01:31.382496+00', '2026-08-07 08:01:31.382496+00', NULL), ('3815bf87-c34c-43f7-af76-9aa03661e30d', '7ae66722-c16f-43a2-aa0c-1c28c1c81898', 'fdbb34fd-aa8a-4f55-b32d-c5629a6ae38f', 1, '2026-08-07 08:01:31.382496+00', '2026-08-07 08:01:31.382496+00', NULL), ('f0cc5d2a-1829-4919-91d6-ced622637388', '62a426ca-52e7-4359-8a43-a8ac038638db', 'd6907984-bcfb-4408-b823-0fecc284f393', 0, '2026-08-07 08:02:18.250869+00', '2026-08-07 08:02:18.250869+00', NULL), ('070bb1fa-8676-4737-a2ca-43ffea3fb06d', '62a426ca-52e7-4359-8a43-a8ac038638db', 'fdbb34fd-aa8a-4f55-b32d-c5629a6ae38f', 1, '2026-08-07 08:02:18.250869+00', '2026-08-07 08:02:18.250869+00', NULL); -- -- Data for Name: train_set_wagons; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.train_set_wagons VALUES ('67a7f36f-1f82-4aca-9335-4c0b814d3a69', '892ed0d9-60d8-4508-a33c-6e053cf7ddc2', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 1, 70.000, 13.966, 28.000, '2026-07-18 06:34:32.389+00', '2026-07-18 06:34:32.389+00', NULL, '746dfb2c-9cc1-4475-b110-bd0d5efa31b8', 'RESERVED', NULL, NULL), ('4130fd03-d4ea-47f1-bf4d-0e4d3a229faa', 'e877c44e-9292-453d-bb28-616075071bb3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 1, 70.000, 13.966, 21.000, '2026-07-23 09:13:32.47+00', '2026-07-23 09:13:32.47+00', NULL, 'ded1f6e9-8498-44b7-8d2d-ec56febc4b90', 'RESERVED', NULL, NULL), ('02559453-f816-4f88-8a94-a8809d40e953', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 1, 70.000, 13.966, 56.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, '8ecb831d-4d07-4c56-b46c-d8fb7aff20d2', 'RESERVED', NULL, NULL), ('b4d35e23-7046-4b53-835e-f60f47a93c9c', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 2, 70.000, 13.966, 56.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, 'f8e2efe7-8f72-4ced-9485-760f7e16b816', 'RESERVED', NULL, NULL), ('49ea2dcd-b532-45f1-b9f6-f6198f261ace', 'f9fdfe34-cad5-45c0-9d19-91bc0c89ebce', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 1, 70.000, 13.966, 28.000, '2026-07-20 13:13:15.741+00', '2026-07-20 13:13:15.741+00', NULL, '72122c32-6b76-4881-aa5d-d9cdf2b787e1', 'RESERVED', NULL, NULL), ('9f2fba91-01c9-4761-8dda-71da8b7f4d98', 'f9fdfe34-cad5-45c0-9d19-91bc0c89ebce', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 2, 70.000, 13.966, 29.000, '2026-07-20 13:13:15.741+00', '2026-07-20 13:13:15.741+00', NULL, '49bfa4cc-5644-4ef3-b121-27ccea8d80b1', 'RESERVED', NULL, NULL), ('288365be-18f9-4e12-bcab-31dfc4b0fbc1', '379c7434-f412-4a79-ae2d-e4740c63b49a', '8eec3a7d-8482-4397-96b6-59a028210722', 1, 70.000, 17.066, 70.000, '2026-07-23 09:23:37.952+00', '2026-07-23 09:23:37.952+00', NULL, '5157d855-6ff4-4d76-93e8-3ed09005f07a', 'RESERVED', NULL, NULL), ('2eef66b6-ad35-402d-b3a9-2fa2626d4d2f', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 1, 70.000, 13.966, 21.610, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, 'c00f78c4-e526-4272-953d-4d8c62c464ac', 'RESERVED', NULL, NULL), ('6fc68a29-f52f-4953-8bf1-3b536f215550', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 2, 70.000, 13.966, 19.660, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, 'f6463fb1-5e59-4eab-a3e5-dfb2ba9f51e0', 'RESERVED', NULL, NULL), ('e4e8dde9-66fb-4c50-b02a-75d425d0a85f', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 3, 70.000, 13.966, 18.860, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, 'c9f2906d-4e11-464f-922a-1b37bc95de15', 'RESERVED', NULL, NULL), ('2c4d9694-4ee5-4126-9830-2414186df13d', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 4, 70.000, 13.966, 24.210, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, '72122c32-6b76-4881-aa5d-d9cdf2b787e1', 'RESERVED', NULL, NULL), ('2883ad7f-46c2-4af7-823a-4de450a3ea87', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 5, 70.000, 13.966, 26.590, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, '49bfa4cc-5644-4ef3-b121-27ccea8d80b1', 'RESERVED', NULL, NULL), ('75965127-17e5-4aba-9044-0cb83d23e2e5', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 6, 70.000, 13.966, 25.160, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, '273d5cdf-193f-494e-927a-f30e2e800ee3', 'RESERVED', NULL, NULL), ('ab6ca4cf-454e-4a9b-b247-efe5edd7f1ba', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 7, 70.000, 13.966, 20.300, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, '8de9ad3b-fae0-499a-98ef-e5d5d2ee41d8', 'RESERVED', NULL, NULL), ('1991500d-4645-4217-9165-ac00144a97e0', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 8, 70.000, 13.966, 20.260, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, 'b034a5f5-8eff-4f31-bf89-945d920749fe', 'RESERVED', NULL, NULL), ('565f8eef-c8b8-4e9e-b198-70ade7b1969a', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 9, 70.000, 13.966, 22.790, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, 'd3779672-5f85-4a03-a437-7ef6ec2097b2', 'RESERVED', NULL, NULL), ('58981af8-7aa8-4f6a-88df-6d6785157a8f', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 10, 70.000, 13.966, 25.320, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, 'dcf8af0b-b95e-4e95-8d8e-75be6a3ea769', 'RESERVED', NULL, NULL), ('59101b61-ee47-4b48-8b08-c7ad7ac639e7', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 11, 70.000, 13.966, 24.560, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, '85e05351-b076-4121-b7b1-e07863f69f31', 'RESERVED', NULL, NULL), ('553782cd-f0a1-4101-a8ec-9e5bceab1aef', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 12, 70.000, 13.966, 21.810, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, '5424c729-723a-4606-9d2d-b73f2ba27b31', 'RESERVED', NULL, NULL), ('2607c437-2e0a-4b51-a8b1-7e67a904e9df', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 13, 70.000, 13.966, 26.460, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, '6ade91c0-d616-4ae3-b7c1-7f7cb2686961', 'RESERVED', NULL, NULL), ('c4447949-5311-4280-be63-c03995e0c8be', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 14, 70.000, 13.966, 27.240, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, 'f5bf1b94-6dc1-4be2-89a5-538cc18f919a', 'RESERVED', NULL, NULL), ('7fe8888e-10eb-4c9a-b3e8-c4022af6703f', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 15, 70.000, 13.966, 28.290, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, 'afda74c6-be11-4edc-9c1e-e35a597508df', 'RESERVED', NULL, NULL), ('bfc1bfe5-9938-40d9-912a-2b3c9700a5f4', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 16, 70.000, 13.966, 25.680, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, '0aff5aa8-c79f-4367-bfa3-10aedde7f1fb', 'RESERVED', NULL, NULL), ('ce9608d4-db32-4f4e-8408-5a9acadac705', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 17, 70.000, 13.966, 22.510, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, '8bd92ab9-9765-4eb7-a01a-6574097530fb', 'RESERVED', NULL, NULL), ('b684b709-2ff0-452b-8b2c-6194da5d1a7c', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 18, 70.000, 13.966, 25.820, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, 'fd916ab4-21c6-4da8-b35f-8205eab50337', 'RESERVED', NULL, NULL), ('9e67ef89-ca0d-498b-a57b-14598a5a3640', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 19, 70.000, 13.966, 21.270, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, 'a116907e-a06e-46f7-8d8e-3c0ab2e830b5', 'RESERVED', NULL, NULL), ('5de13b2b-2ad9-4b33-8f6a-367e096e9261', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 20, 70.000, 13.966, 29.680, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, 'd599be9b-e15a-44f8-8f1a-b2fe1acf79a0', 'RESERVED', NULL, NULL), ('2faac3fb-ea98-4761-b494-9b579ecebed5', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 21, 70.000, 13.966, 28.020, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, '46642c3a-54bc-4c89-b02e-e970ea9a03c1', 'RESERVED', NULL, NULL), ('c477ae00-635a-4c8e-bc06-3e59fe1601ca', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 22, 70.000, 13.966, 18.860, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, 'd33cc5dc-ca2d-4621-a641-15ec8bd2b762', 'RESERVED', NULL, NULL), ('e989e03d-da08-4570-98a9-4c5927d5824a', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 23, 70.000, 13.966, 19.250, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, 'dfb83a01-311b-449f-a1ec-c44ee5c9a581', 'RESERVED', NULL, NULL), ('c5b7bbf9-945f-4bfe-b41d-b75522f67600', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 24, 70.000, 13.966, 24.140, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, '944af82a-1903-4a6e-a557-c939a1b64336', 'RESERVED', NULL, NULL), ('cb1f9c6c-f736-4579-8c99-33ca5235bd47', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 25, 70.000, 13.966, 20.080, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, '61ca1aac-1a39-4192-99aa-4d00e3ea0bf4', 'RESERVED', NULL, NULL), ('d6b45f75-2a72-41f1-b780-7b55e6ac6115', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 26, 70.000, 13.966, 23.340, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, '6224eb5f-d4f9-4c65-874c-47422057f597', 'RESERVED', NULL, NULL), ('bd3d6f64-c286-44c5-9340-2648059ba281', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 27, 70.000, 13.966, 29.250, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, 'db06d53b-b72b-44d5-9450-2fe197b21a6e', 'RESERVED', NULL, NULL), ('61ec87c3-e432-405d-9b55-dd2d47fbf7b6', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 28, 70.000, 13.966, 25.520, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, '45779010-d372-4e43-8c95-9fb536fed71a', 'RESERVED', NULL, NULL), ('fcc5061a-31f6-4a6b-9c1f-f75f4fdc25ad', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 29, 70.000, 13.966, 24.690, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, '4bd640e4-7537-4322-8933-76ded3507e67', 'RESERVED', NULL, NULL), ('eb50b779-c205-4c0c-aba0-df17730f9846', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 30, 70.000, 13.966, 25.130, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, '9c7d4932-5e79-4e22-a641-d5a814379b00', 'RESERVED', NULL, NULL), ('a3eb7cb4-6a4e-4ad0-baeb-8a3870b56d3d', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 31, 70.000, 13.966, 19.410, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, 'd200843a-fe67-4e5f-994f-63c45d65efd4', 'RESERVED', NULL, NULL), ('74d0f67c-9a62-4762-912c-065386cac6b0', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 32, 70.000, 13.966, 23.580, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, '33d00826-3a41-40f2-8ae0-002686a8e3e8', 'RESERVED', NULL, NULL), ('4960e5b3-18ab-4829-9e5a-5e775fe96bdf', '379c7434-f412-4a79-ae2d-e4740c63b49a', '8eec3a7d-8482-4397-96b6-59a028210722', 2, 70.000, 17.066, 70.000, '2026-07-23 09:23:37.952+00', '2026-07-23 09:23:37.952+00', NULL, '0eaa23e0-287c-4f08-b867-fc4069756e15', 'RESERVED', NULL, NULL), ('78c13305-448e-4b87-b65c-fd99b9fbbd9e', '379c7434-f412-4a79-ae2d-e4740c63b49a', '8eec3a7d-8482-4397-96b6-59a028210722', 3, 70.000, 17.066, 70.000, '2026-07-23 09:23:37.952+00', '2026-07-23 09:23:37.952+00', NULL, '5f35aef5-9f2d-40d6-ad7c-6e5ff4fe3963', 'RESERVED', NULL, NULL), ('f717bff8-84ae-49e5-9297-d20a09ab77bc', '379c7434-f412-4a79-ae2d-e4740c63b49a', '8eec3a7d-8482-4397-96b6-59a028210722', 4, 70.000, 17.066, 70.000, '2026-07-23 09:23:37.952+00', '2026-07-23 09:23:37.952+00', NULL, '5b7b8423-d211-4538-96a8-8cf5cebe9974', 'RESERVED', NULL, NULL), ('2a56a252-1abe-4452-9b98-683433d97547', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 33, 70.000, 13.966, 20.880, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, '8289cbc1-7dff-4288-a9a5-18a8929d8d2b', 'RESERVED', NULL, NULL), ('7f7bed5f-739d-4376-ab5a-dfc726f4125f', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 34, 70.000, 13.966, 27.600, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, '0377dd35-bc94-4fea-9e02-9600e433e5ab', 'RESERVED', NULL, NULL), ('1d1cc736-ca00-49a4-a38a-ba9c4a5c7d5c', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 35, 70.000, 13.966, 26.670, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, '501a9fd6-16bb-4bb8-8031-9b9bcb95ae08', 'RESERVED', NULL, NULL), ('e3cedb88-0441-48ad-99f6-b89d890ae083', '21799060-5741-4416-81b8-0dda9e325e80', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 1, 70.000, 13.966, 45.000, '2026-07-20 06:40:00.499+00', '2026-07-20 06:40:00.499+00', NULL, 'b150fcda-ed35-4c2a-829e-6f5da2447b94', 'RESERVED', NULL, NULL), ('7d9c168a-4ad3-461a-b8ed-aacc730cbed6', '21799060-5741-4416-81b8-0dda9e325e80', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 2, 70.000, 13.966, 28.000, '2026-07-20 06:40:00.499+00', '2026-07-20 06:40:00.499+00', NULL, '5daa57bd-10ee-4e5f-a73a-45357b43e0a8', 'RESERVED', NULL, NULL), ('00884609-6671-4f28-8ac6-60c793f3673c', '21799060-5741-4416-81b8-0dda9e325e80', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 3, 70.000, 13.966, 28.000, '2026-07-20 06:40:00.499+00', '2026-07-20 06:40:00.499+00', NULL, 'b9e70323-4d3c-4d85-b37a-51408b20daef', 'RESERVED', NULL, NULL), ('54507d24-a390-49cd-b854-9f69a7fd50da', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 3, 70.000, 13.966, 56.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, 'be750157-c923-4ac9-88b8-7c3e75644fcc', 'RESERVED', NULL, NULL), ('e06942f6-3d65-4d90-a57d-38cc47e6e5c3', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 4, 70.000, 13.966, 56.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, '700477c2-4c6c-4f81-8c5b-a7589c83704b', 'RESERVED', NULL, NULL), ('f34ca34e-ea5a-4f06-aa89-3c9c6d55e602', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 5, 70.000, 13.966, 56.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, '5cadc015-35dc-4f13-a1df-35bef3acd35f', 'RESERVED', NULL, NULL), ('604f9c70-9136-4c67-87e3-72960da0a6cc', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 6, 70.000, 13.966, 56.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, '27398588-df37-4408-bcec-69b408be2b4c', 'RESERVED', NULL, NULL), ('7857abfa-6374-4edc-a232-f06f7c711307', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 7, 70.000, 13.966, 56.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, '951904eb-60a6-44dd-aada-4be40146f2a0', 'RESERVED', NULL, NULL), ('205153be-fea5-4ad3-a524-a1c51de84502', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 8, 70.000, 13.966, 56.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, 'f1197f64-5ed6-4ed7-8d5b-27ca631a3c56', 'RESERVED', NULL, NULL), ('e6c19331-8aba-4dee-9794-1af8bfe3eb93', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 9, 70.000, 13.966, 56.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, 'cb4ec20c-14b5-49ae-b757-a213b5dd9fb5', 'RESERVED', NULL, NULL), ('7d586c5b-729c-4df6-872c-82aef5860f21', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 10, 70.000, 13.966, 56.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, 'abb8d3c8-6456-4849-a046-abeed0d3892c', 'RESERVED', NULL, NULL), ('4f975f1a-a913-424d-9b21-d99473c94edd', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 11, 70.000, 13.966, 56.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, '40e42fd9-8f27-4ed8-b73b-57cb790907e9', 'RESERVED', NULL, NULL), ('cff19caf-044f-4b2e-8376-46084a7048a6', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 12, 70.000, 13.966, 56.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, '6b8f2e94-dc78-49c7-9c8b-b304a7946649', 'RESERVED', NULL, NULL), ('3a5c0a4e-cf01-4a8b-bd32-d8c6e181adab', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 13, 70.000, 13.966, 56.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, 'b8dfa5f4-2e86-4e8c-a155-5d0f50809c1c', 'RESERVED', NULL, NULL), ('91fc5586-9de4-48ca-82a3-bdcedd06ce5d', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 14, 70.000, 13.966, 56.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, '0fd9c907-d37b-4538-99a7-819da34072c5', 'RESERVED', NULL, NULL), ('ee0f9ba7-02b4-486f-8f04-b63eec09dbb5', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 15, 70.000, 13.966, 56.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, '943ff7f7-7b0e-4488-86c0-b4426bf1abba', 'RESERVED', NULL, NULL), ('825eda47-1163-4eb2-99cb-27bd8ef3e39d', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 16, 70.000, 13.966, 25.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, 'ea41d963-cd4e-4e62-b4c9-c4f0411f9131', 'RESERVED', NULL, NULL), ('d7316eda-b62b-452c-983e-cf82a4cbf99a', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 17, 70.000, 13.966, 28.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, '69df25fe-ef7e-452f-8439-92757bb98b7e', 'RESERVED', NULL, NULL), ('452c7bdd-d7cd-411c-b330-5dc939635662', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 18, 70.000, 13.966, 28.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, '875974ae-ee69-45ef-a951-b70a7ecda661', 'RESERVED', NULL, NULL), ('a0959f6e-53aa-4f7f-b798-350d2eccd95e', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 19, 70.000, 13.966, 28.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, '194b9a33-c4b6-4cec-a2ac-4c7dab9023df', 'RESERVED', NULL, NULL), ('9ce12be0-5e8f-4efb-96d9-7aaa125e95d2', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 20, 70.000, 13.966, 28.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, '77164c29-1535-421a-bb0f-e61295ec7966', 'RESERVED', NULL, NULL), ('92682bb2-7f2c-4a54-b4ff-5b932bd450ec', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 21, 70.000, 13.966, 28.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, 'da9c8cca-10db-4aca-8cd3-c883a402f5c6', 'RESERVED', NULL, NULL), ('483c6959-8d5a-40ab-9b68-bf4d01f81e79', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 22, 70.000, 13.966, 28.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, 'd84a87c7-285c-43b0-928f-f18adf312557', 'RESERVED', NULL, NULL), ('20f92263-cdf1-4157-b350-fee54708efbb', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 23, 70.000, 13.966, 28.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, '45e0a7d8-cf56-43a4-977b-869ab6a1d6a8', 'RESERVED', NULL, NULL), ('bb161cd5-4159-4f04-808b-e38f31a6fa33', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 24, 70.000, 13.966, 28.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, '1f9aa084-2778-4973-829d-68ca27665b3d', 'RESERVED', NULL, NULL), ('f81a7fd4-15db-47cc-a5bd-afc0b02605ac', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 25, 70.000, 13.966, 28.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, '9384462b-53ed-4db9-9267-87ba35af3454', 'RESERVED', NULL, NULL), ('defcf90e-e1a4-41ec-a50f-ea8ce54082e4', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 26, 70.000, 13.966, 28.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, '2b37d9aa-ca9f-4384-8b69-2bb9d71c2bb8', 'RESERVED', NULL, NULL), ('f6c82c8d-74c0-49b2-89d0-444fe4fde8d3', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 43, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, '6418abb5-3057-45c3-ae8e-131dc5ca944b', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('aabafad2-8347-4da6-ad43-789dde9917b6', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 27, 70.000, 13.966, 28.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, '52278b48-c882-4a34-96a8-d937592a2cd8', 'RESERVED', NULL, NULL), ('6b1d7059-c491-4ad8-8eed-4c7df627fc4c', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 28, 70.000, 13.966, 28.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, '6f2ade5d-c8c0-4bba-9cf6-e813ecf5eb8e', 'RESERVED', NULL, NULL), ('0ead934f-bce9-4dca-a1b9-7a778021cb86', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 29, 70.000, 13.966, 28.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, 'af828445-a3ab-4bae-8f8c-d23d1f88b247', 'RESERVED', NULL, NULL), ('5e5066d1-409e-413e-8673-c7d57d785f09', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 30, 70.000, 13.966, 28.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, '2d6b5c20-d9c0-435d-821b-56ac5e4de522', 'RESERVED', NULL, NULL), ('519b29ab-f170-476b-965d-7f9e1c6b0300', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 31, 70.000, 13.966, 28.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, 'ed0fe2bf-e386-4dec-ba8e-d9f5d783df42', 'RESERVED', NULL, NULL), ('d06255b4-e9bc-4736-8c0d-3f189bbea666', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 32, 70.000, 13.966, 28.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, '0c63898a-3b42-48c2-a8fa-f777e2d6a28e', 'RESERVED', NULL, NULL), ('e6365226-c2c3-4d57-8853-dc27d7be8e45', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 33, 70.000, 13.966, 28.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, '33235c6c-5314-4adf-a369-0df725e50196', 'RESERVED', NULL, NULL), ('ae683d3c-4e32-4613-8399-e361ddaa4c17', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 34, 70.000, 13.966, 28.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, 'c66f251f-9119-442c-a4d4-360ccf8c8c20', 'RESERVED', NULL, NULL), ('5225ebde-15e2-4fa4-a85d-66dc8ef427c0', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 35, 70.000, 13.966, 28.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, 'fcef533e-028d-4f87-b236-6913a6e34343', 'RESERVED', NULL, NULL), ('8040d8b7-2cb1-4232-aee8-931b0e47adcd', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 36, 70.000, 13.966, 28.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, 'daaaaf4a-6a25-4a5f-98f2-964d7b7baa73', 'RESERVED', NULL, NULL), ('dbbc2ce2-5486-432e-8aab-b20c94114bcd', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 37, 70.000, 13.966, 28.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, 'd6baf04f-9f9d-4d0f-92d0-8e11c5e564ec', 'RESERVED', NULL, NULL), ('45efdbf9-78f4-410c-ad03-b13640c0e4b3', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 38, 70.000, 13.966, 28.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, '796c99be-a661-4116-a577-a0110841dc73', 'RESERVED', NULL, NULL), ('d90abf88-df7e-48ff-9198-01db740d739a', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 39, 70.000, 13.966, 28.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, '838e35b4-2942-4315-9d47-585784f18ba2', 'RESERVED', NULL, NULL), ('4eb4fe6c-4dde-4e24-886a-26e1a15c4f03', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 40, 70.000, 13.966, 28.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, 'eddf627c-d875-4ffb-8a21-3f8998958b94', 'RESERVED', NULL, NULL), ('772f4c48-4067-45a0-9d5f-dc378f1d8dc0', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 41, 70.000, 13.966, 28.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, '13670cc8-ba75-4c2d-8061-c6c9d46ea4e9', 'RESERVED', NULL, NULL), ('59c2dbec-58e4-4f0c-a6a6-d60f3668c598', 'd7604bf1-29ee-40f3-b054-b48f35b5f16f', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 1, 70.000, 13.966, 43.000, '2026-07-21 06:58:17.167+00', '2026-07-21 06:58:17.167+00', NULL, 'b150fcda-ed35-4c2a-829e-6f5da2447b94', 'RESERVED', NULL, NULL), ('2ac68acd-32b8-4d3e-ab72-5b8f1a7335bb', 'd7604bf1-29ee-40f3-b054-b48f35b5f16f', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 2, 70.000, 13.966, 21.000, '2026-07-21 06:58:17.167+00', '2026-07-21 06:58:17.167+00', NULL, '5daa57bd-10ee-4e5f-a73a-45357b43e0a8', 'RESERVED', NULL, NULL), ('7654c1a4-4e43-4868-8137-05bcac31f6ae', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 42, 70.000, 13.966, 28.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, '51f43037-daaf-4478-b355-c23c17555dc3', 'RESERVED', NULL, NULL), ('a70cd5b0-8a0c-4827-97f0-1bacef8cef5a', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 43, 70.000, 13.966, 28.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, 'ba1ba21f-f437-4626-bdad-a6466e5bd1a3', 'RESERVED', NULL, NULL), ('41d4d3bd-b866-4265-84d2-868ccc8e9d07', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 44, 70.000, 13.966, 28.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, '274df441-ac91-444a-a9e7-18c5332157a4', 'RESERVED', NULL, NULL), ('65b153d3-ba9f-4936-ac91-06525a7b8271', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 45, 70.000, 13.966, 28.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, '24404f54-03b6-45ec-9cbe-227447b92976', 'RESERVED', NULL, NULL), ('8ac0fe16-f7da-474f-9fc9-94545b37a138', '7b9d83fc-957d-4aed-85a2-7e9b5db111c3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 46, 70.000, 13.966, 28.000, '2026-07-21 12:26:30.644+00', '2026-07-21 12:26:30.644+00', NULL, '83cd6274-9dda-44fc-9324-c87c5e81b676', 'RESERVED', NULL, NULL), ('0dbec353-bb4d-4d6c-8677-670e7efaa894', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 36, 70.000, 13.966, 21.800, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, 'f73b25d9-6b6a-4d53-8033-0d36bd288f66', 'RESERVED', NULL, NULL), ('8bc0b394-22b6-4ac9-9fc5-096f2aeb35ac', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 37, 70.000, 13.966, 26.450, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, '0dc6cc71-04e7-465e-a0f5-b227e6b0e3cc', 'RESERVED', NULL, NULL), ('79aa58c7-705e-495c-bb8f-7740e67d87c8', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 38, 70.000, 13.966, 28.080, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, 'cda2bb61-9145-488f-9525-ef4f751844d2', 'RESERVED', NULL, NULL), ('76ffeef0-b9fd-475a-8cf8-3c11fe53a258', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 39, 70.000, 13.966, 23.270, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, '63d8f50e-43a0-4a6f-b0ce-93a5446fe747', 'RESERVED', NULL, NULL), ('0ca36721-e6f3-479a-8c14-536664de3f6b', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 40, 70.000, 13.966, 24.130, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, '4d7aac68-33ef-40eb-be71-b82123419fa0', 'RESERVED', NULL, NULL), ('2233af2f-0341-49d1-ba1c-5d9691bafa97', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 41, 70.000, 13.966, 27.570, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, '3ecc5c70-2441-476c-b0bb-2737d0f09ef3', 'RESERVED', NULL, NULL), ('d3fa560f-f726-4803-8376-ca16e2c1b164', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 42, 70.000, 13.966, 28.860, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, 'cc7cc87f-4bad-4d1a-9beb-a636663c128e', 'RESERVED', NULL, NULL), ('6e09952e-acf1-44ff-9268-4a8b67bdd8de', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 43, 70.000, 13.966, 24.870, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, '711ccac0-5db6-4a40-87d8-fcd32a2b3acf', 'RESERVED', NULL, NULL), ('5d1d2840-c1eb-4599-802a-dd48ab0a8fd8', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 44, 70.000, 13.966, 27.600, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, 'af381508-3230-46fa-83ff-3f475f10f587', 'RESERVED', NULL, NULL), ('ae72c2ad-0770-4253-99bc-5ddee4ce3698', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 45, 70.000, 13.966, 19.960, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, '48be7d38-c265-47d1-ba04-2a3bb6bc116f', 'RESERVED', NULL, NULL), ('60e6a0b7-05cc-4dd3-a161-398fc2f4dbad', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 46, 70.000, 13.966, 28.520, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, '01908c99-7431-4e1d-811a-40826c16665d', 'RESERVED', NULL, NULL), ('5da7a396-f72c-4d87-90fc-dc299afe7a06', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 47, 70.000, 13.966, 23.350, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, 'e9ca94f1-c922-4ca7-bf4e-751020ffb45f', 'RESERVED', NULL, NULL), ('a1b6df3f-8449-4579-96ec-50cace0a87e5', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 48, 70.000, 13.966, 28.100, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, 'cda7dc57-2622-482d-84a4-df22f6063e3c', 'RESERVED', NULL, NULL), ('87c7f388-8331-4284-a85d-0449e1864155', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 49, 70.000, 13.966, 23.660, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, '408b14c4-0660-4004-8beb-e0859debac28', 'RESERVED', NULL, NULL), ('36c2eca8-75bd-49d5-a911-cd5274e1e586', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 50, 70.000, 13.966, 21.340, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, '6c5d7287-7744-4336-899d-de15ef5ee98e', 'RESERVED', NULL, NULL), ('5c292a88-8f8b-47b5-9733-f49afe4f80b3', 'f13ddc61-ec01-4991-bb1a-b8b525e2764e', '8eec3a7d-8482-4397-96b6-59a028210722', 1, 70.000, 17.066, 70.000, '2026-07-22 08:37:23.092+00', '2026-07-22 08:37:23.092+00', NULL, '5157d855-6ff4-4d76-93e8-3ed09005f07a', 'RESERVED', NULL, NULL), ('3523b2d1-397b-4f3c-97bf-53444c37dab1', 'f13ddc61-ec01-4991-bb1a-b8b525e2764e', '8eec3a7d-8482-4397-96b6-59a028210722', 2, 70.000, 17.066, 70.000, '2026-07-22 08:37:23.092+00', '2026-07-22 08:37:23.092+00', NULL, '0eaa23e0-287c-4f08-b867-fc4069756e15', 'RESERVED', NULL, NULL), ('b4012900-9b8f-40f4-8dc9-deb99ee3ea6c', 'f13ddc61-ec01-4991-bb1a-b8b525e2764e', '8eec3a7d-8482-4397-96b6-59a028210722', 3, 70.000, 17.066, 70.000, '2026-07-22 08:37:23.092+00', '2026-07-22 08:37:23.092+00', NULL, '5f35aef5-9f2d-40d6-ad7c-6e5ff4fe3963', 'RESERVED', NULL, NULL), ('a1d156fe-f36d-4637-827b-92e89f61167d', 'f13ddc61-ec01-4991-bb1a-b8b525e2764e', '8eec3a7d-8482-4397-96b6-59a028210722', 4, 70.000, 17.066, 70.000, '2026-07-22 08:37:23.092+00', '2026-07-22 08:37:23.092+00', NULL, '5b7b8423-d211-4538-96a8-8cf5cebe9974', 'RESERVED', NULL, NULL), ('0c01b6d8-bf6b-407c-8ac3-262e38042ba2', 'f13ddc61-ec01-4991-bb1a-b8b525e2764e', '8eec3a7d-8482-4397-96b6-59a028210722', 5, 70.000, 17.066, 70.000, '2026-07-22 08:37:23.092+00', '2026-07-22 08:37:23.092+00', NULL, '3e79907b-c2d3-41ab-80fc-e315abeae8af', 'RESERVED', NULL, NULL), ('387f1b63-d278-4029-bb5c-415518ed3d93', 'f13ddc61-ec01-4991-bb1a-b8b525e2764e', '8eec3a7d-8482-4397-96b6-59a028210722', 6, 70.000, 17.066, 70.000, '2026-07-22 08:37:23.092+00', '2026-07-22 08:37:23.092+00', NULL, 'd40c1816-be56-4a13-8c52-a436ac20c8ab', 'RESERVED', NULL, NULL), ('cd2525e1-2751-4568-8880-3a03fe24096a', 'f13ddc61-ec01-4991-bb1a-b8b525e2764e', '8eec3a7d-8482-4397-96b6-59a028210722', 7, 70.000, 17.066, 70.000, '2026-07-22 08:37:23.092+00', '2026-07-22 08:37:23.092+00', NULL, '54ce9794-8949-424b-b2da-2ce1117f64d5', 'RESERVED', NULL, NULL), ('a32b3e64-107c-4c1e-b0e2-aebf6aa71678', 'f13ddc61-ec01-4991-bb1a-b8b525e2764e', '8eec3a7d-8482-4397-96b6-59a028210722', 8, 70.000, 17.066, 70.000, '2026-07-22 08:37:23.092+00', '2026-07-22 08:37:23.092+00', NULL, '41cef115-d5ce-4e37-a824-d356c9fe2a65', 'RESERVED', NULL, NULL), ('a98d57d4-5bdd-44e3-8b8e-c410441fa6d5', 'f13ddc61-ec01-4991-bb1a-b8b525e2764e', '8eec3a7d-8482-4397-96b6-59a028210722', 9, 70.000, 17.066, 70.000, '2026-07-22 08:37:23.092+00', '2026-07-22 08:37:23.092+00', NULL, '1ffe2c11-525c-4f4b-b510-986a976e4f66', 'RESERVED', NULL, NULL), ('3eaca077-1808-4654-8d6e-6c89ab82abdd', 'f13ddc61-ec01-4991-bb1a-b8b525e2764e', '8eec3a7d-8482-4397-96b6-59a028210722', 10, 70.000, 17.066, 70.000, '2026-07-22 08:37:23.092+00', '2026-07-22 08:37:23.092+00', NULL, 'afc8372e-f69a-471e-b670-faf8ae208f9d', 'RESERVED', NULL, NULL), ('d48d0279-b24c-4c75-9396-3328b527c548', 'f13ddc61-ec01-4991-bb1a-b8b525e2764e', '8eec3a7d-8482-4397-96b6-59a028210722', 11, 70.000, 17.066, 70.000, '2026-07-22 08:37:23.092+00', '2026-07-22 08:37:23.092+00', NULL, '05801372-7f9e-4362-b55a-bae1f666eec2', 'RESERVED', NULL, NULL), ('4b8a87dd-c1c6-4a9f-a4ed-c06e686bcac9', 'f13ddc61-ec01-4991-bb1a-b8b525e2764e', '8eec3a7d-8482-4397-96b6-59a028210722', 12, 70.000, 17.066, 70.000, '2026-07-22 08:37:23.092+00', '2026-07-22 08:37:23.092+00', NULL, '5a8ef4df-c9e4-46e7-870b-8d991d92399c', 'RESERVED', NULL, NULL), ('9eafa736-e099-472e-b5ff-7a97d76c9a30', 'f13ddc61-ec01-4991-bb1a-b8b525e2764e', '8eec3a7d-8482-4397-96b6-59a028210722', 13, 70.000, 17.066, 70.000, '2026-07-22 08:37:23.092+00', '2026-07-22 08:37:23.092+00', NULL, 'f7c19cb3-2ed8-4889-b528-2e2533502e1f', 'RESERVED', NULL, NULL), ('5bcedd28-d99d-4bdb-bc0a-41d68caeefa0', 'f13ddc61-ec01-4991-bb1a-b8b525e2764e', '8eec3a7d-8482-4397-96b6-59a028210722', 14, 70.000, 17.066, 70.000, '2026-07-22 08:37:23.092+00', '2026-07-22 08:37:23.092+00', NULL, 'd040c962-0654-4728-9193-1130c88e4a62', 'RESERVED', NULL, NULL), ('576256e9-94de-4b81-bf19-9359e68bc437', 'f13ddc61-ec01-4991-bb1a-b8b525e2764e', '8eec3a7d-8482-4397-96b6-59a028210722', 15, 70.000, 17.066, 70.000, '2026-07-22 08:37:23.092+00', '2026-07-22 08:37:23.092+00', NULL, 'b9d8a7f8-bc43-49aa-b3a6-0318b46e2910', 'RESERVED', NULL, NULL), ('668e573f-a4e4-4ff7-ba92-ed4c441c3845', 'f13ddc61-ec01-4991-bb1a-b8b525e2764e', '8eec3a7d-8482-4397-96b6-59a028210722', 16, 70.000, 17.066, 70.000, '2026-07-22 08:37:23.092+00', '2026-07-22 08:37:23.092+00', NULL, 'f0848a37-c4d9-4d1f-bf4f-96cb5c9de452', 'RESERVED', NULL, NULL), ('62f62c24-b052-44d3-8afb-0f1a4339c663', 'f13ddc61-ec01-4991-bb1a-b8b525e2764e', '8eec3a7d-8482-4397-96b6-59a028210722', 17, 70.000, 17.066, 70.000, '2026-07-22 08:37:23.092+00', '2026-07-22 08:37:23.092+00', NULL, 'c88396c0-3bed-4aff-a848-7f82f70b932f', 'RESERVED', NULL, NULL), ('f1b20293-6545-46c2-ba61-e4785cbc8ba6', 'f13ddc61-ec01-4991-bb1a-b8b525e2764e', '8eec3a7d-8482-4397-96b6-59a028210722', 18, 70.000, 17.066, 70.000, '2026-07-22 08:37:23.092+00', '2026-07-22 08:37:23.092+00', NULL, '1d3eada0-d635-4cce-8162-37ab335875d1', 'RESERVED', NULL, NULL), ('b5b5db51-642f-4bf8-bcfd-5c719e5465a6', 'f13ddc61-ec01-4991-bb1a-b8b525e2764e', '8eec3a7d-8482-4397-96b6-59a028210722', 19, 70.000, 17.066, 35.000, '2026-07-22 08:37:23.092+00', '2026-07-22 08:37:23.092+00', NULL, 'cf954164-7b60-4ec6-9b19-ffcd8349e73a', 'RESERVED', NULL, NULL), ('6353276f-e674-4c12-ade0-032cf6d86d83', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 51, 70.000, 13.966, 24.690, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, '5c059ddf-a486-414a-81cf-aeb384ef7323', 'RESERVED', NULL, NULL), ('7a909384-8c37-4d19-8cb3-5884039621d1', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 52, 70.000, 13.966, 27.600, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, '24125da0-7132-4b76-9bd5-cf6d7504bb8f', 'RESERVED', NULL, NULL), ('0627f1b2-0106-4d0e-b3f4-ad08dfad6870', 'd226d18d-1a48-427b-8e51-236178d65a49', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 53, 70.000, 13.966, 21.830, '2026-07-22 13:39:48.902+00', '2026-07-22 13:39:48.902+00', NULL, '4f2742fd-8f95-46d7-8b0b-cd6a451e4214', 'RESERVED', NULL, NULL), ('5008e2a1-3868-45b7-a35f-ffa44fea4272', '379c7434-f412-4a79-ae2d-e4740c63b49a', '8eec3a7d-8482-4397-96b6-59a028210722', 5, 70.000, 17.066, 70.000, '2026-07-23 09:23:37.952+00', '2026-07-23 09:23:37.952+00', NULL, '3e79907b-c2d3-41ab-80fc-e315abeae8af', 'RESERVED', NULL, NULL), ('d9842f8c-c31d-4de6-bb44-fc3280cdcdd3', '379c7434-f412-4a79-ae2d-e4740c63b49a', '8eec3a7d-8482-4397-96b6-59a028210722', 6, 70.000, 17.066, 70.000, '2026-07-23 09:23:37.952+00', '2026-07-23 09:23:37.952+00', NULL, 'd40c1816-be56-4a13-8c52-a436ac20c8ab', 'RESERVED', NULL, NULL), ('83cb0f00-efc1-4c20-97f1-659846a2971d', '379c7434-f412-4a79-ae2d-e4740c63b49a', '8eec3a7d-8482-4397-96b6-59a028210722', 7, 70.000, 17.066, 28.000, '2026-07-23 09:23:37.952+00', '2026-07-23 09:23:37.952+00', NULL, '54ce9794-8949-424b-b2da-2ce1117f64d5', 'RESERVED', NULL, NULL), ('01a3c551-107e-45be-a98b-6397bc42e9ab', '065de839-5edb-4a08-ae6e-d1142579fd99', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 1, 70.000, 13.966, 24.000, '2026-07-23 14:02:20.291+00', '2026-07-23 14:02:20.291+00', NULL, '98407c31-ec00-4b57-a96d-637cec1ed273', 'RESERVED', NULL, NULL), ('d2cfd3b2-b405-421e-bcaa-95593b087afc', '3b753131-834f-4763-892e-a8f4a8ca837c', '8eec3a7d-8482-4397-96b6-59a028210722', 1, 70.000, 17.066, 70.000, '2026-07-22 12:46:48.165+00', '2026-07-22 12:46:48.165+00', NULL, '3ae733ed-b2ab-4b50-81ab-c7d67415c30f', 'RESERVED', NULL, NULL), ('b5c036cf-eb05-4a6e-8278-e661a0ce48b3', '3b753131-834f-4763-892e-a8f4a8ca837c', '8eec3a7d-8482-4397-96b6-59a028210722', 2, 70.000, 17.066, 70.000, '2026-07-22 12:46:48.165+00', '2026-07-22 12:46:48.165+00', NULL, 'ea7c3b62-00a5-486f-b37b-5c876a8ef0be', 'RESERVED', NULL, NULL), ('81035b6a-68c9-49eb-8dc0-d90011c3fa6a', '3b753131-834f-4763-892e-a8f4a8ca837c', '8eec3a7d-8482-4397-96b6-59a028210722', 3, 70.000, 17.066, 70.000, '2026-07-22 12:46:48.165+00', '2026-07-22 12:46:48.165+00', NULL, '07e93df1-095c-442f-bda5-41bc74ad0ced', 'RESERVED', NULL, NULL), ('53240b26-fe61-4ad5-b025-55cf53542887', '3b753131-834f-4763-892e-a8f4a8ca837c', '8eec3a7d-8482-4397-96b6-59a028210722', 4, 70.000, 17.066, 70.000, '2026-07-22 12:46:48.165+00', '2026-07-22 12:46:48.165+00', NULL, '7a93e53e-861d-4e3a-bd4b-58bf39da6ee8', 'RESERVED', NULL, NULL), ('93d5a24e-cbeb-43a1-a96b-157eedac2b4d', '3b753131-834f-4763-892e-a8f4a8ca837c', '8eec3a7d-8482-4397-96b6-59a028210722', 5, 70.000, 17.066, 70.000, '2026-07-22 12:46:48.165+00', '2026-07-22 12:46:48.165+00', NULL, '7c2f5d1c-d9d5-44bd-b7ff-80f3e7bf52e5', 'RESERVED', NULL, NULL), ('1328cda4-082a-4365-9180-13e88f065134', '3b753131-834f-4763-892e-a8f4a8ca837c', '8eec3a7d-8482-4397-96b6-59a028210722', 6, 70.000, 17.066, 70.000, '2026-07-22 12:46:48.165+00', '2026-07-22 12:46:48.165+00', NULL, 'ed72a1b9-d060-4699-b866-31a2c6bf2eb8', 'RESERVED', NULL, NULL), ('14a9c598-3b01-4bc6-8817-2fe4fbbc32a8', '3b753131-834f-4763-892e-a8f4a8ca837c', '8eec3a7d-8482-4397-96b6-59a028210722', 7, 70.000, 17.066, 70.000, '2026-07-22 12:46:48.165+00', '2026-07-22 12:46:48.165+00', NULL, '52c2faf6-80f1-40e8-97d1-d8ee82867198', 'RESERVED', NULL, NULL), ('82d38939-f038-4cd1-b5d5-1ca6eadd746c', 'f3af584a-51cb-4683-b9d0-f6ce3503894e', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 2, 70.000, 13.966, 40.000, '2026-07-21 17:16:01.803+00', '2026-07-21 17:16:01.803+00', NULL, '5067bbde-7756-4ccd-b95f-654baba240c0', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('3ef9ab1c-86af-403c-a71c-88a2f6b12684', 'f3af584a-51cb-4683-b9d0-f6ce3503894e', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 3, 70.000, 13.966, 20.000, '2026-07-21 17:16:01.803+00', '2026-07-21 17:16:01.803+00', NULL, '1c4f1919-2c79-497b-9c57-92bad167d443', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('8bfd98d2-2660-4fd4-87a0-1c956998049d', 'f3af584a-51cb-4683-b9d0-f6ce3503894e', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 4, 70.000, 13.966, 20.000, '2026-07-21 17:16:01.803+00', '2026-07-21 17:16:01.803+00', NULL, 'b0fd8345-e047-4869-ba3b-b5eee4d1509f', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('caa05bd0-4c14-46b8-9669-6ad9fe5b466b', 'f3af584a-51cb-4683-b9d0-f6ce3503894e', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 5, 70.000, 13.966, 20.000, '2026-07-21 17:16:01.803+00', '2026-07-21 17:16:01.803+00', NULL, 'd0ef971b-de9a-4444-8f9b-be65a73383a8', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('dd02d422-040b-47e3-b734-8b71ef36ca38', 'f3af584a-51cb-4683-b9d0-f6ce3503894e', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 6, 70.000, 13.966, 20.000, '2026-07-21 17:16:01.803+00', '2026-07-21 17:16:01.803+00', NULL, 'db81a283-27ef-470e-8697-bb99f2985e0c', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('25802de0-800b-4360-a570-8992e45b7ec5', 'f3af584a-51cb-4683-b9d0-f6ce3503894e', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 7, 70.000, 13.966, 20.000, '2026-07-21 17:16:01.803+00', '2026-07-21 17:16:01.803+00', NULL, '367c3556-02c5-4734-993f-27b4ef8c894d', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('137b3ef7-42cb-4cdc-830f-4b6e227a6bcb', 'f3af584a-51cb-4683-b9d0-f6ce3503894e', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 8, 70.000, 13.966, 20.000, '2026-07-21 17:16:01.803+00', '2026-07-21 17:16:01.803+00', NULL, '6418abb5-3057-45c3-ae8e-131dc5ca944b', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('d7e54568-3d8a-41e0-91d9-ed38cbf879c6', 'f3af584a-51cb-4683-b9d0-f6ce3503894e', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 9, 70.000, 13.966, 20.000, '2026-07-21 17:16:01.803+00', '2026-07-21 17:16:01.803+00', NULL, 'b1848f29-5b8e-4af2-a633-e3979371881d', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('b83f8dcd-bfb6-4350-adbf-2363b25f77c0', 'f3af584a-51cb-4683-b9d0-f6ce3503894e', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 10, 70.000, 13.966, 20.000, '2026-07-21 17:16:01.803+00', '2026-07-21 17:16:01.803+00', NULL, 'ac3442c2-05b9-4d13-a242-ee50caadeb9e', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('87ecd747-9fb6-462f-b68a-e9d0c245a45a', 'f3af584a-51cb-4683-b9d0-f6ce3503894e', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 11, 70.000, 13.966, 20.000, '2026-07-21 17:16:01.803+00', '2026-07-21 17:16:01.803+00', NULL, '100fbb76-f62d-46a3-be30-ac79719f9ded', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('310b0e53-475f-4063-aaa1-38e9cc1ccc81', 'f3af584a-51cb-4683-b9d0-f6ce3503894e', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 12, 70.000, 13.966, 20.000, '2026-07-21 17:16:01.803+00', '2026-07-21 17:16:01.803+00', NULL, '078db48b-a8ab-4acf-babc-0e5c8df538fa', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('d161a9ed-0637-4b35-9bd2-1764822b71d4', 'f3af584a-51cb-4683-b9d0-f6ce3503894e', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 13, 70.000, 13.966, 20.000, '2026-07-21 17:16:01.803+00', '2026-07-21 17:16:01.803+00', NULL, 'ebf5d985-02ee-4f64-a43c-c77c683e5479', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('5f112c5d-2092-4c5c-91c4-691c0001b609', 'f3af584a-51cb-4683-b9d0-f6ce3503894e', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 14, 70.000, 13.966, 20.000, '2026-07-21 17:16:01.803+00', '2026-07-21 17:16:01.803+00', NULL, '9ad96e4c-285c-4b47-baec-ad9606680bff', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('24fc7968-b3a8-4ddc-abbe-799e1b9c2119', 'f3af584a-51cb-4683-b9d0-f6ce3503894e', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 15, 70.000, 13.966, 20.000, '2026-07-21 17:16:01.803+00', '2026-07-21 17:16:01.803+00', NULL, '027c3412-c1ec-4f48-b65f-dc20b20db5c7', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('97b5ec8b-f4f5-470f-bb83-6023360a212c', 'f3af584a-51cb-4683-b9d0-f6ce3503894e', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 16, 70.000, 13.966, 20.000, '2026-07-21 17:16:01.803+00', '2026-07-21 17:16:01.803+00', NULL, 'a2c86830-5db4-4cd4-99e6-85cdbf9f6979', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('534611d9-bc55-4ef2-b876-f7fabb635a2c', 'f3af584a-51cb-4683-b9d0-f6ce3503894e', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 17, 70.000, 13.966, 20.000, '2026-07-21 17:16:01.803+00', '2026-07-21 17:16:01.803+00', NULL, '8198f44f-fbf7-4c17-b4c4-b243a78b51c9', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('99f4396b-628e-4778-b9b3-ba424a3ce2b1', 'f3af584a-51cb-4683-b9d0-f6ce3503894e', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 18, 70.000, 13.966, 20.000, '2026-07-21 17:16:01.803+00', '2026-07-21 17:16:01.803+00', NULL, '21ad7cf5-8720-48ab-b07c-457d659f10df', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('254e7a60-5349-488f-9048-6b2f49d862d1', 'f3af584a-51cb-4683-b9d0-f6ce3503894e', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 19, 70.000, 13.966, 20.000, '2026-07-21 17:16:01.803+00', '2026-07-21 17:16:01.803+00', NULL, '343bd852-aaec-4858-a2ff-a3c126b0cb5b', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('8173a33d-c2c6-4988-9a25-207147af59b7', 'f3af584a-51cb-4683-b9d0-f6ce3503894e', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 20, 70.000, 13.966, 20.000, '2026-07-21 17:16:01.803+00', '2026-07-21 17:16:01.803+00', NULL, '9db9bf3d-2a4c-43cd-976b-b6dafe140865', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('dc328856-2ce6-4907-96ec-08d3ce31a7c7', 'f3af584a-51cb-4683-b9d0-f6ce3503894e', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 21, 70.000, 13.966, 20.000, '2026-07-21 17:16:01.803+00', '2026-07-21 17:16:01.803+00', NULL, 'e875642e-1a0c-4916-9c30-afedc2bf6058', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('31d65e9d-b63f-44c6-81f3-e85e75cc9893', '3b753131-834f-4763-892e-a8f4a8ca837c', '8eec3a7d-8482-4397-96b6-59a028210722', 8, 70.000, 17.066, 70.000, '2026-07-22 12:46:48.165+00', '2026-07-22 12:46:48.165+00', NULL, '46793bd2-c77b-43af-83f4-3cebca8f83fd', 'RESERVED', NULL, NULL), ('c0b64205-1932-4fc7-8c1f-d3dc57d6a893', '3b753131-834f-4763-892e-a8f4a8ca837c', '8eec3a7d-8482-4397-96b6-59a028210722', 9, 70.000, 17.066, 70.000, '2026-07-22 12:46:48.165+00', '2026-07-22 12:46:48.165+00', NULL, '10fa4f49-57d1-48e3-a7e3-46e2121f0ccc', 'RESERVED', NULL, NULL), ('846beb93-18af-47a7-a788-f053625fe5d6', '3b753131-834f-4763-892e-a8f4a8ca837c', '8eec3a7d-8482-4397-96b6-59a028210722', 10, 70.000, 17.066, 70.000, '2026-07-22 12:46:48.165+00', '2026-07-22 12:46:48.165+00', NULL, 'df0824ca-b995-46a2-a153-ddbe7d2746ce', 'RESERVED', NULL, NULL), ('e05a7d7b-9eb7-432f-a099-9294f96352c8', '3b753131-834f-4763-892e-a8f4a8ca837c', '8eec3a7d-8482-4397-96b6-59a028210722', 11, 70.000, 17.066, 70.000, '2026-07-22 12:46:48.165+00', '2026-07-22 12:46:48.165+00', NULL, '36c7a12a-1bec-4600-b8d1-7d8b9e3bdaf2', 'RESERVED', NULL, NULL), ('6db8a1de-9618-4b6c-a849-a5b4ccf68bc7', 'f3af584a-51cb-4683-b9d0-f6ce3503894e', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 1, 70.000, 13.966, 40.000, '2026-07-21 17:16:01.803+00', '2026-07-21 17:16:01.803+00', NULL, '4334b12e-103f-4499-8fe5-1ff8df234716', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('fd327cc5-cb58-4a97-b480-29c72eefa1f9', '3b753131-834f-4763-892e-a8f4a8ca837c', '8eec3a7d-8482-4397-96b6-59a028210722', 12, 70.000, 17.066, 70.000, '2026-07-22 12:46:48.165+00', '2026-07-22 12:46:48.165+00', NULL, 'ab966ba3-0eb9-43b8-8a7b-c6a8bdc1b8b2', 'RESERVED', NULL, NULL), ('96898e73-b30a-435e-8840-5af053efaaee', '3b753131-834f-4763-892e-a8f4a8ca837c', '8eec3a7d-8482-4397-96b6-59a028210722', 13, 70.000, 17.066, 70.000, '2026-07-22 12:46:48.165+00', '2026-07-22 12:46:48.165+00', NULL, '873ccf9e-68f5-468a-ab6e-626a77511a26', 'RESERVED', NULL, NULL), ('756fa785-4530-4058-80e8-ffbf35c5a0da', '3b753131-834f-4763-892e-a8f4a8ca837c', '8eec3a7d-8482-4397-96b6-59a028210722', 14, 70.000, 17.066, 70.000, '2026-07-22 12:46:48.165+00', '2026-07-22 12:46:48.165+00', NULL, 'da467171-ff66-4c8f-a8f0-da37dc7b7ea7', 'RESERVED', NULL, NULL), ('bc630d76-cf1b-4351-9fd3-62f3e8dc76cc', '3b753131-834f-4763-892e-a8f4a8ca837c', '8eec3a7d-8482-4397-96b6-59a028210722', 15, 70.000, 17.066, 70.000, '2026-07-22 12:46:48.165+00', '2026-07-22 12:46:48.165+00', NULL, '0ac8b72b-38a2-4fd8-ba6c-273edf69dd43', 'RESERVED', NULL, NULL), ('0df2be8d-34d0-4803-bbb5-55f96ea29d37', '3b753131-834f-4763-892e-a8f4a8ca837c', '8eec3a7d-8482-4397-96b6-59a028210722', 16, 70.000, 17.066, 70.000, '2026-07-22 12:46:48.165+00', '2026-07-22 12:46:48.165+00', NULL, 'e83f2749-f195-4ecf-b158-d0f96a24493d', 'RESERVED', NULL, NULL), ('18ad406b-a46e-469c-b12a-a82e76afea87', '3b753131-834f-4763-892e-a8f4a8ca837c', '8eec3a7d-8482-4397-96b6-59a028210722', 17, 70.000, 17.066, 70.000, '2026-07-22 12:46:48.165+00', '2026-07-22 12:46:48.165+00', NULL, '0b652309-d605-4e20-84bd-974139462cc6', 'RESERVED', NULL, NULL), ('fc905cad-856b-4ff0-9ed1-a46de82b3e1d', '3b753131-834f-4763-892e-a8f4a8ca837c', '8eec3a7d-8482-4397-96b6-59a028210722', 18, 70.000, 17.066, 70.000, '2026-07-22 12:46:48.165+00', '2026-07-22 12:46:48.165+00', NULL, '7589b56c-a055-4592-a0ab-ac963c2e46df', 'RESERVED', NULL, NULL), ('14741d41-a1c4-40ee-8eea-8b7d635e891e', '3b753131-834f-4763-892e-a8f4a8ca837c', '8eec3a7d-8482-4397-96b6-59a028210722', 19, 70.000, 17.066, 70.000, '2026-07-22 12:46:48.165+00', '2026-07-22 12:46:48.165+00', NULL, 'ba5376e4-bdab-4e4b-a3b0-c8ba6c2f2da9', 'RESERVED', NULL, NULL), ('0ee00b71-1e40-4b9c-bbee-2b3c5b91317c', '3b753131-834f-4763-892e-a8f4a8ca837c', '8eec3a7d-8482-4397-96b6-59a028210722', 20, 70.000, 17.066, 70.000, '2026-07-22 12:46:48.165+00', '2026-07-22 12:46:48.165+00', NULL, '4347bd49-f8c7-40a5-a963-c35f71e4551f', 'RESERVED', NULL, NULL), ('0ed7a9b6-2831-41b2-beb9-f15cc1ff90e5', '3b753131-834f-4763-892e-a8f4a8ca837c', '8eec3a7d-8482-4397-96b6-59a028210722', 21, 70.000, 17.066, 70.000, '2026-07-22 12:46:48.165+00', '2026-07-22 12:46:48.165+00', NULL, 'ffef9238-7c91-499f-8d71-ac767d713615', 'RESERVED', NULL, NULL), ('a9f6a395-70c9-46af-ba33-b9c6a84c78dc', '3b753131-834f-4763-892e-a8f4a8ca837c', '8eec3a7d-8482-4397-96b6-59a028210722', 22, 70.000, 17.066, 70.000, '2026-07-22 12:46:48.165+00', '2026-07-22 12:46:48.165+00', NULL, '220877e0-fef1-42b6-90d9-48136749840f', 'RESERVED', NULL, NULL), ('18681340-edfc-4acb-9935-fc10c091eabc', '3b753131-834f-4763-892e-a8f4a8ca837c', '8eec3a7d-8482-4397-96b6-59a028210722', 23, 70.000, 17.066, 70.000, '2026-07-22 12:46:48.165+00', '2026-07-22 12:46:48.165+00', NULL, 'd7be2a1f-521e-4548-97b2-dc19361a8c24', 'RESERVED', NULL, NULL), ('65028b9e-02e1-4cc0-86e1-9931f174d9f0', '3b753131-834f-4763-892e-a8f4a8ca837c', '8eec3a7d-8482-4397-96b6-59a028210722', 24, 70.000, 17.066, 70.000, '2026-07-22 12:46:48.165+00', '2026-07-22 12:46:48.165+00', NULL, '7d90c6dc-a55c-4920-a5e2-3bc338263c77', 'RESERVED', NULL, NULL), ('562977f6-b1a1-4799-af4f-f892d166c7c8', '3b753131-834f-4763-892e-a8f4a8ca837c', '8eec3a7d-8482-4397-96b6-59a028210722', 25, 70.000, 17.066, 22.000, '2026-07-22 12:46:48.165+00', '2026-07-22 12:46:48.165+00', NULL, '2152baca-bdec-4f94-8e69-dbd0f5d14127', 'RESERVED', NULL, NULL), ('d68822fb-7665-4b87-9597-0704c855b379', '83a0229a-8975-4b9b-a97f-7b3004215aef', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 1, 70.000, 13.966, 12.000, '2026-07-20 11:14:11.013+00', '2026-07-20 11:14:11.013+00', NULL, '4334b12e-103f-4499-8fe5-1ff8df234716', 'RESERVED', NULL, NULL), ('c1c40709-282f-4d7f-a4a2-d780e7546e42', '83a0229a-8975-4b9b-a97f-7b3004215aef', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 2, 70.000, 13.966, 47.850, '2026-07-20 11:14:11.013+00', '2026-07-20 11:14:11.013+00', NULL, '5067bbde-7756-4ccd-b95f-654baba240c0', 'RESERVED', NULL, NULL), ('a7bdb1df-6cbf-4d8f-a633-b6b77c433ae8', '83a0229a-8975-4b9b-a97f-7b3004215aef', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 3, 70.000, 13.966, 19.000, '2026-07-20 11:14:11.013+00', '2026-07-20 11:14:11.013+00', NULL, '1c4f1919-2c79-497b-9c57-92bad167d443', 'RESERVED', NULL, NULL), ('bd61afa6-3ff7-4b17-9b6d-f4323d9312d0', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 1, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, '148b7a5b-c7e3-46a6-a621-61467233720c', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('ad46086e-cda6-447d-8e1d-cf9d853d8bf6', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 2, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, '4334b12e-103f-4499-8fe5-1ff8df234716', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('3cb481e4-2202-4f23-bcc2-59d2b541c3d8', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 3, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, '04feda04-6dcb-4d27-b6bf-458d9318e0c2', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('c0e7cbc9-d741-4ed8-a2e9-c2cbeef28637', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 4, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, '4065b9e5-f6ce-4df5-b324-1081c0247d4c', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('7d5a0ed4-c3b1-4ec3-92e5-695969a23a84', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 5, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, 'd9f29503-3906-4d20-bff5-447ebe355b61', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('f8ad88b4-e2f3-4d23-a242-00d92aae80f5', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 6, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, 'aabc4d3e-ac83-42c3-b348-080db47539b7', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('ce4d1043-8155-4456-adf6-a0a87969de3f', '6d83b300-aa08-42bf-bcee-f0f1df37cde5', '8eec3a7d-8482-4397-96b6-59a028210722', 1, 70.000, 17.066, 70.000, '2026-07-23 12:57:09.86+00', '2026-07-23 12:57:09.86+00', NULL, '5157d855-6ff4-4d76-93e8-3ed09005f07a', 'RESERVED', '23fda607-6cc6-4923-b05b-56b7adb1626b', NULL), ('88acf021-ea7e-4418-b718-24572ff0f749', '6d83b300-aa08-42bf-bcee-f0f1df37cde5', '8eec3a7d-8482-4397-96b6-59a028210722', 2, 70.000, 17.066, 70.000, '2026-07-23 12:57:09.86+00', '2026-07-23 12:57:09.86+00', NULL, '0eaa23e0-287c-4f08-b867-fc4069756e15', 'RESERVED', '23fda607-6cc6-4923-b05b-56b7adb1626b', NULL), ('5badf08a-861a-4fb0-b3ec-24d768b6dc96', '6d83b300-aa08-42bf-bcee-f0f1df37cde5', '8eec3a7d-8482-4397-96b6-59a028210722', 3, 70.000, 17.066, 60.000, '2026-07-23 12:57:09.86+00', '2026-07-23 12:57:09.86+00', NULL, '5f35aef5-9f2d-40d6-ad7c-6e5ff4fe3963', 'RESERVED', '23fda607-6cc6-4923-b05b-56b7adb1626b', NULL), ('f343f000-9060-4837-a841-4a1268c0312f', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 7, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, 'e2bfa882-d653-4b30-aa33-e7b20698636d', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('e2b5db87-43e5-4d02-be55-bbd36ab01e06', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 8, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, 'a83c2c28-b229-4275-aa45-7ba49e5e8042', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('bf5fa298-bb69-445f-810e-28f5b75ade86', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 9, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, 'de9ef3bd-712b-4f34-8f25-0d6a51833074', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('29e7b7cc-b183-433e-9081-9167255add77', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 10, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, 'b32de37c-e462-4a7b-aeb0-f7b73ddf68f0', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('d505e9b1-bef5-4e66-b7d1-166b2b81eb29', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 11, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, '57c3f687-1c0d-4a29-9060-db38b3a533e6', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('51f778c9-f883-4342-a5d5-1f7ba038d4ac', 'ba774692-e3be-4107-a1e6-6a497950d371', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 10, 70.000, 13.966, 21.640, '2026-08-04 12:27:17.75889+00', '2026-08-05 11:07:50.488901+00', NULL, '5daa57bd-10ee-4e5f-a73a-45357b43e0a8', 'RESERVED', NULL, NULL), ('d80c4168-7a3e-4abc-896f-02fb2fdfab10', 'ba774692-e3be-4107-a1e6-6a497950d371', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 11, 70.000, 13.966, 21.660, '2026-08-04 12:27:17.75889+00', '2026-08-05 11:07:50.488901+00', NULL, 'dcf8af0b-b95e-4e95-8d8e-75be6a3ea769', 'RESERVED', NULL, NULL), ('c9e66726-d1ea-4169-906a-f23ea252f1ba', 'ba774692-e3be-4107-a1e6-6a497950d371', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 12, 70.000, 13.966, 21.050, '2026-08-04 12:27:17.75889+00', '2026-08-05 11:07:50.488901+00', NULL, 'e4f95edb-21b6-482b-9b51-1af97edc2341', 'RESERVED', NULL, NULL), ('d0fd8cf8-2ca5-433d-a621-b5f95662567f', 'ba774692-e3be-4107-a1e6-6a497950d371', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 13, 70.000, 13.966, 25.320, '2026-08-04 12:27:17.75889+00', '2026-08-05 11:07:50.488901+00', NULL, 'a25bbcfd-a76c-47c4-80f4-5462f98eba3e', 'RESERVED', NULL, NULL), ('e3f5e663-f602-4006-8fb4-96fcb9c28c5a', 'ba774692-e3be-4107-a1e6-6a497950d371', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 14, 70.000, 13.966, 26.490, '2026-08-04 12:27:17.75889+00', '2026-08-05 11:07:50.488901+00', NULL, '5cadc015-35dc-4f13-a1df-35bef3acd35f', 'RESERVED', NULL, NULL), ('3817d0ff-97a5-4013-a08f-ad3cbe376acf', 'ba774692-e3be-4107-a1e6-6a497950d371', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 15, 70.000, 13.966, 23.950, '2026-08-04 12:27:17.75889+00', '2026-08-05 11:07:50.488901+00', NULL, '85e05351-b076-4121-b7b1-e07863f69f31', 'RESERVED', NULL, NULL), ('27f8c316-ecca-49b4-8768-ee16a9ac70a2', 'ba774692-e3be-4107-a1e6-6a497950d371', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 16, 70.000, 13.966, 22.240, '2026-08-04 12:27:17.75889+00', '2026-08-05 11:07:50.488901+00', NULL, '944cec65-290c-4adb-bf37-5bba91ecaab2', 'RESERVED', NULL, NULL), ('26c72cdb-6698-4a98-8d56-b0f59be8dc30', 'ba774692-e3be-4107-a1e6-6a497950d371', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 17, 70.000, 13.966, 25.530, '2026-08-04 12:27:17.75889+00', '2026-08-05 11:07:50.488901+00', NULL, '27398588-df37-4408-bcec-69b408be2b4c', 'RESERVED', NULL, NULL), ('477b3b91-a786-48e5-b746-10104d0f593f', 'ba774692-e3be-4107-a1e6-6a497950d371', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 18, 70.000, 13.966, 21.540, '2026-08-04 12:27:17.75889+00', '2026-08-05 11:07:50.488901+00', NULL, '5424c729-723a-4606-9d2d-b73f2ba27b31', 'RESERVED', NULL, NULL), ('4ba8ad09-d5eb-41cb-8811-433658c5b566', 'ba774692-e3be-4107-a1e6-6a497950d371', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 19, 70.000, 13.966, 27.590, '2026-08-04 12:27:17.75889+00', '2026-08-05 11:07:50.488901+00', NULL, '6ade91c0-d616-4ae3-b7c1-7f7cb2686961', 'RESERVED', NULL, NULL), ('c1cec7f7-c35f-4fed-a16f-ce5eac6e6d2b', 'ba774692-e3be-4107-a1e6-6a497950d371', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 20, 70.000, 13.966, 24.550, '2026-08-04 12:27:17.75889+00', '2026-08-05 11:07:50.488901+00', NULL, '5cac0077-63b0-4022-9b7e-228a0391c3f3', 'RESERVED', NULL, NULL), ('6410b452-8445-4d56-912a-928ab4df5b15', 'ba774692-e3be-4107-a1e6-6a497950d371', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 22, 70.000, 13.966, 24.410, '2026-08-04 12:27:17.75889+00', '2026-08-05 11:07:50.488901+00', NULL, '76e92779-2705-43b5-8e28-52fc9ad42ddd', 'RESERVED', NULL, NULL), ('43a0b62c-7edf-4818-b7ad-9eb19ddb6307', 'ba774692-e3be-4107-a1e6-6a497950d371', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 23, 70.000, 13.966, 20.420, '2026-08-04 12:27:17.75889+00', '2026-08-05 11:07:50.488901+00', NULL, '951904eb-60a6-44dd-aada-4be40146f2a0', 'RESERVED', NULL, NULL), ('cf9ff8a7-d8e2-4b65-b81a-27cc6d134e79', 'ba774692-e3be-4107-a1e6-6a497950d371', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 24, 70.000, 13.966, 21.720, '2026-08-04 12:27:17.75889+00', '2026-08-05 11:07:50.488901+00', NULL, 'b9e70323-4d3c-4d85-b37a-51408b20daef', 'RESERVED', NULL, NULL), ('cc33fa43-b64d-44fb-9c77-1305037d9b76', 'e505ad7b-7d27-4d6b-bac6-c1ec7d3ca44d', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 1, 70.000, 13.966, 25.000, '2026-08-01 09:40:07.41296+00', '2026-08-01 09:40:07.41296+00', NULL, '8ecb831d-4d07-4c56-b46c-d8fb7aff20d2', 'RESERVED', NULL, NULL), ('0fa89aee-c550-422f-ab07-7a798ade7608', 'e505ad7b-7d27-4d6b-bac6-c1ec7d3ca44d', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 2, 70.000, 13.966, 28.000, '2026-08-01 09:40:07.41296+00', '2026-08-01 09:40:07.41296+00', NULL, 'c00f78c4-e526-4272-953d-4d8c62c464ac', 'RESERVED', NULL, NULL), ('20474978-2ed1-4f00-88b5-b4019f15b4b6', 'e505ad7b-7d27-4d6b-bac6-c1ec7d3ca44d', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 3, 70.000, 13.966, 24.000, '2026-08-01 09:40:07.41296+00', '2026-08-01 09:40:07.41296+00', NULL, 'f8e2efe7-8f72-4ced-9485-760f7e16b816', 'RESERVED', NULL, NULL), ('ec2f51cc-f70f-43fd-9427-4e727b5fe767', 'e505ad7b-7d27-4d6b-bac6-c1ec7d3ca44d', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 4, 70.000, 13.966, 23.000, '2026-08-01 09:40:07.41296+00', '2026-08-01 09:40:07.41296+00', NULL, 'f6463fb1-5e59-4eab-a3e5-dfb2ba9f51e0', 'RESERVED', NULL, NULL), ('09df696e-2290-4f88-93c4-208106b2ac2e', 'e505ad7b-7d27-4d6b-bac6-c1ec7d3ca44d', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 5, 70.000, 13.966, 21.000, '2026-08-01 09:40:07.41296+00', '2026-08-01 09:40:07.41296+00', NULL, 'ae484bb2-59f3-4be3-b73e-3615ed8239fc', 'RESERVED', NULL, NULL), ('65b594ca-a753-4f84-b29b-317b19667bf1', 'e505ad7b-7d27-4d6b-bac6-c1ec7d3ca44d', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 6, 70.000, 13.966, 37.000, '2026-08-01 09:40:07.41296+00', '2026-08-01 09:40:07.41296+00', NULL, '746dfb2c-9cc1-4475-b110-bd0d5efa31b8', 'RESERVED', NULL, NULL), ('7eca46c2-5b10-418d-a5d3-1332e2209dbb', 'ba774692-e3be-4107-a1e6-6a497950d371', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 25, 70.000, 13.966, 22.350, '2026-08-04 12:27:17.75889+00', '2026-08-05 11:07:50.488901+00', NULL, 'c6e5e49c-01fd-4469-a215-e4b2f5ee6ad3', 'RESERVED', NULL, NULL), ('029e7137-537a-4941-8ab3-c843a6e39dfa', 'ba774692-e3be-4107-a1e6-6a497950d371', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 26, 70.000, 13.966, 22.120, '2026-08-04 12:27:17.75889+00', '2026-08-05 11:07:50.488901+00', NULL, '1ab8f840-69cc-4d95-9bcc-2c3be1e8c85e', 'RESERVED', NULL, NULL), ('598a99df-312e-42e8-848a-80bafc191e78', 'ba774692-e3be-4107-a1e6-6a497950d371', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 27, 70.000, 13.966, 26.290, '2026-08-04 12:27:17.75889+00', '2026-08-05 11:07:50.488901+00', NULL, 'f5bf1b94-6dc1-4be2-89a5-538cc18f919a', 'RESERVED', NULL, NULL), ('595dd9e3-97c3-4741-852f-d6f8c77f44c2', 'ba774692-e3be-4107-a1e6-6a497950d371', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 28, 70.000, 13.966, 22.690, '2026-08-04 12:27:17.75889+00', '2026-08-05 11:07:50.488901+00', NULL, 'd25abbef-a7f0-4b6c-98ed-6931e074168b', 'RESERVED', NULL, NULL), ('941cae90-7d03-4a21-ad56-0eebb7e53e15', 'ba774692-e3be-4107-a1e6-6a497950d371', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 29, 70.000, 13.966, 26.040, '2026-08-04 12:27:17.75889+00', '2026-08-05 11:07:50.488901+00', NULL, '04219cc7-ef3f-4b30-9e31-cb5a207631ae', 'RESERVED', NULL, NULL), ('e2b0f8e1-f329-4dd6-956b-933f50ea32ab', 'ba774692-e3be-4107-a1e6-6a497950d371', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 30, 70.000, 13.966, 23.180, '2026-08-04 12:27:17.75889+00', '2026-08-05 11:07:50.488901+00', NULL, 'afda74c6-be11-4edc-9c1e-e35a597508df', 'RESERVED', NULL, NULL), ('565ec1be-db81-44d4-9bfe-264783854063', '43be694a-48fc-4c14-8b13-cded4791ec63', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 1, 70.000, 13.966, 10.000, '2026-08-02 21:48:51.413136+00', '2026-08-02 21:48:51.413136+00', NULL, '5cac0077-63b0-4022-9b7e-228a0391c3f3', 'RESERVED', NULL, NULL), ('ba993ca5-8ade-4d05-a60c-8907e6dc6746', '43be694a-48fc-4c14-8b13-cded4791ec63', '4f65adc3-baf7-44de-88ad-0a4672fab669', 2, 70.000, 18.560, 10.000, '2026-08-02 21:48:51.413136+00', '2026-08-02 21:48:51.413136+00', NULL, 'c0eafaa7-85f4-4568-a3cb-09754f196592', 'RESERVED', NULL, NULL), ('540ea941-0dfc-4107-bd66-ab026b7f76be', '43be694a-48fc-4c14-8b13-cded4791ec63', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 3, 70.000, 13.966, 10.000, '2026-08-02 21:48:51.413136+00', '2026-08-02 21:48:51.413136+00', NULL, '6ade91c0-d616-4ae3-b7c1-7f7cb2686961', 'RESERVED', NULL, NULL), ('7232008e-99b7-4c89-9032-ed30d3beceac', '43be694a-48fc-4c14-8b13-cded4791ec63', '4f65adc3-baf7-44de-88ad-0a4672fab669', 4, 70.000, 18.560, 10.000, '2026-08-02 21:48:51.413136+00', '2026-08-02 21:48:51.413136+00', NULL, '9511df0b-87ea-4f19-a770-4ea9a27004dd', 'RESERVED', NULL, NULL), ('f301247f-ffe1-44ce-93a6-abb78e677d6c', '43be694a-48fc-4c14-8b13-cded4791ec63', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 5, 70.000, 13.966, 10.000, '2026-08-02 21:48:51.413136+00', '2026-08-02 21:48:51.413136+00', NULL, '5424c729-723a-4606-9d2d-b73f2ba27b31', 'RESERVED', NULL, NULL), ('773f9793-1ec7-41d8-baed-89de0521037d', '62a426ca-52e7-4359-8a43-a8ac038638db', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 2, 70.000, 13.966, 21.000, '2026-08-07 11:05:27.931018+00', '2026-08-07 11:05:27.931018+00', NULL, '20e7c481-34ac-4603-bb38-357383c55a9b', 'RESERVED', NULL, NULL), ('9d8a812d-2af4-4ad6-8d88-58b67d3ab37f', '62a426ca-52e7-4359-8a43-a8ac038638db', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 3, 70.000, 13.966, 22.000, '2026-08-07 11:05:27.931018+00', '2026-08-07 11:05:27.931018+00', NULL, 'e4f95edb-21b6-482b-9b51-1af97edc2341', 'RESERVED', NULL, NULL), ('dce5f183-5d74-41d1-95c1-851fbb962995', '62a426ca-52e7-4359-8a43-a8ac038638db', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 4, 70.000, 13.966, 22.000, '2026-08-07 11:05:27.931018+00', '2026-08-07 11:05:27.931018+00', NULL, '5cac0077-63b0-4022-9b7e-228a0391c3f3', 'RESERVED', NULL, NULL), ('0ea2a8f4-d26b-444b-bb2c-4e524cfc834b', '62a426ca-52e7-4359-8a43-a8ac038638db', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 5, 70.000, 13.966, 21.000, '2026-08-07 11:05:27.931018+00', '2026-08-07 11:05:27.931018+00', NULL, 'd25abbef-a7f0-4b6c-98ed-6931e074168b', 'RESERVED', NULL, NULL), ('b9c95055-d74c-4b9e-813d-ea8550a6d93c', '62a426ca-52e7-4359-8a43-a8ac038638db', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 6, 70.000, 13.966, 36.000, '2026-08-07 11:05:27.931018+00', '2026-08-07 11:05:27.931018+00', NULL, 'f8e2efe7-8f72-4ced-9485-760f7e16b816', 'RESERVED', NULL, NULL), ('c04b5cd0-873a-49c4-bd93-1b206211f959', '37a3cdde-377c-4cbf-ae1f-9571034024e2', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 1, 70.000, 13.966, 24.500, '2026-08-06 04:29:06.859628+00', '2026-08-06 04:29:06.859628+00', NULL, 'ee187bcb-a21d-49db-9102-96361dd65aa5', 'RESERVED', NULL, NULL), ('4b7eb647-a75d-486e-b9df-6686407c2222', '37a3cdde-377c-4cbf-ae1f-9571034024e2', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 2, 70.000, 13.966, 20.000, '2026-08-06 04:29:06.859628+00', '2026-08-06 04:29:06.859628+00', NULL, '273d5cdf-193f-494e-927a-f30e2e800ee3', 'RESERVED', NULL, NULL), ('90b0373e-50f4-4ceb-8b77-f16327bec26b', '37a3cdde-377c-4cbf-ae1f-9571034024e2', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 3, 70.000, 13.966, 20.000, '2026-08-06 04:29:06.859628+00', '2026-08-06 04:29:06.859628+00', NULL, 'd4138cab-df2f-4a7d-89ad-b57bf0e00c13', 'RESERVED', NULL, NULL), ('26800d8b-b8ba-44d7-81cc-1fc6e3b7471a', '37a3cdde-377c-4cbf-ae1f-9571034024e2', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 4, 70.000, 13.966, 70.000, '2026-08-06 04:29:06.859628+00', '2026-08-06 04:29:06.859628+00', NULL, '20e7c481-34ac-4603-bb38-357383c55a9b', 'RESERVED', NULL, NULL), ('db2ff554-dc2c-4566-821c-2327ea1d6d7e', '37a3cdde-377c-4cbf-ae1f-9571034024e2', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 5, 70.000, 13.966, 70.000, '2026-08-06 04:29:06.859628+00', '2026-08-06 04:29:06.859628+00', NULL, '5852d1d2-0ae9-4e9d-923d-6e94e0978a25', 'RESERVED', NULL, NULL), ('05737b73-fa89-446a-ad15-9ab37f31e88a', '37a3cdde-377c-4cbf-ae1f-9571034024e2', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 6, 70.000, 13.966, 70.000, '2026-08-06 04:29:06.859628+00', '2026-08-06 04:29:06.859628+00', NULL, '8de9ad3b-fae0-499a-98ef-e5d5d2ee41d8', 'RESERVED', NULL, NULL), ('e15b30e7-ec60-4e7e-be3b-a24defd3a1a9', '37a3cdde-377c-4cbf-ae1f-9571034024e2', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 7, 70.000, 13.966, 70.000, '2026-08-06 04:29:06.859628+00', '2026-08-06 04:29:06.859628+00', NULL, 'b034a5f5-8eff-4f31-bf89-945d920749fe', 'RESERVED', NULL, NULL), ('4d657e4e-ed17-4b4f-9fa9-15d7e8c23ab4', '37a3cdde-377c-4cbf-ae1f-9571034024e2', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 8, 70.000, 13.966, 70.000, '2026-08-06 04:29:06.859628+00', '2026-08-06 04:29:06.859628+00', NULL, '898628d2-7195-49aa-aa05-7289781725ac', 'RESERVED', NULL, NULL), ('3c1ae892-5bf7-49c9-a0be-9cdeee8ad17c', '37a3cdde-377c-4cbf-ae1f-9571034024e2', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 9, 70.000, 13.966, 70.000, '2026-08-06 04:29:06.859628+00', '2026-08-06 04:29:06.859628+00', NULL, 'd3779672-5f85-4a03-a437-7ef6ec2097b2', 'RESERVED', NULL, NULL), ('a0eed35d-cea0-4942-ba80-35a0c31a2890', '37a3cdde-377c-4cbf-ae1f-9571034024e2', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 10, 70.000, 13.966, 70.000, '2026-08-06 04:29:06.859628+00', '2026-08-06 04:29:06.859628+00', NULL, '5daa57bd-10ee-4e5f-a73a-45357b43e0a8', 'RESERVED', NULL, NULL), ('f1fa9a07-5031-4673-bc86-b54e58e4d33a', '37a3cdde-377c-4cbf-ae1f-9571034024e2', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 11, 70.000, 13.966, 10.000, '2026-08-06 04:29:06.859628+00', '2026-08-06 04:29:06.859628+00', NULL, 'dcf8af0b-b95e-4e95-8d8e-75be6a3ea769', 'RESERVED', NULL, NULL), ('03e46bbf-53d3-4895-9fe2-f30cc366cb3f', 'd6f6c9ac-194a-4bd6-844c-667f26b49fea', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 1, 70.000, 13.966, 20.260, '2026-08-05 11:26:40.845492+00', '2026-08-05 11:47:28.821867+00', NULL, 'ee187bcb-a21d-49db-9102-96361dd65aa5', 'DEPARTED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('10677ed1-c96e-4840-841c-4437bc37e533', 'd6f6c9ac-194a-4bd6-844c-667f26b49fea', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 2, 70.000, 13.966, 24.680, '2026-08-05 11:26:40.845492+00', '2026-08-05 11:47:28.821867+00', NULL, '273d5cdf-193f-494e-927a-f30e2e800ee3', 'DEPARTED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('666ba4c0-3e81-4634-b6be-91930e9451ca', 'd6f6c9ac-194a-4bd6-844c-667f26b49fea', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 3, 70.000, 13.966, 21.730, '2026-08-05 11:26:40.845492+00', '2026-08-05 11:47:28.821867+00', NULL, 'd4138cab-df2f-4a7d-89ad-b57bf0e00c13', 'DEPARTED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('f23f9907-7f4f-49a9-ba86-eb28032f2589', 'd6f6c9ac-194a-4bd6-844c-667f26b49fea', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 4, 70.000, 13.966, 21.400, '2026-08-05 11:26:40.845492+00', '2026-08-05 11:47:28.821867+00', NULL, '20e7c481-34ac-4603-bb38-357383c55a9b', 'DEPARTED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('dbb12e5e-dc8a-4579-bdcc-c9025a1424b6', 'd6f6c9ac-194a-4bd6-844c-667f26b49fea', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 5, 70.000, 13.966, 21.580, '2026-08-05 11:26:40.845492+00', '2026-08-05 11:47:28.821867+00', NULL, '5852d1d2-0ae9-4e9d-923d-6e94e0978a25', 'DEPARTED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('e3f3d0bf-485c-4e39-952c-64bd3edc2c25', 'd6f6c9ac-194a-4bd6-844c-667f26b49fea', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 6, 70.000, 13.966, 21.880, '2026-08-05 11:26:40.845492+00', '2026-08-05 11:47:28.821867+00', NULL, '8de9ad3b-fae0-499a-98ef-e5d5d2ee41d8', 'DEPARTED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('a219d3ae-af1d-458d-8a24-e353e946d626', 'd6f6c9ac-194a-4bd6-844c-667f26b49fea', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 7, 70.000, 13.966, 21.910, '2026-08-05 11:26:40.845492+00', '2026-08-05 11:47:28.821867+00', NULL, 'b034a5f5-8eff-4f31-bf89-945d920749fe', 'DEPARTED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('ca477328-2ded-4993-926d-153da2b360fc', 'd6f6c9ac-194a-4bd6-844c-667f26b49fea', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 8, 70.000, 13.966, 23.210, '2026-08-05 11:26:40.845492+00', '2026-08-05 11:47:28.821867+00', NULL, '898628d2-7195-49aa-aa05-7289781725ac', 'DEPARTED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('aeccc934-d350-4a24-a1d0-6cca6bf6dea3', 'd6f6c9ac-194a-4bd6-844c-667f26b49fea', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 9, 70.000, 13.966, 22.150, '2026-08-05 11:26:40.845492+00', '2026-08-05 11:47:28.821867+00', NULL, 'd3779672-5f85-4a03-a437-7ef6ec2097b2', 'DEPARTED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('4bbc20c0-a638-4e56-99dc-8a8396985f3d', 'd6f6c9ac-194a-4bd6-844c-667f26b49fea', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 10, 70.000, 13.966, 20.300, '2026-08-05 11:26:40.845492+00', '2026-08-05 11:47:28.821867+00', NULL, '5daa57bd-10ee-4e5f-a73a-45357b43e0a8', 'DEPARTED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('879bac12-b688-42e3-98e8-ae278df9be7b', 'd6f6c9ac-194a-4bd6-844c-667f26b49fea', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 11, 70.000, 13.966, 26.930, '2026-08-05 11:26:40.845492+00', '2026-08-05 11:47:28.821867+00', NULL, 'dcf8af0b-b95e-4e95-8d8e-75be6a3ea769', 'DEPARTED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('1c775c81-8da2-49e2-8e9c-a028c703237c', 'd6f6c9ac-194a-4bd6-844c-667f26b49fea', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 12, 70.000, 13.966, 21.680, '2026-08-05 11:26:40.845492+00', '2026-08-05 11:47:28.821867+00', NULL, 'e4f95edb-21b6-482b-9b51-1af97edc2341', 'DEPARTED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('b710ed75-8ec4-443a-8529-ffb09a3970a4', 'd6f6c9ac-194a-4bd6-844c-667f26b49fea', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 13, 70.000, 13.966, 27.010, '2026-08-05 11:26:40.845492+00', '2026-08-05 11:47:28.821867+00', NULL, 'a25bbcfd-a76c-47c4-80f4-5462f98eba3e', 'DEPARTED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('60a5296b-cd62-4169-86da-c2642691cd0a', 'd6f6c9ac-194a-4bd6-844c-667f26b49fea', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 14, 70.000, 13.966, 21.960, '2026-08-05 11:26:40.845492+00', '2026-08-05 11:47:28.821867+00', NULL, '5cadc015-35dc-4f13-a1df-35bef3acd35f', 'DEPARTED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('95eaefe9-5fff-4430-a5ba-c99c02e7ad6c', 'd6f6c9ac-194a-4bd6-844c-667f26b49fea', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 15, 70.000, 13.966, 20.850, '2026-08-05 11:26:40.845492+00', '2026-08-05 11:47:28.821867+00', NULL, '85e05351-b076-4121-b7b1-e07863f69f31', 'DEPARTED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('83ed469f-15e3-4df7-ae1b-4fb58141cb45', 'd6f6c9ac-194a-4bd6-844c-667f26b49fea', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 16, 70.000, 13.966, 26.100, '2026-08-05 11:26:40.845492+00', '2026-08-05 11:47:28.821867+00', NULL, '944cec65-290c-4adb-bf37-5bba91ecaab2', 'DEPARTED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('cd6e29f8-0a11-42c2-8f9d-e9e43c184571', 'd6f6c9ac-194a-4bd6-844c-667f26b49fea', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 17, 70.000, 13.966, 21.970, '2026-08-05 11:26:40.845492+00', '2026-08-05 11:47:28.821867+00', NULL, '27398588-df37-4408-bcec-69b408be2b4c', 'DEPARTED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('db5d3470-b4d0-4ade-95cd-0e011728a829', 'd6f6c9ac-194a-4bd6-844c-667f26b49fea', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 18, 70.000, 13.966, 21.310, '2026-08-05 11:26:40.845492+00', '2026-08-05 11:47:28.821867+00', NULL, '5424c729-723a-4606-9d2d-b73f2ba27b31', 'DEPARTED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('1d4794ee-d81a-45f3-a390-f40a7a9201c4', 'd6f6c9ac-194a-4bd6-844c-667f26b49fea', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 19, 70.000, 13.966, 21.990, '2026-08-05 11:26:40.845492+00', '2026-08-05 11:47:28.821867+00', NULL, '6ade91c0-d616-4ae3-b7c1-7f7cb2686961', 'DEPARTED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('701e6216-611f-45ac-acb5-835ae7a8b63a', 'd6f6c9ac-194a-4bd6-844c-667f26b49fea', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 20, 70.000, 13.966, 21.720, '2026-08-05 11:26:40.845492+00', '2026-08-05 11:47:28.821867+00', NULL, '5cac0077-63b0-4022-9b7e-228a0391c3f3', 'DEPARTED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('98ca5072-2d7f-4708-ba76-0d16ba788ee5', 'd6f6c9ac-194a-4bd6-844c-667f26b49fea', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 22, 70.000, 13.966, 21.560, '2026-08-05 11:26:40.845492+00', '2026-08-05 11:47:28.821867+00', NULL, '76e92779-2705-43b5-8e28-52fc9ad42ddd', 'DEPARTED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('8da677ae-5640-4834-9a60-14637f7aa3d4', 'd6f6c9ac-194a-4bd6-844c-667f26b49fea', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 23, 70.000, 13.966, 27.490, '2026-08-05 11:26:40.845492+00', '2026-08-05 11:47:28.821867+00', NULL, '951904eb-60a6-44dd-aada-4be40146f2a0', 'DEPARTED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('80f9671e-e43d-4562-a932-e5d9cb654243', 'd6f6c9ac-194a-4bd6-844c-667f26b49fea', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 24, 70.000, 13.966, 24.930, '2026-08-05 11:26:40.845492+00', '2026-08-05 11:47:28.821867+00', NULL, 'b9e70323-4d3c-4d85-b37a-51408b20daef', 'DEPARTED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('e398ea74-d175-4577-8918-1669925cb34f', 'd6f6c9ac-194a-4bd6-844c-667f26b49fea', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 25, 70.000, 13.966, 25.400, '2026-08-05 11:26:40.845492+00', '2026-08-05 11:47:28.821867+00', NULL, 'c6e5e49c-01fd-4469-a215-e4b2f5ee6ad3', 'DEPARTED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('07980cd4-4761-4920-8b65-ed602a05f346', 'd6f6c9ac-194a-4bd6-844c-667f26b49fea', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 26, 70.000, 13.966, 27.510, '2026-08-05 11:26:40.845492+00', '2026-08-05 11:47:28.821867+00', NULL, '1ab8f840-69cc-4d95-9bcc-2c3be1e8c85e', 'DEPARTED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('0eddb71f-c6e2-4014-81d3-b10cd44fb7a9', 'd6f6c9ac-194a-4bd6-844c-667f26b49fea', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 27, 70.000, 13.966, 27.200, '2026-08-05 11:26:40.845492+00', '2026-08-05 11:47:28.821867+00', NULL, 'f5bf1b94-6dc1-4be2-89a5-538cc18f919a', 'DEPARTED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('11ed9de7-1484-408d-a5e1-464aebfcedb1', 'd6f6c9ac-194a-4bd6-844c-667f26b49fea', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 28, 70.000, 13.966, 25.340, '2026-08-05 11:26:40.845492+00', '2026-08-05 11:47:28.821867+00', NULL, 'd25abbef-a7f0-4b6c-98ed-6931e074168b', 'DEPARTED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('c506844b-c6ce-44d1-baa9-d2a3e8659cb6', 'd6f6c9ac-194a-4bd6-844c-667f26b49fea', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 29, 70.000, 13.966, 26.410, '2026-08-05 11:26:40.845492+00', '2026-08-05 11:47:28.821867+00', NULL, '04219cc7-ef3f-4b30-9e31-cb5a207631ae', 'DEPARTED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('6551a5fb-9229-4aae-80d1-1386aa7f6e01', 'd6f6c9ac-194a-4bd6-844c-667f26b49fea', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 30, 70.000, 13.966, 26.650, '2026-08-05 11:26:40.845492+00', '2026-08-05 11:47:28.821867+00', NULL, 'afda74c6-be11-4edc-9c1e-e35a597508df', 'DEPARTED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('4fd457c4-3cff-463c-830c-c6c6e4ee87b9', '2a90debe-87e5-4d7f-b03b-ad0dc22899f3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 2, 70.000, 13.966, 24.680, '2026-08-07 06:08:41.811777+00', '2026-08-07 06:08:41.811777+00', NULL, '20e7c481-34ac-4603-bb38-357383c55a9b', 'RESERVED', NULL, NULL), ('4560512e-2fb6-4c2e-b933-ba2aac61dbdd', '2a90debe-87e5-4d7f-b03b-ad0dc22899f3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 3, 70.000, 13.966, 21.730, '2026-08-07 06:08:41.811777+00', '2026-08-07 06:08:41.811777+00', NULL, 'e4f95edb-21b6-482b-9b51-1af97edc2341', 'RESERVED', NULL, NULL), ('daf7f3e0-da84-4e24-9c97-1d5b03e529a8', '2a90debe-87e5-4d7f-b03b-ad0dc22899f3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 4, 70.000, 13.966, 21.400, '2026-08-07 06:08:41.811777+00', '2026-08-07 06:08:41.811777+00', NULL, '5cac0077-63b0-4022-9b7e-228a0391c3f3', 'RESERVED', NULL, NULL), ('e93f2a72-36a8-4100-acdf-9e0dbc2596c9', '2a90debe-87e5-4d7f-b03b-ad0dc22899f3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 5, 70.000, 13.966, 21.580, '2026-08-07 06:08:41.811777+00', '2026-08-07 06:08:41.811777+00', NULL, 'd25abbef-a7f0-4b6c-98ed-6931e074168b', 'RESERVED', NULL, NULL), ('c59f0faf-648d-498a-823d-9bd55657cd7b', '2a90debe-87e5-4d7f-b03b-ad0dc22899f3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 6, 70.000, 13.966, 21.880, '2026-08-07 06:08:41.811777+00', '2026-08-07 06:08:41.811777+00', NULL, 'f8e2efe7-8f72-4ced-9485-760f7e16b816', 'RESERVED', NULL, NULL), ('5f4f6224-833c-46c5-87b5-8112e14af593', '2a90debe-87e5-4d7f-b03b-ad0dc22899f3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 7, 70.000, 13.966, 21.910, '2026-08-07 06:08:41.811777+00', '2026-08-07 06:08:41.811777+00', NULL, 'f6463fb1-5e59-4eab-a3e5-dfb2ba9f51e0', 'RESERVED', NULL, NULL), ('b4029ab2-7e71-4933-80a4-680f5892c323', '2a90debe-87e5-4d7f-b03b-ad0dc22899f3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 8, 70.000, 13.966, 23.210, '2026-08-07 06:08:41.811777+00', '2026-08-07 06:08:41.811777+00', NULL, 'ae484bb2-59f3-4be3-b73e-3615ed8239fc', 'RESERVED', NULL, NULL), ('a012c15f-0bbe-40df-a5b5-30689b3c04ab', '2a90debe-87e5-4d7f-b03b-ad0dc22899f3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 9, 70.000, 13.966, 22.150, '2026-08-07 06:08:41.811777+00', '2026-08-07 06:08:41.811777+00', NULL, '746dfb2c-9cc1-4475-b110-bd0d5efa31b8', 'RESERVED', NULL, NULL), ('27f6f0c5-49ac-4c64-b4e3-4b4b575ed981', '2a90debe-87e5-4d7f-b03b-ad0dc22899f3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 10, 70.000, 13.966, 20.300, '2026-08-07 06:08:41.811777+00', '2026-08-07 06:08:41.811777+00', NULL, '24404f54-03b6-45ec-9cbe-227447b92976', 'RESERVED', NULL, NULL), ('be8c1ca3-102c-4245-90a2-f41a246e302f', '2a90debe-87e5-4d7f-b03b-ad0dc22899f3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 11, 70.000, 13.966, 26.930, '2026-08-07 06:08:41.811777+00', '2026-08-07 06:08:41.811777+00', NULL, 'c9f2906d-4e11-464f-922a-1b37bc95de15', 'RESERVED', NULL, NULL), ('218431ed-8489-4805-857b-4b18fda34046', '2a90debe-87e5-4d7f-b03b-ad0dc22899f3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 12, 70.000, 13.966, 21.680, '2026-08-07 06:08:41.811777+00', '2026-08-07 06:08:41.811777+00', NULL, '98407c31-ec00-4b57-a96d-637cec1ed273', 'RESERVED', NULL, NULL), ('2bb3a365-20c1-49e1-bf66-77bd00d56f21', '2a90debe-87e5-4d7f-b03b-ad0dc22899f3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 13, 70.000, 13.966, 27.010, '2026-08-07 06:08:41.811777+00', '2026-08-07 06:08:41.811777+00', NULL, '3712c6f2-e1f1-42fa-b16a-e3fb33c3622e', 'RESERVED', NULL, NULL), ('ebef5117-01ad-4a2c-90d6-12d4ffe759d2', '2a90debe-87e5-4d7f-b03b-ad0dc22899f3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 14, 70.000, 13.966, 21.960, '2026-08-07 06:08:41.811777+00', '2026-08-07 06:08:41.811777+00', NULL, 'a8b86f98-50ad-4258-88b5-3e700dbdcb21', 'RESERVED', NULL, NULL), ('2cf901fe-cbae-414f-bbcb-2231b9cf3f06', '2a90debe-87e5-4d7f-b03b-ad0dc22899f3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 15, 70.000, 13.966, 20.850, '2026-08-07 06:08:41.811777+00', '2026-08-07 06:08:41.811777+00', NULL, '1f4f4542-f4b8-47ea-a868-281c04fca0f8', 'RESERVED', NULL, NULL), ('5befcf78-9f01-45e7-9f9a-dc7cca07cd7a', '2a90debe-87e5-4d7f-b03b-ad0dc22899f3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 16, 70.000, 13.966, 26.100, '2026-08-07 06:08:41.811777+00', '2026-08-07 06:08:41.811777+00', NULL, 'f5bf1b94-6dc1-4be2-89a5-538cc18f919a', 'RESERVED', NULL, NULL), ('d12e2beb-3a37-4f1a-81b8-4bb8a840d5d2', '2a90debe-87e5-4d7f-b03b-ad0dc22899f3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 17, 70.000, 13.966, 21.970, '2026-08-07 06:08:41.811777+00', '2026-08-07 06:08:41.811777+00', NULL, '1ab8f840-69cc-4d95-9bcc-2c3be1e8c85e', 'RESERVED', NULL, NULL), ('c77a980a-4851-4878-a547-c20caf29ac6f', '2a90debe-87e5-4d7f-b03b-ad0dc22899f3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 18, 70.000, 13.966, 21.310, '2026-08-07 06:08:41.811777+00', '2026-08-07 06:08:41.811777+00', NULL, 'b9e70323-4d3c-4d85-b37a-51408b20daef', 'RESERVED', NULL, NULL), ('919272e8-c322-4fca-93fe-c5e19f955ec3', '2a90debe-87e5-4d7f-b03b-ad0dc22899f3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 19, 70.000, 13.966, 21.990, '2026-08-07 06:08:41.811777+00', '2026-08-07 06:08:41.811777+00', NULL, 'c6e5e49c-01fd-4469-a215-e4b2f5ee6ad3', 'RESERVED', NULL, NULL), ('659398d8-9ce7-4629-9f61-de65dcb8a894', '2a90debe-87e5-4d7f-b03b-ad0dc22899f3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 20, 70.000, 13.966, 21.720, '2026-08-07 06:08:41.811777+00', '2026-08-07 06:08:41.811777+00', NULL, '04219cc7-ef3f-4b30-9e31-cb5a207631ae', 'RESERVED', NULL, NULL), ('eec85e05-28c0-46aa-91a7-0f18225f8a2d', '2a90debe-87e5-4d7f-b03b-ad0dc22899f3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 21, 70.000, 13.966, 24.480, '2026-08-07 06:08:41.811777+00', '2026-08-07 06:08:41.811777+00', NULL, 'afda74c6-be11-4edc-9c1e-e35a597508df', 'RESERVED', NULL, NULL), ('d2e8f402-a322-4421-81f6-fe60fd155c63', '2a90debe-87e5-4d7f-b03b-ad0dc22899f3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 22, 70.000, 13.966, 21.560, '2026-08-07 06:08:41.811777+00', '2026-08-07 06:08:41.811777+00', NULL, '951904eb-60a6-44dd-aada-4be40146f2a0', 'RESERVED', NULL, NULL), ('671abb61-b204-4408-90f6-c4c284ef1ee9', '2a90debe-87e5-4d7f-b03b-ad0dc22899f3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 23, 70.000, 13.966, 27.490, '2026-08-07 06:08:41.811777+00', '2026-08-07 06:08:41.811777+00', NULL, '76e92779-2705-43b5-8e28-52fc9ad42ddd', 'RESERVED', NULL, NULL), ('5c09f678-4bef-484e-b381-ba1e8ab05b1a', '2a90debe-87e5-4d7f-b03b-ad0dc22899f3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 24, 70.000, 13.966, 24.930, '2026-08-07 06:08:41.811777+00', '2026-08-07 06:08:41.811777+00', NULL, '6ade91c0-d616-4ae3-b7c1-7f7cb2686961', 'RESERVED', NULL, NULL), ('c348957f-1b46-4a3a-8891-f4af2dcd6930', '2a90debe-87e5-4d7f-b03b-ad0dc22899f3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 25, 70.000, 13.966, 25.400, '2026-08-07 06:08:41.811777+00', '2026-08-07 06:08:41.811777+00', NULL, '5424c729-723a-4606-9d2d-b73f2ba27b31', 'RESERVED', NULL, NULL), ('67ab3271-330c-4f5c-9a5c-7c86b9a27f64', '2a90debe-87e5-4d7f-b03b-ad0dc22899f3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 26, 70.000, 13.966, 27.510, '2026-08-07 06:08:41.811777+00', '2026-08-07 06:08:41.811777+00', NULL, '27398588-df37-4408-bcec-69b408be2b4c', 'RESERVED', NULL, NULL), ('2e6ab4be-248a-478c-95fa-583b87adfdc6', '2a90debe-87e5-4d7f-b03b-ad0dc22899f3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 27, 70.000, 13.966, 27.200, '2026-08-07 06:08:41.811777+00', '2026-08-07 06:08:41.811777+00', NULL, '944cec65-290c-4adb-bf37-5bba91ecaab2', 'RESERVED', NULL, NULL), ('e5ea7384-e12a-450e-ac1e-951b6989d67c', '2a90debe-87e5-4d7f-b03b-ad0dc22899f3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 28, 70.000, 13.966, 25.340, '2026-08-07 06:08:41.811777+00', '2026-08-07 06:08:41.811777+00', NULL, '5cadc015-35dc-4f13-a1df-35bef3acd35f', 'RESERVED', NULL, NULL), ('ae84f134-d92c-4751-a4b1-3a4198f012f7', '2a90debe-87e5-4d7f-b03b-ad0dc22899f3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 29, 70.000, 13.966, 26.410, '2026-08-07 06:08:41.811777+00', '2026-08-07 06:08:41.811777+00', NULL, '85e05351-b076-4121-b7b1-e07863f69f31', 'RESERVED', NULL, NULL), ('47121f3e-90e9-43b9-ac22-0a541f594d54', '2a90debe-87e5-4d7f-b03b-ad0dc22899f3', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 30, 70.000, 13.966, 26.650, '2026-08-07 06:08:41.811777+00', '2026-08-07 06:08:41.811777+00', NULL, 'a25bbcfd-a76c-47c4-80f4-5462f98eba3e', 'RESERVED', NULL, NULL), ('f7c6407f-4e7a-47ad-9951-602fe3b72c07', '7e076f85-0f80-4edc-9787-01129e2e46c4', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 2, 70.000, 13.966, 20.000, '2026-08-07 12:19:49.496601+00', '2026-08-07 12:19:49.496601+00', NULL, '20e7c481-34ac-4603-bb38-357383c55a9b', 'RESERVED', NULL, NULL), ('ffb0f798-5dc2-4a55-95a1-f5c21ed39799', '7e076f85-0f80-4edc-9787-01129e2e46c4', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 3, 70.000, 13.966, 20.000, '2026-08-07 12:19:49.496601+00', '2026-08-07 12:19:49.496601+00', NULL, 'e4f95edb-21b6-482b-9b51-1af97edc2341', 'RESERVED', NULL, NULL), ('01c744b2-6905-411c-a3d3-21d3db9b5840', '7e076f85-0f80-4edc-9787-01129e2e46c4', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 4, 70.000, 13.966, 20.000, '2026-08-07 12:19:49.496601+00', '2026-08-07 12:19:49.496601+00', NULL, '5cac0077-63b0-4022-9b7e-228a0391c3f3', 'RESERVED', NULL, NULL), ('131a76f7-cafa-438e-bbd1-db115a27ffee', '7e076f85-0f80-4edc-9787-01129e2e46c4', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 5, 70.000, 13.966, 20.000, '2026-08-07 12:19:49.496601+00', '2026-08-07 12:19:49.496601+00', NULL, 'd25abbef-a7f0-4b6c-98ed-6931e074168b', 'RESERVED', NULL, NULL), ('42219ecc-dcef-45b2-888c-07ed72acaf79', '7e076f85-0f80-4edc-9787-01129e2e46c4', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 6, 70.000, 13.966, 30.000, '2026-08-07 12:19:49.496601+00', '2026-08-07 12:19:49.496601+00', NULL, 'f8e2efe7-8f72-4ced-9485-760f7e16b816', 'RESERVED', NULL, NULL), ('80025c87-d7ff-4ffe-a00f-1de48e9640fb', '7e076f85-0f80-4edc-9787-01129e2e46c4', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 7, 70.000, 13.966, 40.000, '2026-08-07 12:19:49.496601+00', '2026-08-07 12:19:49.496601+00', NULL, 'f6463fb1-5e59-4eab-a3e5-dfb2ba9f51e0', 'RESERVED', NULL, NULL), ('e90928dc-7cce-4b18-8db4-f5f923c012ed', '7e076f85-0f80-4edc-9787-01129e2e46c4', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 8, 70.000, 13.966, 20.000, '2026-08-07 12:19:49.496601+00', '2026-08-07 12:19:49.496601+00', NULL, 'ae484bb2-59f3-4be3-b73e-3615ed8239fc', 'RESERVED', NULL, NULL), ('086418da-392b-4bbd-a467-7eff2c34782e', '7e076f85-0f80-4edc-9787-01129e2e46c4', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 9, 70.000, 13.966, 40.000, '2026-08-07 12:19:49.496601+00', '2026-08-07 12:19:49.496601+00', NULL, '746dfb2c-9cc1-4475-b110-bd0d5efa31b8', 'RESERVED', NULL, NULL), ('bb3e7c8e-6bee-4fe9-9c66-9bbbfaa34206', '7e076f85-0f80-4edc-9787-01129e2e46c4', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 10, 70.000, 13.966, 40.000, '2026-08-07 12:19:49.496601+00', '2026-08-07 12:19:49.496601+00', NULL, '24404f54-03b6-45ec-9cbe-227447b92976', 'RESERVED', NULL, NULL), ('f094738f-7a6a-4f5c-b090-e8ca0a79416a', '7e076f85-0f80-4edc-9787-01129e2e46c4', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 11, 70.000, 13.966, 30.000, '2026-08-07 12:19:49.496601+00', '2026-08-07 12:19:49.496601+00', NULL, 'c9f2906d-4e11-464f-922a-1b37bc95de15', 'RESERVED', NULL, NULL), ('f3b0573f-6afa-47ed-921c-37f7848869da', '7e076f85-0f80-4edc-9787-01129e2e46c4', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 12, 70.000, 13.966, 30.000, '2026-08-07 12:19:49.496601+00', '2026-08-07 12:19:49.496601+00', NULL, '98407c31-ec00-4b57-a96d-637cec1ed273', 'RESERVED', NULL, NULL), ('d2da6ace-e4f7-494d-9a1d-b985de091af8', '7e076f85-0f80-4edc-9787-01129e2e46c4', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 13, 70.000, 13.966, 20.000, '2026-08-07 12:19:49.496601+00', '2026-08-07 12:19:49.496601+00', NULL, '3712c6f2-e1f1-42fa-b16a-e3fb33c3622e', 'RESERVED', NULL, NULL), ('11cf57bc-2923-4e38-ba57-e0a5ba5e8bc5', '7e076f85-0f80-4edc-9787-01129e2e46c4', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 14, 70.000, 13.966, 20.000, '2026-08-07 12:19:49.496601+00', '2026-08-07 12:19:49.496601+00', NULL, 'a8b86f98-50ad-4258-88b5-3e700dbdcb21', 'RESERVED', NULL, NULL), ('6bcb24e7-2c7a-47f0-9272-1aa37e047db8', '7e076f85-0f80-4edc-9787-01129e2e46c4', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 15, 70.000, 13.966, 20.000, '2026-08-07 12:19:49.496601+00', '2026-08-07 12:19:49.496601+00', NULL, '1f4f4542-f4b8-47ea-a868-281c04fca0f8', 'RESERVED', NULL, NULL), ('d80bab50-b9bd-46b5-8071-76f617939ba6', '7e076f85-0f80-4edc-9787-01129e2e46c4', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 16, 70.000, 13.966, 30.000, '2026-08-07 12:19:49.496601+00', '2026-08-07 12:19:49.496601+00', NULL, 'f5bf1b94-6dc1-4be2-89a5-538cc18f919a', 'RESERVED', NULL, NULL), ('290889b3-d27e-4a9b-988d-e580c9962e51', '7e076f85-0f80-4edc-9787-01129e2e46c4', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 17, 70.000, 13.966, 30.000, '2026-08-07 12:19:49.496601+00', '2026-08-07 12:19:49.496601+00', NULL, '1ab8f840-69cc-4d95-9bcc-2c3be1e8c85e', 'RESERVED', NULL, NULL), ('d3249f4a-eb72-4872-a608-b0ef7ce277d7', '7e076f85-0f80-4edc-9787-01129e2e46c4', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 18, 70.000, 13.966, 30.000, '2026-08-07 12:19:49.496601+00', '2026-08-07 12:19:49.496601+00', NULL, 'b9e70323-4d3c-4d85-b37a-51408b20daef', 'RESERVED', NULL, NULL), ('f2a106c6-f489-4ba2-9ada-9ed120251bd8', '7e076f85-0f80-4edc-9787-01129e2e46c4', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 19, 70.000, 13.966, 20.000, '2026-08-07 12:19:49.496601+00', '2026-08-07 12:19:49.496601+00', NULL, 'c6e5e49c-01fd-4469-a215-e4b2f5ee6ad3', 'RESERVED', NULL, NULL), ('ed540fb0-0200-431f-9120-c4b70ccb3f0c', '7e076f85-0f80-4edc-9787-01129e2e46c4', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 20, 70.000, 13.966, 20.000, '2026-08-07 12:19:49.496601+00', '2026-08-07 12:19:49.496601+00', NULL, '04219cc7-ef3f-4b30-9e31-cb5a207631ae', 'RESERVED', NULL, NULL), ('62c4e6b1-226f-4279-9b0a-a62c580d2b2a', '7e076f85-0f80-4edc-9787-01129e2e46c4', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 21, 70.000, 13.966, 20.000, '2026-08-07 12:19:49.496601+00', '2026-08-07 12:19:49.496601+00', NULL, 'afda74c6-be11-4edc-9c1e-e35a597508df', 'RESERVED', NULL, NULL), ('9f848d33-4b1d-475e-88a6-9e0effd29653', 'ba774692-e3be-4107-a1e6-6a497950d371', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 7, 70.000, 13.966, 24.310, '2026-08-04 12:27:17.75889+00', '2026-08-05 11:07:50.488901+00', NULL, 'b034a5f5-8eff-4f31-bf89-945d920749fe', 'RESERVED', NULL, NULL), ('09e49321-516b-44db-a366-b1ca270a08b2', 'ba774692-e3be-4107-a1e6-6a497950d371', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 8, 70.000, 13.966, 21.490, '2026-08-04 12:27:17.75889+00', '2026-08-05 11:07:50.488901+00', NULL, '898628d2-7195-49aa-aa05-7289781725ac', 'RESERVED', NULL, NULL), ('e8e3cec7-235f-4229-8204-cad678f98e87', 'ba774692-e3be-4107-a1e6-6a497950d371', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 9, 70.000, 13.966, 22.520, '2026-08-04 12:27:17.75889+00', '2026-08-05 11:07:50.488901+00', NULL, 'd3779672-5f85-4a03-a437-7ef6ec2097b2', 'RESERVED', NULL, NULL), ('9d5e540f-8744-4493-9e2e-ceb7f98e5061', 'ba774692-e3be-4107-a1e6-6a497950d371', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 1, 70.000, 13.966, 26.090, '2026-08-04 12:27:17.75889+00', '2026-08-05 11:07:50.488901+00', NULL, 'ee187bcb-a21d-49db-9102-96361dd65aa5', 'RESERVED', NULL, NULL), ('beae985d-f915-42a8-868f-3255d240d457', 'ba774692-e3be-4107-a1e6-6a497950d371', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 2, 70.000, 13.966, 20.920, '2026-08-04 12:27:17.75889+00', '2026-08-05 11:07:50.488901+00', NULL, '273d5cdf-193f-494e-927a-f30e2e800ee3', 'RESERVED', NULL, NULL), ('8c8b5486-f776-4ffb-8960-a2351f81f55f', 'ba774692-e3be-4107-a1e6-6a497950d371', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 3, 70.000, 13.966, 20.850, '2026-08-04 12:27:17.75889+00', '2026-08-05 11:07:50.488901+00', NULL, 'd4138cab-df2f-4a7d-89ad-b57bf0e00c13', 'RESERVED', NULL, NULL), ('477af531-649e-4da0-a923-396c084d4ef9', 'ba774692-e3be-4107-a1e6-6a497950d371', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 4, 70.000, 13.966, 25.170, '2026-08-04 12:27:17.75889+00', '2026-08-05 11:07:50.488901+00', NULL, '20e7c481-34ac-4603-bb38-357383c55a9b', 'RESERVED', NULL, NULL), ('a20d2ebb-75b2-4e97-9f75-d872dd78ff97', 'ba774692-e3be-4107-a1e6-6a497950d371', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 5, 70.000, 13.966, 20.320, '2026-08-04 12:27:17.75889+00', '2026-08-05 11:07:50.488901+00', NULL, '5852d1d2-0ae9-4e9d-923d-6e94e0978a25', 'RESERVED', NULL, NULL), ('75f06c3b-930d-426b-a7e7-cda472bde0da', 'ba774692-e3be-4107-a1e6-6a497950d371', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 6, 70.000, 13.966, 28.750, '2026-08-04 12:27:17.75889+00', '2026-08-05 11:07:50.488901+00', NULL, '8de9ad3b-fae0-499a-98ef-e5d5d2ee41d8', 'RESERVED', NULL, NULL), ('fcb93f4c-a2a6-41b4-b6ba-123efc9cd2c4', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 44, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, '367c3556-02c5-4734-993f-27b4ef8c894d', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('2641a9ba-514c-4a2c-ab66-9e4d5365f753', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 45, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, 'db81a283-27ef-470e-8697-bb99f2985e0c', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('7659e1b6-c7e9-4d34-8de8-0ff8b3e13b80', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 46, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, 'd0ef971b-de9a-4444-8f9b-be65a73383a8', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('c419c97e-da33-4e7b-afcb-5c43a29032ca', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 47, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, 'b0fd8345-e047-4869-ba3b-b5eee4d1509f', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('889c9aab-acac-44e0-87c4-396d11511d7a', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 48, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, '1c4f1919-2c79-497b-9c57-92bad167d443', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('654037d2-90fa-47c0-a15d-2f81b533c4f9', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 49, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, '5067bbde-7756-4ccd-b95f-654baba240c0', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('50942783-c256-4388-819d-264924073872', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 50, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, '806727f8-afe7-4bcd-8764-d0b8a336fc1d', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('e898c34f-a689-4a3a-b784-0d1cfd5e9c9f', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 12, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, '5315a1c0-352f-4529-b88f-137077263a1d', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('54d6d694-30c3-428a-bcb6-6a61fbebf792', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 13, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, '8b068c04-b5d1-4f63-b404-168fb57305af', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('fca25b69-ff6f-4696-9322-b6bd27557d56', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 14, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, '2f1348ee-a228-4fdb-a791-d8827bab8fd8', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('d7b71ff8-ddb8-45de-8412-0e5da4c45310', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 15, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, '15541cca-4457-4f16-9291-3032d008faa4', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('23b97d96-218b-4b9f-a537-eefb35fd59d0', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 16, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, 'e875642e-1a0c-4916-9c30-afedc2bf6058', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('ed643919-ca72-40e1-a0f9-d88340c05265', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 17, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, '9db9bf3d-2a4c-43cd-976b-b6dafe140865', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('4a380d25-1380-4e4a-91ff-cd4b56732a9e', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 18, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, '343bd852-aaec-4858-a2ff-a3c126b0cb5b', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('716fe838-c0b7-40d0-888d-15b34dc097f9', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 19, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, '21ad7cf5-8720-48ab-b07c-457d659f10df', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('ca92c11b-6456-4b99-8336-65082eb7556f', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 20, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, '8198f44f-fbf7-4c17-b4c4-b243a78b51c9', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('628cd73e-46e7-4b98-b220-515bd2f34114', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 21, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, 'a2c86830-5db4-4cd4-99e6-85cdbf9f6979', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('e04e9511-1247-485e-ab75-26b0050d14a6', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 22, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, '027c3412-c1ec-4f48-b65f-dc20b20db5c7', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('1ec8ea50-2e20-4a29-8d00-dbe5f8e22c49', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 23, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, '9ad96e4c-285c-4b47-baec-ad9606680bff', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('ff189a77-8a02-401f-81f7-70fab67701f3', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 24, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, 'ebf5d985-02ee-4f64-a43c-c77c683e5479', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('740684e1-0c12-4b69-bbb5-19bd8ca854bb', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 25, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, '7b88bd46-2870-4176-b292-ee2fce6fcb44', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('bbdc26b2-d6b1-4ea9-916b-1e4a99e461cb', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 26, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, '20e7c481-34ac-4603-bb38-357383c55a9b', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('078dc0d6-46bd-4700-97a6-a2553bcc44e0', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 27, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, 'e4f95edb-21b6-482b-9b51-1af97edc2341', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('af894629-7c8a-4cae-8520-5d55c83de0f7', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 28, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, '5cac0077-63b0-4022-9b7e-228a0391c3f3', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('1ccd1677-5afb-43c7-a2a8-94e241b4b6ae', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 29, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, 'd25abbef-a7f0-4b6c-98ed-6931e074168b', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('32cd9b7f-43c0-4c97-9d8e-0ddeb7a6dd01', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 30, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, 'a9e82d5a-4f14-413d-b226-f83f44900f8e', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('253edbb0-bc70-4478-8096-fbe5ed5c3239', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 31, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, 'c6d96337-5426-494e-a621-1603b0355c6c', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('97093045-54bc-427c-90a2-17f01c1ebbe2', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 32, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, '00c04e2a-05e3-4d3f-8da3-fff944605273', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('2333ed74-af01-4721-be04-fbda17af8c9f', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 33, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, '57ae3cba-d8dd-4507-a028-c89ea4702f3f', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('e04194a9-c55f-4b51-8823-2ace858d952d', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 34, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, '49ec0541-df20-41b4-804c-bbd5f5f96e2f', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('2ce82955-698f-4f69-9f02-a5ae80163438', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 35, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, '9ca2928c-add3-4acb-9354-6407fd5c7cd4', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('1d70301e-e17a-47e2-af94-3374c3d9bc05', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 36, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, 'a8292022-9346-4ea1-837a-8b3d7354a62c', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('fdfb4954-ca92-4e20-9218-bc173b4836ae', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 37, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, '8d08acbc-aa83-4a0f-a59f-dece78afd2f1', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('c95577ec-cd06-4a9d-87b1-88c3ba0e0768', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 38, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, 'a512fb55-b960-4781-8a63-131bdab1184d', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('78525fe4-c5f2-4c6f-951a-548e2f1dbf29', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 39, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, '078db48b-a8ab-4acf-babc-0e5c8df538fa', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('3adef761-d42b-4641-904a-8aaa9641b1a6', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 40, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, '100fbb76-f62d-46a3-be30-ac79719f9ded', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('b541cc8c-8cd7-4fdb-b1d2-c120c80807e4', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 41, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, 'ac3442c2-05b9-4d13-a242-ee50caadeb9e', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'), ('74654d38-10ae-4707-b5e1-be5b43cfcbd6', '8476735c-01cc-44b7-9c43-d59370f26f69', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 42, 70.000, 13.966, 20.000, '2026-07-18 16:54:51.24+00', '2026-07-18 16:54:51.24+00', NULL, 'b1848f29-5b8e-4af2-a633-e3979371881d', 'RESERVED', NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a'); -- -- Data for Name: train_sets; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.train_sets VALUES ('45cd3f95-b00c-42a8-812a-2c945271c44c', 'b67b7043-d216-4392-8313-7b43452e612d', 1035.200, 642.460, 46, 'DRAFT', '2026-08-07 07:54:42.670851+00', '2026-08-07 08:38:55.927275+00', NULL, '56eec969-55ec-4bc5-aad6-f4b7b6d17292'), ('62a426ca-52e7-4359-8a43-a8ac038638db', 'd6907984-bcfb-4408-b823-0fecc284f393', 146.000, 83.796, 6, 'ASSIGNED', '2026-08-07 08:02:18.250869+00', '2026-08-07 11:05:27.931018+00', NULL, '76671a28-3517-4f04-a903-32162959d615'), ('7e076f85-0f80-4edc-9787-01129e2e46c4', 'd6907984-bcfb-4408-b823-0fecc284f393', 540.000, 293.286, 21, 'ASSIGNED', '2026-08-06 07:09:19.925174+00', '2026-08-07 12:19:49.496601+00', NULL, '76671a28-3517-4f04-a903-32162959d615'), ('6d83b300-aa08-42bf-bcee-f0f1df37cde5', 'dd55e3cc-6acf-4f5d-b85e-2c27d3132db9', 200.000, 51.198, 3, 'DISPATCHED', '2026-07-23 12:20:25.037+00', '2026-07-23 12:57:29.218+00', NULL, NULL), ('379c7434-f412-4a79-ae2d-e4740c63b49a', 'dd55e3cc-6acf-4f5d-b85e-2c27d3132db9', 448.000, 119.462, 7, 'COMPLETED', '2026-07-23 07:53:11.819+00', '2026-07-23 09:28:22.689+00', NULL, NULL), ('e877c44e-9292-453d-bb28-616075071bb3', 'dd55e3cc-6acf-4f5d-b85e-2c27d3132db9', 21.000, 13.966, 1, 'COMPLETED', '2026-07-23 07:51:41.716+00', '2026-07-23 09:13:52.451+00', NULL, NULL), ('f13ddc61-ec01-4991-bb1a-b8b525e2764e', 'dd55e3cc-6acf-4f5d-b85e-2c27d3132db9', 1295.000, 324.254, 19, 'ASSIGNED', '2026-07-22 06:29:45.056+00', '2026-07-22 08:37:23.092+00', NULL, NULL), ('7b9d83fc-957d-4aed-85a2-7e9b5db111c3', 'dd55e3cc-6acf-4f5d-b85e-2c27d3132db9', 840.000, 642.436, 46, 'COMPLETED', '2026-07-21 08:44:06.202+00', '2026-07-21 13:21:00.98+00', NULL, NULL), ('d7604bf1-29ee-40f3-b054-b48f35b5f16f', '2dd03327-d9d5-4a08-af02-e59916ccea97', 0.000, 27.932, 2, 'ASSIGNED', '2026-07-20 11:11:12.51+00', '2026-07-21 06:58:17.167+00', NULL, NULL), ('21799060-5741-4416-81b8-0dda9e325e80', '2dd03327-d9d5-4a08-af02-e59916ccea97', 0.000, 41.898, 3, 'COMPLETED', '2026-07-18 06:52:10.897+00', '2026-07-20 06:40:37.847+00', NULL, NULL), ('88857e3d-8002-43c2-ba69-6ef2f96f6de7', 'ca503969-35b6-40d4-8787-690fd8715dda', 0.000, 0.000, 0, 'DRAFT', '2026-07-22 11:09:57.907+00', '2026-07-22 11:09:57.907+00', NULL, NULL), ('d226d18d-1a48-427b-8e51-236178d65a49', 'ca503969-35b6-40d4-8787-690fd8715dda', 0.000, 740.198, 53, 'COMPLETED', '2026-07-22 13:22:17.957+00', '2026-07-22 13:41:42.795+00', NULL, NULL), ('f9fdfe34-cad5-45c0-9d19-91bc0c89ebce', 'ca503969-35b6-40d4-8787-690fd8715dda', 0.000, 27.932, 2, 'COMPLETED', '2026-07-20 12:56:46.918+00', '2026-07-22 11:25:04.125+00', NULL, NULL), ('86f76fa6-bfc6-4c03-801c-c37e645c3010', 'ca503969-35b6-40d4-8787-690fd8715dda', 0.000, 0.000, 0, 'DRAFT', '2026-07-21 13:25:30.605+00', '2026-07-22 06:03:06.877+00', NULL, NULL), ('065de839-5edb-4a08-ae6e-d1142579fd99', '5eeb26b1-0631-4870-ab4f-352ac49cf8d1', 24.000, 13.966, 1, 'ASSIGNED', '2026-07-21 05:57:50.914+00', '2026-07-23 14:02:20.291+00', NULL, NULL), ('fa0d99de-c596-44e0-a137-551cef7399b5', '0b48c5d6-0360-49b1-b4c9-433eb1cd1a87', 0.000, 0.000, 0, 'DRAFT', '2026-07-20 11:37:38.394+00', '2026-07-20 11:37:38.394+00', NULL, NULL), ('7ae66722-c16f-43a2-aa0c-1c28c1c81898', 'd6907984-bcfb-4408-b823-0fecc284f393', 0.000, 0.000, 0, 'DRAFT', '2026-08-07 08:01:31.382496+00', '2026-08-07 08:01:31.382496+00', NULL, '76671a28-3517-4f04-a903-32162959d615'), ('b8827cf5-99d5-4ecf-8939-1e7ad7e660d0', 'a882b4bd-ef9c-4d0b-bba9-3a3197b1fe4b', 0.000, 0.000, 0, 'DRAFT', '2026-07-19 18:49:42.372+00', '2026-07-19 18:49:42.372+00', NULL, NULL), ('8476735c-01cc-44b7-9c43-d59370f26f69', 'a882b4bd-ef9c-4d0b-bba9-3a3197b1fe4b', 220.000, 698.300, 50, 'COMPLETED', '2026-07-17 21:34:19.872+00', '2026-07-18 16:58:50.735+00', NULL, NULL), ('dfb01a05-181d-4105-87be-d3e7d14bf31c', 'a882b4bd-ef9c-4d0b-bba9-3a3197b1fe4b', 0.000, 0.000, 0, 'DRAFT', '2026-07-22 11:01:10.338+00', '2026-07-22 11:01:10.338+00', NULL, NULL), ('83a0229a-8975-4b9b-a97f-7b3004215aef', 'a882b4bd-ef9c-4d0b-bba9-3a3197b1fe4b', 0.000, 41.898, 3, 'CANCELLED', '2026-07-20 06:58:42.624+00', '2026-07-20 11:16:16.322+00', NULL, NULL), ('f3af584a-51cb-4683-b9d0-f6ce3503894e', 'a882b4bd-ef9c-4d0b-bba9-3a3197b1fe4b', 0.000, 293.286, 21, 'ASSIGNED', '2026-07-18 17:16:00.198+00', '2026-07-21 17:16:01.803+00', NULL, NULL), ('f3e40915-ff4c-4db3-9a45-ca4b2b56fce5', 'a882b4bd-ef9c-4d0b-bba9-3a3197b1fe4b', 0.000, 0.000, 0, 'DRAFT', '2026-07-23 14:51:39.728+00', '2026-07-23 14:51:39.728+00', NULL, NULL), ('892ed0d9-60d8-4508-a33c-6e053cf7ddc2', 'b34a62e0-a4a9-4563-83d6-9e2206b74b10', 0.000, 13.966, 1, 'COMPLETED', '2026-07-18 06:22:56.277+00', '2026-07-18 06:44:29.418+00', NULL, NULL), ('e505ad7b-7d27-4d6b-bac6-c1ec7d3ca44d', '2dd03327-d9d5-4a08-af02-e59916ccea97', 158.000, 83.796, 6, 'ASSIGNED', '2026-08-01 07:46:34.634417+00', '2026-08-01 09:40:07.41296+00', NULL, NULL), ('2a90debe-87e5-4d7f-b03b-ad0dc22899f3', 'd6907984-bcfb-4408-b823-0fecc284f393', 707.580, 418.980, 30, 'ASSIGNED', '2026-08-06 07:07:10.980795+00', '2026-08-07 06:08:41.811777+00', NULL, '76671a28-3517-4f04-a903-32162959d615'), ('3b753131-834f-4763-892e-a8f4a8ca837c', 'dc23c9a3-5004-4145-807e-6240b415595e', 448.000, 279.320, 20, 'ASSIGNED', '2026-07-22 07:50:00.012+00', '2026-08-01 08:10:45.555755+00', NULL, NULL), ('0c11098b-3d44-44f6-b90a-574e9fabfb40', 'ca503969-35b6-40d4-8787-690fd8715dda', 0.000, 0.000, 0, 'DRAFT', '2026-08-01 08:12:08.843992+00', '2026-08-01 08:12:08.843992+00', NULL, NULL), ('6b113c6c-9f5c-4052-a61f-346a7746f641', 'ca503969-35b6-40d4-8787-690fd8715dda', 0.000, 0.000, 0, 'DRAFT', '2026-08-01 13:03:45.741808+00', '2026-08-01 13:03:45.741808+00', NULL, NULL), ('13a077a6-56e8-4fc1-997c-342787f814bd', 'ca503969-35b6-40d4-8787-690fd8715dda', 1195.900, 753.980, 53, 'DRAFT', '2026-08-04 06:58:42.499476+00', '2026-08-04 07:11:21.955621+00', NULL, NULL), ('43be694a-48fc-4c14-8b13-cded4791ec63', 'ca503969-35b6-40d4-8787-690fd8715dda', 50.000, 79.018, 5, 'ASSIGNED', '2026-08-02 11:57:57.394811+00', '2026-08-02 21:48:51.413136+00', NULL, NULL), ('d6f6c9ac-194a-4bd6-844c-667f26b49fea', 'ca503969-35b6-40d4-8787-690fd8715dda', 707.580, 418.980, 30, 'COMPLETED', '2026-08-05 11:18:48.962975+00', '2026-08-05 11:47:31.805259+00', NULL, NULL), ('ba774692-e3be-4107-a1e6-6a497950d371', 'ca503969-35b6-40d4-8787-690fd8715dda', 709.500, 418.980, 30, 'CANCELLED', '2026-08-04 11:28:19.986023+00', '2026-08-06 05:33:35.463539+00', NULL, NULL), ('37a3cdde-377c-4cbf-ae1f-9571034024e2', 'ca503969-35b6-40d4-8787-690fd8715dda', 564.500, 153.626, 11, 'CANCELLED', '2026-08-04 12:12:58.232085+00', '2026-08-06 05:33:38.619926+00', NULL, NULL), ('6838d0a3-66da-434e-8ba1-3597e3948006', '87662a07-2c7b-45c5-a4ff-c89fb9bc105c', 0.000, 0.000, 0, 'DRAFT', '2026-08-07 07:59:41.542479+00', '2026-08-07 07:59:41.542479+00', NULL, '0da257e0-c825-4104-822b-82f27aa2c710'), ('bd5ba4e0-ab2b-48d3-acd4-79dc73336793', 'd6907984-bcfb-4408-b823-0fecc284f393', 0.000, 0.000, 0, 'DRAFT', '2026-08-07 08:01:06.455736+00', '2026-08-07 08:01:06.455736+00', NULL, '76671a28-3517-4f04-a903-32162959d615'); -- -- Data for Name: trains; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.trains VALUES ('6de97a77-dbf1-4099-92ea-295416ab0d97', 'TR-00004', 3500.00, 'AVAILABLE', NULL, '2026-08-07 08:41:48.883013+00', '2026-08-07 08:41:48.883013+00', NULL, NULL, '498M', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9002', '9001'), ('7217d519-4204-43ca-aef1-3e86f3ec240b', 'TR-00005', 3500.00, 'AVAILABLE', NULL, '2026-08-07 10:45:57.982977+00', '2026-08-07 10:45:57.982977+00', NULL, NULL, '507M', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8202', '8201'), ('1064cee0-359d-4fa6-9157-975be624f378', 'TR-00006', 3500.00, 'AVAILABLE', NULL, '2026-08-07 11:20:58.845314+00', '2026-08-07 11:20:58.845314+00', NULL, NULL, '517M', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8302', '8301'), ('0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 'TR-00007', 3500.00, 'AVAILABLE', NULL, '2026-08-07 12:33:42.219594+00', '2026-08-07 12:33:42.219594+00', NULL, NULL, '509M', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8502', '8501'), ('2012fe72-e966-404d-a5c4-f43ac0e5a767', 'TR-00008', 3500.00, 'AVAILABLE', NULL, '2026-08-07 13:01:06.938962+00', '2026-08-07 13:01:06.938962+00', NULL, NULL, '496M', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8602', '8601'), ('91c02bb9-0f91-46ee-9272-9eecf28734d9', 'TR-00009', 3500.00, 'AVAILABLE', NULL, '2026-08-07 13:38:21.83353+00', '2026-08-07 13:38:21.83353+00', NULL, NULL, 'V506M', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8702', '8701'), ('56eec969-55ec-4bc5-aad6-f4b7b6d17292', 'TR-00002', 3500.00, 'AVAILABLE', NULL, '2026-08-07 07:18:16.026107+00', '2026-08-07 07:54:42.670851+00', NULL, NULL, '497M', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8102', '8101'), ('0da257e0-c825-4104-822b-82f27aa2c710', 'TR-00003', 3500.00, 'AVAILABLE', NULL, '2026-08-07 07:57:18.217074+00', '2026-08-07 07:59:41.542479+00', NULL, NULL, '0099', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', '8402', '8401'), ('76671a28-3517-4f04-a903-32162959d615', 'TR-00001', 3500.00, 'AVAILABLE', NULL, '2026-08-06 06:53:26.770184+00', '2026-08-07 08:02:18.250869+00', NULL, NULL, '8001', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8002', '8001'), ('de4eac6f-3138-4cd7-a3a3-471fc8807fac', 'TR-00010', 3500.00, 'AVAILABLE', NULL, '2026-08-07 13:59:31.242735+00', '2026-08-07 19:54:54.21487+00', NULL, NULL, 'V531M', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8802', '8801'); -- -- Data for Name: transit_agents; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.transit_agents VALUES ('22183a4c-599d-4fcd-a6cc-4b2cbf6ed6de', 'Oriental Transit', '2026-08-06', '2026-12-31', true, '2026-08-06 16:16:11.954564+00', '2026-08-06 16:16:11.954564+00', NULL), ('bf658707-6480-4c47-addd-c7cb4e229f0c', 'Universal Cargo', '2026-08-06', '2026-12-31', true, '2026-08-06 16:16:33.630205+00', '2026-08-06 16:16:33.630205+00', NULL), ('f9ade730-3f12-412f-87fa-88fc3b6e2d65', 'Melidien Star', '2026-08-06', '2026-12-31', true, '2026-08-06 16:16:58.97166+00', '2026-08-06 16:16:58.97166+00', NULL), ('d20f5c7a-d985-4e75-a71a-9d9b2bd4a118', 'Go Transit', '2026-08-06', '2026-12-31', true, '2026-08-06 16:17:18.935579+00', '2026-08-06 16:17:18.935579+00', NULL), ('06f9cbb1-e7eb-45fa-8bd7-ad8500988e0f', 'Garani Transit', '2026-08-06', '2026-12-31', true, '2026-08-06 16:17:41.906199+00', '2026-08-06 16:17:41.906199+00', NULL), ('58622e22-3c82-442d-9859-1ed692c74c18', 'Houda Transit', '2026-08-06', '2026-12-31', true, '2026-08-06 16:18:02.86518+00', '2026-08-06 16:18:02.86518+00', NULL), ('1746df49-ebeb-4060-bed3-7ca8b2bac4c5', 'Djib Transit', '2026-08-06', '2026-12-31', true, '2026-08-06 16:18:27.227506+00', '2026-08-06 16:18:27.227506+00', NULL), ('ade2c660-df4f-4832-8fd7-f58e007ff391', 'Roukia Trasnit', '2026-08-06', '2026-12-31', true, '2026-08-06 16:18:44.920704+00', '2026-08-06 16:18:44.920704+00', NULL); -- -- Data for Name: truck_types; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.truck_types VALUES ('222fa042-636e-4d72-8fe0-17f9ff850857', 'BUS', 'Bus', NULL, false, NULL, true, '2026-07-27 11:32:03.969479+00', '2026-08-04 08:24:14.32059+00', '2026-08-04 08:24:14.32059+00'), ('675bbcea-12e5-474e-b256-f2f914fbb885', 'CAR', 'Car', NULL, false, NULL, true, '2026-07-27 11:32:03.969479+00', '2026-08-04 08:24:18.956021+00', '2026-08-04 08:24:18.956021+00'), ('118c3347-e94f-4b72-95b8-d084419419fd', 'CASONI', 'Casoni (rigid, no trailer)', NULL, false, NULL, true, '2026-07-27 11:32:03.969479+00', '2026-08-04 08:24:27.95239+00', '2026-08-04 08:24:27.95239+00'), ('5ab50abe-c574-4a28-9c2a-4df2b42c736d', 'VAN', 'Van', NULL, false, NULL, true, '2026-07-27 11:32:03.969479+00', '2026-08-04 08:24:35.713145+00', '2026-08-04 08:24:35.713145+00'), ('77e54cee-d496-4ae6-8df5-1f320d27176b', 'FLATBED', 'Flatbed', NULL, true, NULL, true, '2026-07-27 11:32:03.969479+00', '2026-08-04 08:24:43.952177+00', '2026-08-04 08:24:43.952177+00'), ('04bf40e6-4a13-4e40-9f08-3c6a7c152ea8', 'TANKER', 'Tanker', NULL, true, NULL, true, '2026-07-27 11:32:03.969479+00', '2026-08-04 08:24:49.551548+00', '2026-08-04 08:24:49.551548+00'), ('1df6f451-aadf-4164-978c-8575305625bd', 'DOUBLE TRAILER TRUCK', 'Double Trailer Truck', NULL, true, 'It has extra trailer', true, '2026-07-27 11:32:03.969479+00', '2026-08-05 12:41:59.49181+00', '2026-08-05 12:41:59.49181+00'), ('6dec4dd6-49cd-4cad-b637-631296dd58dd', 'TRAILER TRUCK', 'Trailer Truck', NULL, false, 'A single trailer truck', true, '2026-07-27 11:32:03.969479+00', '2026-08-05 12:42:03.155022+00', '2026-08-05 12:42:03.155022+00'), ('826a6d51-379d-43d5-951a-8b2447f701c6', 'HEAVY', 'Heavy Truck', 50.000, true, NULL, true, '2026-08-05 12:43:56.050373+00', '2026-08-05 14:38:42.855394+00', NULL), ('c350f58b-d6a2-4c08-be11-ffa07c72de7c', 'HIGHBED', 'Highbed', 40.000, false, NULL, true, '2026-08-07 19:40:26.647308+00', '2026-08-07 19:42:20.571018+00', '2026-08-07 19:42:20.571018+00'); -- -- Data for Name: user_trade_access; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: vehicles; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.vehicles VALUES ('294bc25c-95ca-4675-bee6-e872fdf8b4fb', 'AA-45866', 'REG-HEAVY-1785940245891', 'HEAVY', 'Volvo Group', 'Vovol FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 14:30:45.891293', '2026-08-05 17:42:45.9581', NULL, NULL, NULL, '03-ET', NULL, 'AA-43470', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('92513375-9583-4744-81e6-e1e68ea7082d', 'AA-45853', 'REG-HEAVY-1785940417882', 'HEAVY', 'Volvo Group', 'Vovol FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 14:33:37.882901', '2026-08-05 17:43:09.646499', NULL, NULL, NULL, '03-ET', NULL, 'AA-43508', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('95e19092-3412-4458-a28b-c0572e0c2c42', 'AA-45842', 'REG-HEAVY-1785945951782', 'HEAVY', 'Volvo Group', 'Vovol FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 16:05:51.782353', '2026-08-05 16:05:51.782353', NULL, NULL, NULL, '03-ET', NULL, 'AA-43478', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('84ca7af7-b994-469a-b521-4db3f1963ba4', 'AA-45833', 'REG-HEAVY-1785947559192', 'HEAVY', 'Volvo Group', 'Vovol FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 16:32:39.192822', '2026-08-05 16:32:39.192822', NULL, NULL, NULL, '03-ET', NULL, 'AA-43466', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('c905c143-315f-4e2c-b6e8-cdb56f9b3088', 'AA-45858', 'REG-HEAVY-1785947735958', 'HEAVY', 'Volvo Group', 'Vovlo FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 16:35:35.958595', '2026-08-05 16:35:35.958595', NULL, NULL, NULL, '03-ET', NULL, 'AA-43496', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('91bb9f54-77a8-47a5-b432-cb60440ba4ba', 'AA-45819', 'REG-HEAVY-1785947809032', 'HEAVY', 'Volvo Group', 'Vovlo FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 16:36:49.032955', '2026-08-05 16:36:49.032955', NULL, NULL, NULL, '03-ET', NULL, 'AA-43474', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('7a33a5de-9da3-4d54-834b-6be2fc99b3a8', 'AA-45834', 'REG-HEAVY-1785947887849', 'HEAVY', 'Volvo Group', 'Vovlo FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 16:38:07.849179', '2026-08-05 16:38:07.849179', NULL, NULL, NULL, '03-ET', NULL, 'AA-43502', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('ac8f6961-d6cf-46aa-b4d1-de0b87374f96', 'AA-45868', 'REG-HEAVY-1785947977832', 'HEAVY', 'Volvo Group', 'Vovlo FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 16:39:37.832321', '2026-08-05 16:39:37.832321', NULL, NULL, NULL, '03-ET', NULL, 'AA-43469', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('33f63787-6f30-4dcd-a112-1cc544599c20', 'AA-45831', 'REG-HEAVY-1785948104873', 'HEAVY', 'Volvo Group', 'Vovlo FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 16:41:44.874099', '2026-08-05 16:41:44.874099', NULL, NULL, NULL, '03-ET', NULL, 'AA-43488', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('c113c9b1-25ab-445a-b4bd-9c72bd22cfb2', 'AA-45828', 'REG-HEAVY-1785948218792', 'HEAVY', 'Volvo Group', 'Vovlo FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 16:43:38.793298', '2026-08-05 16:43:38.793298', NULL, NULL, NULL, '03-ET', NULL, 'AA-43479', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('93df8793-a138-4c21-a807-34907ae051a5', 'AA-45850', 'REG-HEAVY-1785948296254', 'HEAVY', 'Volvo Group', 'Vovlo FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 16:44:56.254752', '2026-08-05 16:44:56.254752', NULL, NULL, NULL, '03-ET', NULL, 'AA-43505', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('87b9e7e5-bc57-45a4-a934-c4f55224fbdc', 'AA-45823', 'REG-HEAVY-1785948343225', 'HEAVY', 'Volvo Group', 'Vovlo FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 16:45:43.225759', '2026-08-05 16:45:43.225759', NULL, NULL, NULL, '03-ET', NULL, 'AA-43480', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('cb5e81f6-2211-4336-8431-6f37e37c0da4', 'AA-45838', 'REG-HEAVY-1785948388778', 'HEAVY', 'Volvo Group', 'Vovlo FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 16:46:28.778481', '2026-08-05 16:46:28.778481', NULL, NULL, NULL, '03-ET', NULL, 'AA-43472', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('aaaa9f71-dcd8-452a-b911-44f18aa234c6', 'AA-45854', 'REG-HEAVY-1785948437778', 'HEAVY', 'Volvo Group', 'Vovlo FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 16:47:17.778816', '2026-08-05 16:47:17.778816', NULL, NULL, NULL, '03-ET', NULL, 'AA-43500', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('5224eb6d-54e5-4c36-8505-ffbd074f3cbf', 'AA-45839', 'REG-HEAVY-1785948504740', 'HEAVY', 'Volvo Group', 'Vovlo FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 16:48:24.741209', '2026-08-05 16:48:24.741209', NULL, NULL, NULL, '03-ET', NULL, 'AA-43486', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('4966dadd-bc41-4b15-a2e0-a31e9bd3c2d8', 'AA-45861', 'REG-HEAVY-1785948776746', 'HEAVY', 'Volvo Group', 'Vovlo FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 16:52:56.746696', '2026-08-05 16:52:56.746696', NULL, NULL, NULL, '03-ET', NULL, 'AA-43513', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('d949060c-fea5-4961-959b-b3a2ac42087c', 'AA-45830', 'REG-HEAVY-1785948846938', 'HEAVY', 'Volvo Group', 'Vovlo FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 16:54:06.938701', '2026-08-05 16:54:06.938701', NULL, NULL, NULL, '03-ET', NULL, 'AA-43501', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('8ca7c3ef-7fae-4b4c-a194-2f20bdd16130', 'AA-45826', 'REG-HEAVY-1785948896138', 'HEAVY', 'Volvo Group', 'Vovlo FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 16:54:56.13877', '2026-08-05 16:54:56.13877', NULL, NULL, NULL, '03-ET', NULL, 'AA-43498', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('c571c4cc-2f86-4c08-8f69-dddf15ae945b', 'AA-45836', 'REG-HEAVY-1785949178249', 'HEAVY', 'Volvo Group', 'Vovlo FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 16:59:38.249653', '2026-08-05 16:59:38.249653', NULL, NULL, NULL, '03-ET', NULL, 'AA-43467', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('a6278d2b-7cb7-4b6a-9983-c38702ded81d', 'AA-45822', 'REG-HEAVY-1785949414993', 'HEAVY', 'Volvo Group', 'Vovlo FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 17:03:34.99402', '2026-08-05 17:03:34.99402', NULL, NULL, NULL, '03-ET', NULL, 'AA-43512', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('bc65640b-400e-4102-9847-93fe19dfda5f', 'AA-45821', 'REG-HEAVY-1785949471076', 'HEAVY', 'Volvo Group', 'Vovlo FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 17:04:31.076688', '2026-08-05 17:04:31.076688', NULL, NULL, NULL, '03-ET', NULL, 'AA-43210', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('f3da22a3-b16a-4915-a5d6-81d8df259673', 'AA-45837', 'REG-HEAVY-1785949543305', 'HEAVY', 'Volvo Group', 'Vovlo FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 17:05:43.306141', '2026-08-05 17:05:43.306141', NULL, NULL, NULL, '03-ET', NULL, 'AA-43475', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('7e64a16b-2ff1-4fef-b667-719f2a5006a6', 'AA-45860', 'REG-HEAVY-1785949604177', 'HEAVY', 'Volvo Group', 'Vovlo FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 17:06:44.1779', '2026-08-05 17:06:44.1779', NULL, NULL, NULL, '03-ET', NULL, 'AA-43497', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('cffd972a-daed-4305-9c40-3fb5b917022d', 'AA-45863', 'REG-HEAVY-1785949681245', 'HEAVY', 'Volvo Group', 'Vovlo FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 17:08:01.246008', '2026-08-05 17:08:01.246008', NULL, NULL, NULL, '03-ET', NULL, 'AA-43477', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('11341e3a-1002-45f3-9e18-f4ebfca88e7e', 'AA-45825', 'REG-HEAVY-1785949735443', 'HEAVY', 'Volvo Group', 'Vovlo FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 17:08:55.443161', '2026-08-05 17:08:55.443161', NULL, NULL, NULL, '03-ET', NULL, 'AA-43483', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('913599ef-7e19-4b9a-92cd-36ec2f657bf5', 'AA-45829', 'REG-HEAVY-1785949786016', 'HEAVY', 'Volvo Group', 'Vovlo FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 17:09:46.016391', '2026-08-05 17:09:46.016391', NULL, NULL, NULL, '03-ET', NULL, 'AA-43473', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('5a6b8e20-12b8-44ec-ada6-0ee1eea1cd8e', 'AA-45824', 'REG-HEAVY-1785949909688', 'HEAVY', 'Volvo Group', 'Vovlo FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 17:11:49.68894', '2026-08-05 17:11:49.68894', NULL, NULL, NULL, '03-ET', NULL, 'AA-43491', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('49122e35-3c86-4dd1-893e-830372239adb', 'AA-45849', 'REG-HEAVY-1785941012270', 'HEAVY', 'Volvo Group', 'Volvo FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 14:43:32.270726', '2026-08-05 17:44:12.176468', NULL, NULL, NULL, '03-ET', NULL, 'AA-43414', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('49f3a4f2-b177-4123-a7a9-871781ff663b', 'AA-45845', 'REG-HEAVY-1785945627614', 'HEAVY', 'Volvo Group', 'Vovlo FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 16:00:27.615063', '2026-08-05 17:44:34.219249', NULL, NULL, NULL, '03-ET', NULL, 'AA-43492', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('ab8cc367-eb4a-4de8-8be3-7a2ca6df340a', 'AA-45820', 'REG-HEAVY-1785945856499', 'HEAVY', 'Volvo Group', 'Vovol FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 16:04:16.499977', '2026-08-05 17:44:56.314949', NULL, NULL, NULL, '03-ET', NULL, 'AA-43487', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('97491a2f-f511-48a9-a150-1d5e498ea89e', 'AA-45855', 'REG-HEAVY-1785947341353', 'HEAVY', 'Volvo Group', 'Vovol FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 16:29:01.35408', '2026-08-05 17:45:28.960114', NULL, NULL, NULL, '03-ET', NULL, 'AA-43485', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('a0733ec0-c636-49d5-a903-bda3ef3a2371', 'AA-45865', 'REG-HEAVY-1785946970131', 'HEAVY', 'Volvo Group', 'Vovol FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 16:22:50.131595', '2026-08-05 17:45:42.680673', NULL, NULL, NULL, '03-ET', NULL, 'AA-43490', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('06828fba-de91-4ec1-9664-037e5e9b3fd5', 'AA-45856', 'REG-HEAVY-1785946754244', 'HEAVY', 'Volvo Group', 'Vovol FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 16:19:14.244671', '2026-08-05 17:45:55.804217', NULL, NULL, NULL, '03-ET', NULL, 'AA-43510', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('04a31aab-2ad8-4b77-b1ec-8c5da70bdbe6', 'AA-45832', 'REG-HEAVY-1785946581009', 'HEAVY', 'Volvo Group', 'Vovol FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 16:16:21.01016', '2026-08-05 17:46:21.217077', NULL, NULL, NULL, '03-ET', NULL, 'AA-43504', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('fa416fbd-441d-4348-803f-b197527dad83', 'AA-45841', 'REG-HEAVY-1785946483432', 'HEAVY', 'Volvo Group', 'Vovol FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 16:14:43.432561', '2026-08-05 17:46:42.009675', NULL, NULL, NULL, '03-ET', NULL, 'AA-43515', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('d15a78d0-dead-4ccc-9e9b-3a32ed0926e3', 'AA-45840', 'REG-HEAVY-1785947406180', 'HEAVY', 'Volvo Group', 'Vovol FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 16:30:06.180913', '2026-08-05 17:47:15.727452', NULL, NULL, NULL, '03-ET', NULL, 'AA-43499', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('c2662107-ce84-4de1-b142-3fef6aea370a', 'AA-45867', 'REG-HEAVY-1785947474272', 'HEAVY', 'Volvo Group', 'Vovol FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 16:31:14.273117', '2026-08-05 17:47:35.236709', NULL, NULL, NULL, '03-ET', NULL, 'AA-43493', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('6ef488d3-4f44-47ad-b49d-3d9d851ff892', 'AA-45827', 'REG-HEAVY-1785950061004', 'HEAVY', 'Volvo Group', 'Vovlo FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 17:14:21.004228', '2026-08-05 17:14:21.004228', NULL, NULL, NULL, '03-ET', NULL, 'AA-43468', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('5af07fa9-32b2-43e8-b30e-a2f90826f1b0', 'AA-45847', 'REG-HEAVY-1785950279277', 'HEAVY', 'Volvo Group', 'Vovlo FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 17:17:59.278068', '2026-08-05 17:17:59.278068', NULL, NULL, NULL, '03-ET', NULL, 'AA-43511', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('42c60171-8b07-4019-a30a-9b4c48a6ba75', 'AA-45852', 'REG-HEAVY-1785950337333', 'HEAVY', 'Volvo Group', 'Vovlo FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 17:18:57.333665', '2026-08-05 17:18:57.333665', NULL, NULL, NULL, '03-ET', NULL, 'AA-43484', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('39c84f4a-b615-420d-a0d1-8a4f33259864', 'AA-45835', 'REG-HEAVY-1785950434197', 'HEAVY', 'Volvo Group', 'Vovlo FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 17:20:34.197992', '2026-08-05 17:20:34.197992', NULL, NULL, NULL, '03-ET', NULL, 'AA-43482', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('36ce4dc0-3d15-41e2-a4c9-a82262bb9cbe', 'AA-45864', 'REG-HEAVY-1785950509196', 'HEAVY', 'Volvo Group', 'Vovlo FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 17:21:49.196196', '2026-08-05 17:21:49.196196', NULL, NULL, NULL, '03-ET', NULL, 'AA-43503', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('20ecc5a2-6c14-47b6-92ea-c12b15b636f0', 'AA-45862', 'REG-HEAVY-1785950652993', 'HEAVY', 'Volvo Group', 'Vovlo FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 17:24:12.993877', '2026-08-05 17:24:12.993877', NULL, NULL, NULL, '03-ET', NULL, 'AA-43465', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('5264b2f3-447e-4406-9c4d-907f2034318e', 'AA-39097', 'REG-HEAVY-1785950970773', 'HEAVY', 'Volvo Group', 'Vovlo FH440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 17:29:30.773227', '2026-08-05 17:29:30.773227', NULL, NULL, NULL, '03-ET', NULL, 'AA-41226', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('2e9b8489-1196-4a42-a32f-e49348da5b49', 'AA-39104', 'REG-HEAVY-1785951021890', 'HEAVY', 'Volvo Group', 'Vovlo FH440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 17:30:21.89106', '2026-08-05 17:30:21.89106', NULL, NULL, NULL, '03-ET', NULL, 'AA-41225', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('83c05b69-2248-4a54-b3d1-eec4e1a42008', 'AA-39103', 'REG-HEAVY-1785951063602', 'HEAVY', 'Volvo Group', 'Vovlo FH440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 17:31:03.602472', '2026-08-05 17:31:03.602472', NULL, NULL, NULL, '03-ET', NULL, 'AA-41223', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('e36d1b03-048f-4d4d-810c-da79e9a4d054', 'AA-39106', 'REG-HEAVY-1785951110010', 'HEAVY', 'Volvo Group ', 'Vovlo FH440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 17:31:50.010618', '2026-08-05 17:31:50.010618', NULL, NULL, NULL, '03-ET', NULL, 'AA-41221', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('76bc369c-b36e-479b-b72c-35f0bb127c7f', 'AA-39107', 'REG-HEAVY-1785951166931', 'HEAVY', 'Volvo Group', 'Vovlo FH440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 17:32:46.932109', '2026-08-05 17:32:46.932109', NULL, NULL, NULL, '03-ET', NULL, 'AA-41215', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('5e400431-1829-4cf6-bdfa-9db95fec4244', 'AA-39094', 'REG-HEAVY-1785951215832', 'HEAVY', 'Volvo Group', 'Vovlo FH440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 17:33:35.832423', '2026-08-05 17:33:35.832423', NULL, NULL, NULL, '03-ET', NULL, 'AA-41222', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('9e02e13c-5b92-46e1-a749-38531079078c', 'AA-39099', 'REG-HEAVY-1785951298883', 'HEAVY', 'Volvo Group', 'Vovlo FH410', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 17:34:58.883876', '2026-08-05 17:34:58.883876', NULL, NULL, NULL, '03-ET', NULL, 'AA-41216', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('dad2ffc9-9bab-4e55-a761-e850bbe5f371', 'AA-39092', 'REG-HEAVY-1785951426439', 'HEAVY', 'Volvo Group', 'Vovlo FH410', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 17:37:06.439354', '2026-08-05 17:37:06.439354', NULL, NULL, NULL, '03-ET', NULL, 'AA-41224', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('f9e21b8a-fdce-4242-944c-e518f21fc0f9', 'AA-31801', 'REG-HEAVY-1785951502365', 'HEAVY', 'Volvo Group', 'Vovlo FH410', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 17:38:22.365604', '2026-08-05 17:38:22.365604', NULL, NULL, NULL, '03-ET', NULL, 'AA-41214', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('2c03bce2-6508-485c-b843-50b4fe2220d0', 'AA-39098', 'REG-HEAVY-1785950761306', 'HEAVY', 'Volvo Group', 'Vovlo FH400', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 17:26:01.306401', '2026-08-05 17:39:59.263282', NULL, NULL, NULL, '03-ET', NULL, 'AA-41220', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('8162f80b-70c1-4564-9e14-19b3354e1b32', 'AA-39105', 'REG-HEAVY-1785950715202', 'HEAVY', 'Volvo Group', 'Vovlo FH400', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 17:25:15.202682', '2026-08-05 17:40:40.607501', NULL, NULL, NULL, '03-ET', NULL, 'AA-41218', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('c6e0343a-56a0-432b-aa8f-b3b85626d81c', 'AA-45843', 'REG-HEAVY-1785940178746', 'HEAVY', 'Volvo Group', 'Vovol FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 14:29:38.746433', '2026-08-05 17:42:08.985513', NULL, NULL, NULL, '03-ET', NULL, 'AA-43495', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('d90a158b-09b0-43c6-ace4-beb337505d97', 'AA-45857', 'REG-HEAVY-1785949959720', 'HEAVY', 'Volvo Group', 'Vovlo FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 17:12:39.720333', '2026-08-05 17:48:02.848168', NULL, NULL, NULL, '03-ET', NULL, 'AA-43481', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('14302866-dcf2-435a-8f9b-523559bfd88e', 'AA-45851', 'REG-HEAVY-1785950006234', 'HEAVY', 'Volvo Group', 'Vovlo FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 17:13:26.234976', '2026-08-05 17:48:16.462785', NULL, NULL, NULL, '03-ET', NULL, 'AA-43509', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('dcf2910c-be05-4841-9b41-065d0179409e', 'AA-45844', 'REG-HEAVY-1785950379084', 'HEAVY', 'Volvo Group', 'Vovlo FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 17:19:39.084165', '2026-08-05 17:49:18.334067', NULL, NULL, NULL, '03-ET', NULL, 'AA-43476', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('6ebd1d6b-6328-4534-9aca-f5b8bf9c6a60', 'AA-45848', 'REG-HEAVY-1785950601085', 'HEAVY', 'Volvo Group', 'Vovlo FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 17:23:21.0854', '2026-08-05 17:49:32.328326', NULL, NULL, NULL, '03-ET', NULL, 'AA-43494', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('5a229b50-b651-40fc-a61a-cc461e2284c4', 'AA-29900', 'REG-HEAVY-1785950865626', 'HEAVY', 'Volvo Group', 'Vovlo FH440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 17:27:45.626988', '2026-08-05 18:05:11.063405', NULL, NULL, NULL, '03-ET', NULL, 'AA-41865', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('8b12b9c5-456d-47dd-aba8-f4e867a25053', 'AA-45846', 'REG-HEAVY-1785950233138', 'HEAVY', 'Volvo Group', 'Vovlo FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 17:17:13.139035', '2026-08-05 18:05:46.668638', NULL, NULL, NULL, '03-ET', NULL, 'AA-43471', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'), ('4da7a933-b753-4998-a2ea-811850568248', 'AA-45859', 'REG-HEAVY-1785950134405', 'HEAVY', 'Volvo Group', 'Vovlo FMX440', 2026, 'DIESEL', 50, 'ACTIVE', NULL, '2026-08-05 17:15:34.405988', '2026-08-05 18:06:21.42113', NULL, NULL, NULL, '03-ET', NULL, 'AA-43887', NULL, NULL, NULL, 'FREE', NULL, 'OWNED', NULL, NULL, NULL, 0.00, 'ETB', '826a6d51-379d-43d5-951a-8b2447f701c6'); -- -- Data for Name: vendors; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: wagon_allocation_bulk_loads; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: wagon_allocation_container_items; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: wagon_booking_allocations; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: wagon_movements; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: wagon_status_logs; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: wagon_transfer_requests; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: wagon_types; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.wagon_types VALUES ('f4ba54be-002f-46cb-af7c-ff55ed84dcdd', 'NW7', 'Double deck sedan wagon', 22.000, 26.066, '{vehicles,sedan}', true, '2026-07-27 11:31:59.903847+00', '2026-07-27 11:32:00.801951+00', NULL, NULL, 37.100, false, NULL), ('8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'NW5', 'Flat wagon', 70.000, 13.966, '{container,steel,machinery}', true, '2026-07-27 11:31:59.903847+00', '2026-07-27 11:32:00.801951+00', NULL, 1.300, 22.400, true, 30.480), ('8eec3a7d-8482-4397-96b6-59a028210722', 'PW2', 'Box wagon', 70.000, 17.066, '{"general cargo","break bulk"}', true, '2026-07-27 11:31:59.903847+00', '2026-07-27 11:32:00.801951+00', NULL, 1.600, 25.200, false, NULL), ('07c38e9a-7627-4be9-af41-7651957aca3d', 'GW2', 'Tank wagon', 70.000, 12.228, '{liquid,fuel}', true, '2026-07-27 11:31:59.903847+00', '2026-07-27 11:32:00.801951+00', NULL, NULL, 23.000, false, NULL), ('efed186d-7062-4b0f-b3fe-6e793accc364', 'CW3', 'Gondola open wagon', 70.000, 13.976, '{"open bulk cargo"}', true, '2026-07-27 11:31:59.903847+00', '2026-07-27 11:32:00.801951+00', NULL, 1.300, 23.400, false, NULL), ('df1708d4-35dd-4ce2-aa73-f5061e534df7', 'KW2', 'Hopper covered wagon', 69.000, 16.466, '{"bulk grains"}', true, '2026-07-27 11:31:59.903847+00', '2026-07-27 11:32:00.801951+00', NULL, 1.500, 25.200, false, NULL), ('32b8a35f-5792-4c46-aa4f-ca22187faf18', 'KW3', 'Hopper wagon open', 70.000, 14.400, '{coal,"bulk cargo"}', true, '2026-07-27 11:31:59.903847+00', '2026-07-27 11:32:00.801951+00', NULL, NULL, 24.000, false, NULL), ('4f65adc3-baf7-44de-88ad-0a4672fab669', 'NW6', 'Flat wagon (long)', 70.000, 18.560, '{"long cargo"}', true, '2026-07-27 11:31:59.903847+00', '2026-07-27 11:32:00.801951+00', NULL, NULL, 25.300, false, NULL), ('c900bae3-cc3d-449b-9e8d-e66944ee74b0', 'BW1', 'Refrigerated wagon', 38.000, 21.996, '{"refrigerated cargo"}', true, '2026-07-27 11:31:59.903847+00', '2026-07-27 11:32:00.801951+00', NULL, NULL, 32.100, false, NULL), ('bcfcc533-01be-4e82-952c-26e20e7ecdfc', 'CW4', 'Gondola covered wagon', 70.000, 13.976, '{"covered bulk cargo"}', true, '2026-07-27 11:31:59.903847+00', '2026-08-05 12:59:33.82813+00', NULL, 1.300, 24.800, false, NULL); -- -- Data for Name: wagons; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.wagons VALUES ('7589b56c-a055-4592-a0ab-ac963c2e46df', 'ER0064', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:32:54.850734+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('83cd6274-9dda-44fc-9324-c87c5e81b676', 'ER0399', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 54, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 07:00:11.969232+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '9001', '9002'), ('f1df3f40-9a47-4302-93af-417d3d4f941c', 'ER0812', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '7217d519-4204-43ca-aef1-3e86f3ec240b', 8, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('9b64ee0a-adfc-4d82-a7c5-41166bce1ae2', 'ER0776', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '7217d519-4204-43ca-aef1-3e86f3ec240b', 9, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('8ecb831d-4d07-4c56-b46c-d8fb7aff20d2', 'ER0391', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '0da257e0-c825-4104-822b-82f27aa2c710', 2, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 07:59:08.183485+00', NULL, NULL, NULL, NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', '8401', '8402'), ('c00f78c4-e526-4272-953d-4d8c62c464ac', 'ER0392', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '0da257e0-c825-4104-822b-82f27aa2c710', 3, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 07:59:08.183485+00', NULL, NULL, NULL, NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', '8401', '8402'), ('c78aa6de-de54-49ca-923f-ee70c4ed82d0', 'ER1061', '4f65adc3-baf7-44de-88ad-0a4672fab669', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:34:08.177366+00', NULL, NULL, NULL, NULL, '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', NULL, NULL), ('76e2c47d-a2a2-4266-af1a-cd7f4ed1c568', 'ER0698', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '7217d519-4204-43ca-aef1-3e86f3ec240b', 10, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('984a5545-0135-4220-9d78-c3f64809edb6', 'ER0662', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '7217d519-4204-43ca-aef1-3e86f3ec240b', 11, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('17c88efc-8411-4bd1-8417-8cb00dff43a4', 'ER0888', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '7217d519-4204-43ca-aef1-3e86f3ec240b', 12, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('2521705d-6dae-4515-8b38-0f2b3c53ee27', 'ER0918', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '7217d519-4204-43ca-aef1-3e86f3ec240b', 16, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('aaf0da7f-0c43-44a6-bd9e-9f0f05f69674', 'ER0684', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '7217d519-4204-43ca-aef1-3e86f3ec240b', 17, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('4ee289d0-aa53-45e8-bcfa-4523d27ae5e2', 'ER0907', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '7217d519-4204-43ca-aef1-3e86f3ec240b', 19, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('be750157-c923-4ac9-88b8-7c3e75644fcc', 'ER0397', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:07:20.92502+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8401', '8402'), ('74946adf-0358-44d7-bc36-3e48e770293d', 'ER0839', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '7217d519-4204-43ca-aef1-3e86f3ec240b', 20, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('c2049a62-06d5-4c21-aa26-45a0740cae52', 'ER0799', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '7217d519-4204-43ca-aef1-3e86f3ec240b', 21, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('5cac0077-63b0-4022-9b7e-228a0391c3f3', 'ER0440', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 4, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:53:42.28848+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8001', '8002'), ('08337459-21c8-4fe3-97df-f956ec302a08', 'ER0833', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '7217d519-4204-43ca-aef1-3e86f3ec240b', 24, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('e67c23fe-6a8f-4139-b67c-8114da07942e', 'ER0733', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '7217d519-4204-43ca-aef1-3e86f3ec240b', 28, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('149369d2-4934-401e-92a8-fafc960ce908', 'ER0822', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '7217d519-4204-43ca-aef1-3e86f3ec240b', 30, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('2c2c8388-1235-419f-ab5c-4ef78864f593', 'ER0845', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '7217d519-4204-43ca-aef1-3e86f3ec240b', 31, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('6fa0b8bb-391d-4efe-a8db-1f78588aee7c', 'ER0771', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '7217d519-4204-43ca-aef1-3e86f3ec240b', 32, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('e0c19bcb-2307-4d41-bedc-30a5365e6f00', 'ER0642', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '7217d519-4204-43ca-aef1-3e86f3ec240b', 38, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('48f7254e-cc18-441f-8dc1-27dc40f08274', 'ER0794', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '7217d519-4204-43ca-aef1-3e86f3ec240b', 39, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('64674c81-6883-4bcb-95cf-4f4ff511d66b', 'ER0906', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '7217d519-4204-43ca-aef1-3e86f3ec240b', 41, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('64a5464f-e4c3-4da7-a430-4dd6fa511821', 'ER0933', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '7217d519-4204-43ca-aef1-3e86f3ec240b', 44, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('a969568a-28f1-4739-8a5d-7eca54191f37', 'ER0560', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 22, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:44:50.129217+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('e32c1be3-1cf3-442d-9815-bcccb2bc950c', 'ER0665', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 38, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:49:30.893536+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('87dfa041-d705-49f2-a638-0ff6095416f1', 'ER0285', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', '6de97a77-dbf1-4099-92ea-295416ab0d97', 19, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 10:28:24.970084+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('f8e2efe7-8f72-4ced-9485-760f7e16b816', 'ER0393', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 6, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:31.020502+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8401', '8402'), ('f6463fb1-5e59-4eab-a3e5-dfb2ba9f51e0', 'ER0394', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 7, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:31.020502+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8701', '8702'), ('ae484bb2-59f3-4be3-b73e-3615ed8239fc', 'ER0395', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 8, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:31.020502+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8501', '8502'), ('746dfb2c-9cc1-4475-b110-bd0d5efa31b8', 'ER0396', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 9, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:31.020502+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8301', '8302'), ('f5bf1b94-6dc1-4be2-89a5-538cc18f919a', 'ER0446', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 16, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:31.020502+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '9001', '9002'), ('26d88847-dc9b-4576-89ef-e40310e4945c', 'ER0298', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:56:11.67273+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('6a921f17-1659-4d8e-aa57-ecde72fa7a19', 'ER0398', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '6de97a77-dbf1-4099-92ea-295416ab0d97', 42, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 10:37:04.758507+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('4270c552-247e-4db9-9238-10373eeafa12', 'ER0327', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:56:19.162876+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('0e09350d-9391-4c3c-8eb8-ae3d716acdcf', 'ER0337', 'efed186d-7062-4b0f-b3fe-6e793accc364', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:56:20.845136+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('f2811697-8e8c-4a73-88aa-8794bc5fc2af', 'ER0259', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:56:00.383354+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('db06d53b-b72b-44d5-9450-2fe197b21a6e', 'ER0477', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 09:01:44.395814+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('7a9c1b32-476c-467d-9eba-effe7ace37fe', 'ER0270', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:56:01.985976+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('380475a8-bf43-4006-b5fb-46e33f91c1e8', 'ER1063', '4f65adc3-baf7-44de-88ad-0a4672fab669', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-04 06:59:22.160926+00', NULL, NULL, NULL, NULL, '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', NULL, NULL), ('d136d19c-2117-4981-8bb4-1491c7ebaa10', 'ER1071', '4f65adc3-baf7-44de-88ad-0a4672fab669', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-04 06:59:27.451347+00', NULL, NULL, NULL, NULL, '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', NULL, NULL), ('d92aa144-c48b-4f30-a7f3-524ce5b75ea2', 'ER1068', '4f65adc3-baf7-44de-88ad-0a4672fab669', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-04 06:59:26.242867+00', NULL, NULL, NULL, NULL, '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', NULL, NULL), ('b56b499d-0cde-4828-adb7-fb7bafe11927', 'ER1072', '4f65adc3-baf7-44de-88ad-0a4672fab669', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-04 06:59:27.917251+00', NULL, NULL, NULL, NULL, '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', NULL, NULL), ('48d741b2-c640-4956-83c8-2a7467bde43b', 'ER1066', '4f65adc3-baf7-44de-88ad-0a4672fab669', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-04 06:59:25.044419+00', NULL, NULL, NULL, NULL, '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', NULL, NULL), ('d1a2bde8-f7f6-44ed-a65c-10dd3ec843fa', 'ER1069', '4f65adc3-baf7-44de-88ad-0a4672fab669', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-04 06:59:26.629759+00', NULL, NULL, NULL, NULL, '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', NULL, NULL), ('15251738-b62d-406f-923e-b04c99b014d8', 'ER1064', '4f65adc3-baf7-44de-88ad-0a4672fab669', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-04 06:59:22.965156+00', NULL, NULL, NULL, NULL, '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', NULL, NULL), ('eabf854d-ea57-4564-947f-f34de60d8d96', 'ER1062', '4f65adc3-baf7-44de-88ad-0a4672fab669', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-04 06:59:21.468745+00', NULL, NULL, NULL, NULL, '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', NULL, NULL), ('7b58ef62-2f65-4568-aef4-a0a425833c7d', 'ER1070', '4f65adc3-baf7-44de-88ad-0a4672fab669', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-04 06:59:27.075756+00', NULL, NULL, NULL, NULL, '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', NULL, NULL), ('3e12631f-2d97-446e-8cb1-7255a1a2cc32', 'ER1067', '4f65adc3-baf7-44de-88ad-0a4672fab669', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-04 06:59:25.704768+00', NULL, NULL, NULL, NULL, '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', NULL, NULL), ('1105c370-3244-48cd-a994-5f2e9bfbc33e', 'ER1065', '4f65adc3-baf7-44de-88ad-0a4672fab669', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-04 06:59:23.860881+00', NULL, NULL, NULL, NULL, '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', NULL, NULL), ('5daa57bd-10ee-4e5f-a73a-45357b43e0a8', 'ER0430', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 32, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:31.020502+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8201', '8202'), ('d3779672-5f85-4a03-a437-7ef6ec2097b2', 'ER0429', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 33, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:31.020502+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8701', '8702'), ('c4283259-924e-45ea-9813-988b49b6b408', 'ER0420', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 41, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:40.372294+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8301', '8302'), ('f2f814f2-18ab-4ece-9ab2-2184c919b948', 'ER0418', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 42, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:40.372294+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8501', '8502'), ('a9501326-1a51-4791-a61d-01ae3deefec9', 'ER0417', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 43, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:40.372294+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8501', '8502'), ('ed6cddbf-950c-42b9-892c-d109951f09bc', 'ER0416', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 44, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:40.372294+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8901', '8902'), ('271fef46-5a35-48ce-bdae-65608f4a66b2', 'ER0349', 'efed186d-7062-4b0f-b3fe-6e793accc364', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 07:10:45.858773+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8901', '8902'), ('1a29c026-8a2d-4fb2-ad6b-92d8a3058618', 'ER0747', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 34, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8101', '8102'), ('590d477b-9751-4aba-838c-2a1a9dced6b8', 'ER0654', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 35, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8101', '8102'), ('8ffd20fe-81a8-4de6-84bf-59b8070f5ce8', 'ER0752', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 36, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8101', '8102'), ('23281ae2-8dee-4d45-a6d4-5f350d249185', 'ER0725', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 38, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8101', '8102'), ('f076aed6-2aa5-4efc-b98b-e5d8a06fe959', 'ER0537', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '1064cee0-359d-4fa6-9157-975be624f378', 30, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:36:07.857037+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8301', '8302'), ('501a9fd6-16bb-4bb8-8031-9b9bcb95ae08', 'ER0490', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 09:01:51.504982+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('d4812df8-4b4c-4da5-8b89-51914bebe2fa', 'ER0570', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 09:01:54.83142+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('06b1543e-22cf-49f1-9f68-3d4dceed5942', 'ER0917', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '1064cee0-359d-4fa6-9157-975be624f378', 31, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:36:07.857037+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8301', '8302'), ('a48b2a69-327e-42d1-ba31-72c1040e3889', 'ER0766', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '1064cee0-359d-4fa6-9157-975be624f378', 33, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:36:07.857037+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8301', '8302'), ('fe1f224e-4bfe-4e6f-a14b-3593781b2048', 'ER0651', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 09:02:02.616217+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('9867529a-f3f6-4b4e-8d4c-58a989504488', 'ER0703', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:38:50.856073+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8101', '8102'), ('5285d2f5-f84a-42b1-b5bc-0a82460c55a3', 'ER0728', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '1064cee0-359d-4fa6-9157-975be624f378', 34, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:36:07.857037+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8301', '8302'), ('da06f333-4919-4d50-97da-234b1e7c0819', 'ER0830', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '1064cee0-359d-4fa6-9157-975be624f378', 35, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:36:07.857037+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8301', '8302'), ('d6a107c7-3ab3-44de-b164-940495e0363c', 'ER0804', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '1064cee0-359d-4fa6-9157-975be624f378', 36, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:36:07.857037+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8301', '8302'), ('20fd7be1-d93f-4f3e-ab06-b35b7b3299e2', 'ER0935', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '1064cee0-359d-4fa6-9157-975be624f378', 37, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:36:07.857037+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8301', '8302'), ('9c8f2591-8800-4af1-8f0c-7782497fc08e', 'ER0898', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '1064cee0-359d-4fa6-9157-975be624f378', 38, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:36:07.857037+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8301', '8302'), ('b1bf9a27-65b1-4eed-ad32-75c461ad72f7', 'ER0577', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '1064cee0-359d-4fa6-9157-975be624f378', 39, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:36:07.857037+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8301', '8302'), ('6359bcab-6f2c-4709-b534-456e771d34ff', 'ER0762', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '1064cee0-359d-4fa6-9157-975be624f378', 40, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:36:07.857037+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8301', '8302'), ('5c059ddf-a486-414a-81cf-aeb384ef7323', 'ER0531', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 49, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:52:17.689086+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('fc05a483-69b4-4383-bfd2-c4a355a4476a', 'ER1077', '4f65adc3-baf7-44de-88ad-0a4672fab669', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-04 06:59:30.227601+00', NULL, NULL, NULL, NULL, '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', NULL, NULL), ('44b5f9b4-7cad-4395-af0c-4f47c136f117', 'ER1078', '4f65adc3-baf7-44de-88ad-0a4672fab669', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-04 06:59:30.89219+00', NULL, NULL, NULL, NULL, '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', NULL, NULL), ('ad3bb5de-2442-4c23-8bdd-afbcd897fb3f', 'ER0620', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 09:02:00.066443+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('2dc260e0-b0db-487e-8d14-f4657f43a38e', 'ER0668', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 09:02:03.734582+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('cd2b2696-b906-4ab1-89dc-308c1e82d8e8', 'ER0592', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 09:01:58.343161+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('7eaf1869-b77a-4f92-88ce-b41efcb2c692', 'ER0746', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 13, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8101', '8102'), ('d3970a5c-2cf9-4fe6-98e9-9c3d97d4c349', 'ER0676', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 17, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8101', '8102'), ('bba47e68-5078-4779-914c-bbea0bbf235b', 'ER0697', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 19, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8101', '8102'), ('9511df0b-87ea-4f19-a770-4ea9a27004dd', 'ER1079', '4f65adc3-baf7-44de-88ad-0a4672fab669', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:34:08.177366+00', NULL, NULL, NULL, NULL, '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', NULL, NULL), ('993f8b96-0ea7-4ff3-9f9b-c343fe193215', 'ER0723', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 28, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8101', '8102'), ('0e3bd177-a865-4492-ae58-ade734cccf33', 'ER0574', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 09:01:56.416705+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('408b14c4-0660-4004-8beb-e0859debac28', 'ER0529', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 09:01:52.961017+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('0377dd35-bc94-4fea-9e02-9600e433e5ab', 'ER0489', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 09:01:49.753326+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('535c5201-6d10-4142-9e1e-c249b1f9d53f', 'ER0623', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 09:02:01.005029+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('9de95d0d-4a79-4afe-96f6-501ac942bf97', 'ER0631', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 09:02:01.782724+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('067ee0e2-a4d4-4e07-b621-624b163ad849', 'ER0617', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 09:01:59.274847+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('ce40f507-8d26-4ad3-bd59-c7e093910ecd', 'ER0576', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 09:01:57.402048+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('7b88bd46-2870-4176-b292-ee2fce6fcb44', 'ER0419', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:32:47.643593+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('5067bbde-7756-4ccd-b95f-654baba240c0', 'ER0635', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:32:47.643593+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('04feda04-6dcb-4d27-b6bf-458d9318e0c2', 'ER0650', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:32:47.643593+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('4065b9e5-f6ce-4df5-b324-1081c0247d4c', 'ER0656', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:32:47.643593+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('d9f29503-3906-4d20-bff5-447ebe355b61', 'ER0660', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:32:47.643593+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('aabc4d3e-ac83-42c3-b348-080db47539b7', 'ER0663', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:32:47.643593+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('e2bfa882-d653-4b30-aa33-e7b20698636d', 'ER0666', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:32:47.643593+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('85e05351-b076-4121-b7b1-e07863f69f31', 'ER0435', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 29, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:31.020502+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8101', '8102'), ('8b068c04-b5d1-4f63-b404-168fb57305af', 'ER0724', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '1064cee0-359d-4fa6-9157-975be624f378', 42, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:36:07.857037+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('acf1bac1-9c4e-429e-999f-7c8e596dee6b', 'ER1073', '4f65adc3-baf7-44de-88ad-0a4672fab669', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-04 06:59:28.392365+00', NULL, NULL, NULL, NULL, '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', NULL, NULL), ('f910cc5c-33b3-4fd3-ae85-0f7bb6742ce0', 'ER0846', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 9, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8101', '8102'), ('18f0bc2d-1ce6-4e4b-be1e-a5542b86afcf', 'ER0863', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 11, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8101', '8102'), ('5e0d1098-804d-4f4a-a040-c1a4988a53e5', 'ER0925', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 12, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8101', '8102'), ('0e7da7e1-2123-4391-9668-afc3f68b538e', 'ER1075', '4f65adc3-baf7-44de-88ad-0a4672fab669', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-04 06:59:29.330576+00', NULL, NULL, NULL, NULL, '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', NULL, NULL), ('72d8722d-a743-466a-b1c2-d6d8f976aa9d', 'ER0821', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 14, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8101', '8102'), ('c09332f5-dc76-4778-8394-0fd37d5afbb1', 'ER0914', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 15, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8101', '8102'), ('5f7b60b5-1680-466c-b4fd-fc32074d6e3d', 'ER1076', '4f65adc3-baf7-44de-88ad-0a4672fab669', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-04 06:59:29.745184+00', NULL, NULL, NULL, NULL, '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', NULL, NULL), ('357af64c-a831-4cc3-bb63-47debd125e1c', 'ER0768', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 16, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8101', '8102'), ('06cdef17-d0e8-4588-b712-9eafd9a9ac02', 'ER0923', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 21, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8101', '8102'), ('f0a0d86a-da0b-45d0-83ef-19b3fbaf0187', 'ER0800', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 30, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8101', '8102'), ('e0e2003a-25d7-4a05-bd56-2e24ca1bf0ed', 'ER0844', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 32, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8101', '8102'), ('a1194639-cfc0-472f-9b54-123eae6dee0c', 'ER0838', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 40, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8101', '8102'), ('1aaeadd7-2f1a-4987-a552-477e84e3a239', 'ER0920', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 41, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8101', '8102'), ('59397547-608d-4555-8e01-40be03e6abe9', 'ER0843', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 42, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8101', '8102'), ('f87b1411-b079-4052-ab70-0ed1821393be', 'ER0760', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 46, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8101', '8102'), ('86a04901-3c50-44ef-97f4-a97227741801', 'ER0517', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 44, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:45:00.720875+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('57c3f687-1c0d-4a29-9060-db38b3a533e6', 'ER0695', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 1, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:39:19.160283+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('c0eafaa7-85f4-4568-a3cb-09754f196592', 'ER1080', '4f65adc3-baf7-44de-88ad-0a4672fab669', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:34:08.177366+00', NULL, NULL, NULL, NULL, '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', NULL, NULL), ('be722b60-e4b0-43e6-ab22-dea46593421e', 'ER0852', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:38:53.34555+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8101', '8102'), ('c21f9988-2ec4-479a-9206-35d344580453', 'ER0880', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:38:55.927275+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8101', '8102'), ('bf38dfda-c3b1-479b-b448-12b4a7755554', 'ER0536', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 1, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('a83c2c28-b229-4275-aa45-7ba49e5e8042', 'ER0674', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:32:47.643593+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('de9ef3bd-712b-4f34-8f25-0d6a51833074', 'ER0692', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:32:47.643593+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('b32de37c-e462-4a7b-aeb0-f7b73ddf68f0', 'ER0694', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:32:47.643593+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('5315a1c0-352f-4529-b88f-137077263a1d', 'ER0712', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:32:47.643593+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('2f1348ee-a228-4fdb-a791-d8827bab8fd8', 'ER0734', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:32:47.643593+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('8d08acbc-aa83-4a0f-a59f-dece78afd2f1', 'ER0744', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:32:47.643593+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('a512fb55-b960-4781-8a63-131bdab1184d', 'ER0764', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:32:47.643593+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('15541cca-4457-4f16-9291-3032d008faa4', 'ER0782', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:32:47.643593+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('e875642e-1a0c-4916-9c30-afedc2bf6058', 'ER0784', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:32:47.643593+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('9db9bf3d-2a4c-43cd-976b-b6dafe140865', 'ER0786', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:32:47.643593+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('343bd852-aaec-4858-a2ff-a3c126b0cb5b', 'ER0790', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:32:47.643593+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('21ad7cf5-8720-48ab-b07c-457d659f10df', 'ER0791', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:32:47.643593+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('7bf39d66-2919-4743-a70d-4a4ee0719c65', 'ER0937', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 22, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8101', '8102'), ('414afe7b-789e-4690-8a04-470ec2f9704b', 'ER0939', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 33, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8101', '8102'), ('dfb83a01-311b-449f-a1ec-c44ee5c9a581', 'ER0469', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '6de97a77-dbf1-4099-92ea-295416ab0d97', 22, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 10:29:43.008495+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8801', '8802'), ('6f4da6a8-4176-4c43-9aac-32607123f8bb', 'ER0331', 'efed186d-7062-4b0f-b3fe-6e793accc364', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 07:06:36.090484+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('0311af6a-aa38-4808-8b74-73cf20c1a1c2', 'ER0332', 'efed186d-7062-4b0f-b3fe-6e793accc364', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 07:06:52.603571+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('40b43a95-8215-47b3-8346-afdf88acbc33', 'ER0226', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:32:47.584825+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('afb12540-474d-4ae0-8e0e-39ad24f0b628', 'ER0228', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:33:15.377355+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('d1ede525-5022-4b2c-bf71-1a3fd2b2edf0', 'ER0230', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:33:41.357887+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('b434f473-a43b-4a52-934e-308c464c37c7', 'ER0235', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:34:47.905852+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('32d6def4-b0ff-4c20-b1fa-a3074baa2cd0', 'ER0237', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:35:17.471978+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('70928e7a-b165-43fc-9744-b57b1929c92e', 'ER0238', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:35:27.963004+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('e00588af-e652-456c-a8bd-85a58185f3ef', 'ER0239', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:35:40.104463+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('26457809-3c21-4c11-9848-03c6e268f733', 'ER0240', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:35:50.380368+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('1b8b0a50-cc15-4679-8701-253edbaf4cb3', 'ER0242', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:36:05.419894+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('ce2e48df-c783-4273-886e-dbfc9ec199d0', 'ER0476', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 10, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8801', '8802'), ('b19b617b-93f1-4ecd-b49d-3107857545d2', 'ER0245', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:36:38.841294+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('da5dafe5-2df8-463e-bf3e-b53eea7583f7', 'ER0246', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:37:47.953274+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('e2fd82cb-f1e2-4b2d-8125-3e85c618bcd5', 'ER0248', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:38:28.297052+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('2bfa1179-2c7a-43c6-93d6-6734a9e1cd21', 'ER0249', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:38:39.219371+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('50737f50-721a-4f0d-a56f-0ee636a9f99c', 'ER0252', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:40:17.432279+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('32e594f7-f4fe-4626-9d44-fd3c76eff104', 'ER0253', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:40:28.809741+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('a0f32cd3-2b0b-4644-8ac4-51a0fd361a15', 'ER0255', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:41:45.525796+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('3ea530ac-397d-4f2b-8ed8-a95b2a838082', 'ER0464', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '7217d519-4204-43ca-aef1-3e86f3ec240b', 22, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('72640cee-b20e-4398-9086-35f9ac5eb34f', 'ER0452', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '7217d519-4204-43ca-aef1-3e86f3ec240b', 27, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('c512fda1-f529-4998-98d7-721754fb9caa', 'ER0456', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '7217d519-4204-43ca-aef1-3e86f3ec240b', 45, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('1f7ad1ca-f9f7-4387-b6d5-9337253b7ce5', 'ER0151', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('fcfd3862-fbc7-431b-bae7-c7d27c6c3ac6', 'ER0244', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 45, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:45:08.93092+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('8deb34c6-801d-4253-9b78-81c899e446fe', 'ER0241', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 46, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:45:13.25235+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('071a6cca-e29a-4093-b43d-58829ea58076', 'ER0465', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 17, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8801', '8802'), ('6df25284-ce09-46c1-8355-b8ee1207197c', 'ER0256', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:41:55.398338+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('372e8517-429e-46d9-93e4-24dc31d532ba', 'ER0258', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:42:30.704016+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('5b3712e5-90a6-4952-856b-66eb501d6e9f', 'ER0260', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:43:27.340953+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('ea06cf24-447b-499a-b057-e01b511789ff', 'ER0265', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:44:18.161212+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('3f0c0b14-3198-4037-a83f-43c84b43d582', 'ER0267', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:44:52.296469+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('39e98b37-4872-4c76-9804-745aad49d250', 'ER0269', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:45:11.491099+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('bfb7f820-e01c-4fcc-82c6-b64ee59ba584', 'ER0272', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:45:39.744001+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('9f87a7b5-8acf-43ff-bb5e-8a3619323031', 'ER0273', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:45:50.871004+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('d33cc5dc-ca2d-4621-a641-15ec8bd2b762', 'ER0467', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 11, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:42:39.527544+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('4cb174c0-5808-494c-a3ab-36b117860505', 'ER0334', 'efed186d-7062-4b0f-b3fe-6e793accc364', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 07:07:16.49306+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('6b9a7379-58a4-4527-892e-52bed1d97bdc', 'ER0335', 'efed186d-7062-4b0f-b3fe-6e793accc364', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 07:07:28.492556+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('b06426a7-829b-41d4-8644-d23c926af494', 'ER0336', 'efed186d-7062-4b0f-b3fe-6e793accc364', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 07:07:46.570327+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('1ea1a183-9a35-4611-858f-95b9f4e9493f', 'ER0338', 'efed186d-7062-4b0f-b3fe-6e793accc364', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 07:08:11.722827+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('f985b0bb-e90a-4dff-b752-e43201dc7cef', 'ER0339', 'efed186d-7062-4b0f-b3fe-6e793accc364', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 07:08:24.508105+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('519daf25-9bd9-4fc8-a49b-4b9513cb1514', 'ER0340', 'efed186d-7062-4b0f-b3fe-6e793accc364', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 07:08:40.140275+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('730d8ad8-5580-4466-ac3e-797f9df3c2ef', 'ER0341', 'efed186d-7062-4b0f-b3fe-6e793accc364', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 07:09:01.939097+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('37afc3f0-4143-4028-98eb-0428d2645158', 'ER0342', 'efed186d-7062-4b0f-b3fe-6e793accc364', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 07:09:18.798003+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('ba17ec6b-7953-4b93-88bd-5ed907052b86', 'ER0343', 'efed186d-7062-4b0f-b3fe-6e793accc364', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 07:09:30.448499+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('08252d50-4e96-4923-b2e2-e82e3f2acfe9', 'ER0344', 'efed186d-7062-4b0f-b3fe-6e793accc364', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 07:09:41.91299+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8801', '8802'), ('c6874c8e-53f8-460a-b88d-fab58227cabf', 'ER0345', 'efed186d-7062-4b0f-b3fe-6e793accc364', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 07:09:55.047605+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('bb84eafc-011f-454d-a31d-937e9766e3c4', 'ER0346', 'efed186d-7062-4b0f-b3fe-6e793accc364', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 07:10:07.238251+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('9a23ff89-921e-48ec-9e98-dbc03c17f2a2', 'ER0347', 'efed186d-7062-4b0f-b3fe-6e793accc364', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 07:10:19.488175+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('bf133d9a-4593-4e4a-897c-febdd452c356', 'ER0350', 'efed186d-7062-4b0f-b3fe-6e793accc364', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 07:11:02.878536+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('0242f1f9-591c-42d0-856b-76069ee74af6', 'ER0247', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:32:47.643593+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('0aff5aa8-c79f-4367-bfa3-10aedde7f1fb', 'ER0450', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:34:08.177366+00', NULL, NULL, NULL, NULL, '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', '9001', '9002'), ('46642c3a-54bc-4c89-b02e-e970ea9a03c1', 'ER0466', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:34:08.177366+00', NULL, NULL, NULL, NULL, '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', '8701', '8702'), ('27398588-df37-4408-bcec-69b408be2b4c', 'ER0437', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 26, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:31.020502+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8401', '8402'), ('dcf8af0b-b95e-4e95-8d8e-75be6a3ea769', 'ER0431', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 31, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:31.020502+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8101', '8102'), ('273d5cdf-193f-494e-927a-f30e2e800ee3', 'ER0422', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 39, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:37.064126+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8101', '8102'), ('0a809e95-cf09-4d8d-aa47-df508291508e', 'ER0309', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 47, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:45:21.752275+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('b0fd8345-e047-4869-ba3b-b5eee4d1509f', 'ER0926', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 6, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:41:04.83575+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('4a20556e-5849-446a-be84-72c023c26945', 'ER0301', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 06:59:46.454156+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('5f86c40c-4106-417a-aad4-918b566feda6', 'ER0302', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 06:59:56.781782+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('ec6bd572-fe5d-499f-ab67-f474f2fbe149', 'ER0303', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 07:00:11.64283+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('c9255e88-15da-4ac1-bebf-333fc12a8322', 'ER0304', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 07:00:21.142133+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('cfafa532-458f-4aad-a0a6-ce1ad61a2fd9', 'ER0305', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 07:00:31.12246+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('32fd1dcd-43b4-447f-9263-05730ef73988', 'ER0308', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 07:01:01.180237+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('8a8fa3e0-20d8-42c4-a63b-7f859b86f3cc', 'ER0312', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 07:01:30.250814+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('e87cb8e2-aca2-4c4e-b4bf-9df5edf96651', 'ER0317', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 07:02:23.729453+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('930806a0-a2b3-4dc7-90d0-e9fc63f58ec2', 'ER0318', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 07:02:34.854129+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('b0f774dc-8ba3-4116-b948-db6c079337c8', 'ER0319', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 07:02:44.929872+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('d64d4a49-d283-4ed6-8ccd-7f4c29c1a7f7', 'ER0716', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 28, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8801', '8802'), ('6418abb5-3057-45c3-ae8e-131dc5ca944b', 'ER0885', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:32:47.643593+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('367c3556-02c5-4734-993f-27b4ef8c894d', 'ER0901', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:32:47.643593+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('db81a283-27ef-470e-8697-bb99f2985e0c', 'ER0905', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:32:47.643593+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('d0ef971b-de9a-4444-8f9b-be65a73383a8', 'ER0915', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:32:47.643593+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('806727f8-afe7-4bcd-8764-d0b8a336fc1d', 'ER0410', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:32:47.643593+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('4334b12e-103f-4499-8fe5-1ff8df234716', 'ER0825', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:32:47.643593+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('24404f54-03b6-45ec-9cbe-227447b92976', 'ER0401', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 10, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:31.020502+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', NULL, NULL), ('c9f2906d-4e11-464f-922a-1b37bc95de15', 'ER0402', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 11, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:31.020502+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8401', '8402'), ('98407c31-ec00-4b57-a96d-637cec1ed273', 'ER0403', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 12, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:31.020502+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8901', '8902'), ('3712c6f2-e1f1-42fa-b16a-e3fb33c3622e', 'ER0404', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 13, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:31.020502+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8801', '8802'), ('a8b86f98-50ad-4258-88b5-3e700dbdcb21', 'ER0405', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 14, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:31.020502+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8501', '8502'), ('1f4f4542-f4b8-47ea-a868-281c04fca0f8', 'ER0406', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 15, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:31.020502+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8901', '8902'), ('700477c2-4c6c-4f81-8c5b-a7589c83704b', 'ER0415', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 45, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:44.085785+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8401', '8402'), ('027c3412-c1ec-4f48-b65f-dc20b20db5c7', 'ER0826', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:32:47.643593+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('9ad96e4c-285c-4b47-baec-ad9606680bff', 'ER0835', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:32:47.643593+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('ebf5d985-02ee-4f64-a43c-c77c683e5479', 'ER0840', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:32:47.643593+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('078db48b-a8ab-4acf-babc-0e5c8df538fa', 'ER0850', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:32:47.643593+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('100fbb76-f62d-46a3-be30-ac79719f9ded', 'ER0858', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:32:47.643593+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('ac3442c2-05b9-4d13-a242-ee50caadeb9e', 'ER0868', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:32:47.643593+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('b1848f29-5b8e-4af2-a633-e3979371881d', 'ER0879', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:32:47.643593+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('dc805571-e020-42c6-9368-4a42a9e03cda', 'ER0414', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 46, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:44.085785+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8901', '8902'), ('4e0c4c24-0158-437e-92c5-f8672d4bdcb0', 'ER0413', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 47, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:44.085785+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8901', '8902'), ('49bfa4cc-5644-4ef3-b121-27ccea8d80b1', 'ER0412', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 48, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:44.085785+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8101', '8102'), ('b150fcda-ed35-4c2a-829e-6f5da2447b94', 'ER0411', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 49, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:55.822629+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8201', '8202'), ('3ea454cf-85b9-4820-baab-839a2e8d8ff0', 'ER0409', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 50, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:55.822629+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8701', '8702'), ('6ade91c0-d616-4ae3-b7c1-7f7cb2686961', 'ER0439', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 24, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:31.020502+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', NULL, NULL), ('5424c729-723a-4606-9d2d-b73f2ba27b31', 'ER0438', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 25, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:31.020502+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', NULL, NULL), ('a3117101-e97f-44d1-9415-7cdbb2b05003', 'ER0408', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 51, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:55.822629+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8501', '8502'), ('72122c32-6b76-4881-aa5d-d9cdf2b787e1', 'ER0407', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 52, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:55.822629+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8101', '8102'), ('b034a5f5-8eff-4f31-bf89-945d920749fe', 'ER0427', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 35, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:31.020502+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', NULL, NULL), ('8de9ad3b-fae0-499a-98ef-e5d5d2ee41d8', 'ER0426', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 36, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:31.020502+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', NULL, NULL), ('ba1a953c-e8e3-4b83-9737-1209a985f56a', 'ER0400', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 53, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:55.822629+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8301', '8302'), ('cda2bb61-9145-488f-9525-ef4f751844d2', 'ER0495', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:27:00.849828+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('3ecc5c70-2441-476c-b0bb-2737d0f09ef3', 'ER0509', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:50:56.108352+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('d4138cab-df2f-4a7d-89ad-b57bf0e00c13', 'ER0423', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 38, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:37.064126+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8701', '8702'), ('46e2cf00-eb19-408a-8e3e-ba25f3b386c9', 'ER0613', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 35, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('cc7cc87f-4bad-4d1a-9beb-a636663c128e', 'ER0510', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '6de97a77-dbf1-4099-92ea-295416ab0d97', 24, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 10:30:15.428704+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('a2c86830-5db4-4cd4-99e6-85cdbf9f6979', 'ER0820', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:32:47.643593+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('01908c99-7431-4e1d-811a-40826c16665d', 'ER0523', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '7217d519-4204-43ca-aef1-3e86f3ec240b', 25, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('fd916ab4-21c6-4da8-b35f-8205eab50337', 'ER0457', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:34:08.177366+00', NULL, NULL, NULL, NULL, '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', NULL, NULL), ('f73b25d9-6b6a-4d53-8033-0d36bd288f66', 'ER0493', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '1064cee0-359d-4fa6-9157-975be624f378', 22, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:36:07.857037+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('9c7d4932-5e79-4e22-a641-d5a814379b00', 'ER0482', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 34, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:11:05.592043+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('8198f44f-fbf7-4c17-b4c4-b243a78b51c9', 'ER0816', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 7, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:41:14.661189+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('a9ffa28e-1937-46f8-934c-226622a799ad', 'ER0645', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 36, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('ff1f3cda-45ce-45db-a404-0f52bcbc862c', 'ER0593', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 39, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('eb2c0142-6e43-4bc7-83f1-89e2cff5d5e9', 'ER0525', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 41, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('89e30286-3d71-423e-b6d2-8f0bc588796a', 'ER0634', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 43, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('1b3ea2ee-ec63-4282-9fb2-c54fe222e74f', 'ER0919', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 45, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('c3d10861-d0f8-4a5c-9f61-9f793f800f2d', 'ER0647', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 46, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('06f877c2-6d82-408d-8d91-584bebe4a5f7', 'ER0823', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 47, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('6224eb5f-d4f9-4c65-874c-47422057f597', 'ER0472', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 6, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('9a082ab4-ac24-494f-a11c-37683750b1da', 'ER0549', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:24:10.058725+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('54c516bf-848c-4d66-b8af-a93a0bfc7f5b', 'ER0534', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:53:34.457919+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('b7f20435-2ec7-40f3-bef2-6c02984ecdf3', 'ER0586', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:03:18.059415+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('7d3c4ee9-6a27-4876-ad68-0eddd0732a6e', 'ER0581', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:03:59.604852+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('5852d1d2-0ae9-4e9d-923d-6e94e0978a25', 'ER0425', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 37, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:37.064126+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8301', '8302'), ('13a74e04-28ef-4549-9a1d-b5bd3a4761a4', 'ER0595', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 35, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:42:22.432586+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('24125da0-7132-4b76-9bd5-cf6d7504bb8f', 'ER0532', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 10, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:05:26.626871+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('21f7b10c-ff34-475d-88e9-da3e0e158000', 'ER0579', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 32, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:10:46.259085+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('cb781c9b-94e2-4ec3-a997-f0220b04db8f', 'ER0473', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 33, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8801', '8802'), ('98eff0a7-234c-4be4-b70c-7ddfbeb25f2b', 'ER0543', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 2, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('93ce0ad8-13a9-483b-850e-769042a399c0', 'ER0535', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 5, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('1eb3b6e9-7898-4478-a5ee-45b414003682', 'ER0652', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 8, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8801', '8802'), ('e76864dc-ba37-4778-975d-371d048f3ac7', 'ER0546', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 12, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8801', '8802'), ('b7d60af1-f9b3-47e4-abf6-a5fe2d802e88', 'ER0501', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 13, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8801', '8802'), ('f199afb2-1f19-452e-bda6-de0d175fa0ba', 'ER0460', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 15, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8801', '8802'), ('1b9d2f4c-ff5a-4c45-b235-86455ebec463', 'ER0717', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 18, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8801', '8802'), ('9aa5180c-6dab-47cf-bf0d-75e13f975380', 'ER0601', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 19, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8801', '8802'), ('44c02fcc-b95d-4fa7-a9cc-a23c41388b5a', 'ER0504', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 21, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8801', '8802'), ('d89b0878-06d5-451b-876c-677e4419caad', 'ER0749', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 22, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8801', '8802'), ('5b86e28f-8a4f-4e04-b440-918427b3f31b', 'ER0591', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 26, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8801', '8802'), ('a8c27418-05a6-43a7-99f9-03852c7ed901', 'ER0552', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 27, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8801', '8802'), ('243c08e7-86e5-43bf-82a1-7d512f0f7be1', 'ER0463', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 31, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8801', '8802'), ('e94721f1-38fe-4be4-984c-eb9f090f52e9', 'ER0632', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 12:34:29.687487+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('cf00f718-f395-4aa2-9ad7-f94e60e7c797', 'ER0611', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 12:37:34.073101+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('84a0792c-fb56-4115-bbae-1dacb8527154', 'ER0609', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 12:37:45.556668+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('146e0875-21d3-4ef9-9a2b-558e051afb56', 'ER0604', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 12:38:17.291058+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('4d6e2806-1f3b-4f70-85cd-d3793fc15d17', 'ER0657', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '6de97a77-dbf1-4099-92ea-295416ab0d97', 16, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 10:28:24.970084+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('d2f2606d-ec2f-41ee-b4d1-d59c55c674c8', 'ER0639', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 44, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('338f6114-89c1-42e2-b6ea-0c62eb0bb385', 'ER0687', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 12:45:18.744543+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('24db4944-0d2e-4a33-b0d3-43f6a2691977', 'ER0688', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 12:46:12.082074+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('2d0f17d2-e552-4ea2-880d-69241c03f8b2', 'ER0696', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '7217d519-4204-43ca-aef1-3e86f3ec240b', 1, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('089ca45b-eb24-46b9-b282-1dd6ed413c0f', 'ER0731', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 12:50:48.691476+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('1b8c2cf4-b615-49d1-9d5d-c8367174fc46', 'ER0750', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '1064cee0-359d-4fa6-9157-975be624f378', 14, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:36:07.857037+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('76992a46-b6a4-4142-9e5d-b9f0af8ad10b', 'ER0709', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 36, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:42:29.669349+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('1db5c735-7c5c-4f95-ab27-3bdd3c67ff73', 'ER0722', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 30, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:10:05.839539+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('61688155-a97f-485d-bcb6-64f3d72ac3ca', 'ER0708', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 4, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('0f880599-748c-4420-9f24-1cc4f5029119', 'ER0745', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 33, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:10:56.412112+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('9697cde1-c943-4f96-b64d-35eac1dfd05f', 'ER0721', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 28, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:46:33.416499+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('d743d6cc-e001-4ef8-99ab-c1a99e25be2b', 'ER0742', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '6de97a77-dbf1-4099-92ea-295416ab0d97', 2, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 10:28:24.970084+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('1df08415-63fc-441b-b4b1-452b1a7d24b3', 'ER0727', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '6de97a77-dbf1-4099-92ea-295416ab0d97', 8, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 10:28:24.970084+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('b777f7f6-5eae-4ac0-a49f-03848602f584', 'ER0710', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '6de97a77-dbf1-4099-92ea-295416ab0d97', 18, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 10:28:24.970084+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('3c43662d-5492-4b95-a472-478ccffd638f', 'ER0690', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '6de97a77-dbf1-4099-92ea-295416ab0d97', 25, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 10:30:21.076621+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('41f9499e-b398-44bd-a05b-d37a9e5517d7', 'ER0701', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '6de97a77-dbf1-4099-92ea-295416ab0d97', 41, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 10:36:36.532418+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('79006d79-2f8a-48d3-8fa9-5339ee90f683', 'ER0719', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 3, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('4648d1bb-d0c5-4663-9f24-4b5538501472', 'ER0757', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:09:51.350881+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('1e84127f-a21d-4bfb-ba4d-830e47fcb85e', 'ER0817', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:18:14.326592+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('36659634-60d8-420d-9fc7-a651a6443ab8', 'ER0792', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:19:13.074354+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('fd403042-a234-4ba4-bfc9-e4c3cfe5d47a', 'ER0779', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:46:45.263452+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('bafc7ab6-e71f-43c3-b207-a561a3803256', 'ER0783', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:47:46.148195+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('1081fa15-b7c3-4277-9448-dd429b053a69', 'ER0793', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '1064cee0-359d-4fa6-9157-975be624f378', 17, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:36:07.857037+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('b25def76-601a-435d-ba70-21657d5e32ba', 'ER0813', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'DETAINED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:05:51.192063+00', NULL, NULL, NULL, NULL, '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', NULL, NULL), ('3b353bd0-82da-4433-8bd6-60bab8db1cd5', 'ER0773', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 35, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:11:32.813591+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('45d23537-2f55-4833-8840-016223d5f99f', 'ER0892', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:33:40.250418+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('5d6cb90a-9757-4390-8175-a87406c7f761', 'ER0862', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:38:04.110589+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('fdbcc005-28a9-44db-add2-ddd4f9b9a515', 'ER0860', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:38:24.325087+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('33edc37b-a7e7-4c73-9133-35a78518bb4f', 'ER0856', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:39:18.416234+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('555d31cf-f342-4ed8-9ceb-7a907f9e3622', 'ER0867', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'OUT_OF_SERVICE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:05:12.100586+00', NULL, NULL, NULL, NULL, '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', NULL, NULL), ('c8506335-47a9-4641-abcc-d8214f03607d', 'ER0848', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 33, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:42:09.435013+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('063ae7d7-9113-4d63-b188-277e1ff7b9ec', 'ER0829', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 34, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:42:14.786644+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('d42f1ab4-5e42-4044-bf78-390c802e9eaf', 'ER0869', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 1, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:02:20.819091+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('62b0a832-e016-4bf1-adcf-1b4bf0524366', 'ER0875', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 29, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:09:51.191223+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('b0bbe619-93a2-49d1-84a5-4e323f86ea83', 'ER0871', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 29, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('5fcbda7e-ddf8-449d-a83e-aa68a1aabd65', 'ER0834', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 5, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('bf6dea2b-5728-4d5e-960b-58612d0e54f9', 'ER0828', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '6de97a77-dbf1-4099-92ea-295416ab0d97', 23, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 10:30:08.186969+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('099895c3-7158-42ce-9f03-0a421e331208', 'ER0932', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:28:48.096798+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('68060321-5de4-4921-8671-d70ac37d4087', 'ER0931', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:28:53.99454+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('6f269766-2d29-4e94-948c-54500471ef07', 'ER0938', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 20, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('61984e51-cecb-43e9-8b2e-6c5bba5e51a7', 'ER0774', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 11, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:05:41.438499+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8601', '8602'), ('d7898180-e9ed-49a9-8e0b-89559c9d14d2', 'ER0841', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 18, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:07:14.196015+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8601', '8602'), ('eaa53c72-7b64-474f-b8ac-d994589b1f1b', 'ER0778', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 19, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:07:24.261501+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8601', '8602'), ('ded1f6e9-8498-44b7-8d2d-ec56febc4b90', 'ER0795', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 24, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:08:38.010757+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8601', '8602'), ('df78b27e-67f6-4ab1-aba6-95e89818ed96', 'ER0808', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 40, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:20:01.764042+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8601', '8602'), ('66481bd8-b34b-44c5-8764-4f15eebd5194', 'ER0785', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 41, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:20:16.133985+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8601', '8602'), ('94f139e5-d95a-4e3c-b91e-c75570fa97ad', 'ER0705', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 19, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:44:23.26191+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('45753811-3d54-4b48-8e62-c4dca5a2e373', 'ER0700', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 26, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:46:19.316711+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('6bc26dad-03ae-44d1-b15b-5e7a9d5e7438', 'ER0706', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 29, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:46:40.364011+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('2c207a6b-0052-4aa7-bc6e-ece5f577cc8b', 'ER0718', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 38, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('ab532b9f-d42c-4b28-b478-1417c6311ab4', 'ER0693', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 40, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('afc8372e-f69a-471e-b670-faf8ae208f9d', 'ER0016', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:25:52.966705+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('e833d05b-04b7-4f9a-a244-94a47df31bd3', 'ER0002', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:17:32.659478+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('51b83da8-9fee-4296-9851-c4e31a36406f', 'ER0003', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:17:47.104892+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('05801372-7f9e-4362-b55a-bae1f666eec2', 'ER0017', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:26:15.908575+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('5a8ef4df-c9e4-46e7-870b-8d991d92399c', 'ER0018', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:26:25.503842+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('f7c19cb3-2ed8-4889-b528-2e2533502e1f', 'ER0019', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:26:41.114722+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('3c6a816f-1238-4114-85e7-3f50cc8b0728', 'ER0030', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:27:05.064276+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('efc28cde-d1be-48f0-a50d-ece5d89c87ab', 'ER0031', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:27:16.638005+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('68d6cfb7-550c-4817-81a7-3fd12accd9c7', 'ER0032', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:27:30.005926+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('9a785fbf-4743-4e10-807b-4d2a7b0f285b', 'ER0033', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:27:43.489413+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('a82021b6-697b-429b-aaa5-ea29acc14e4e', 'ER0034', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:28:01.105762+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('f3a2eb29-6fe8-45d5-8548-c65d3cb9f3bb', 'ER0035', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:28:11.181659+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('1cd1ed87-7ee3-417b-9c08-11ba3da73687', 'ER0036', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:28:20.790553+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('c0fc858d-d15f-471e-b404-48602aa7567e', 'ER0037', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:28:30.908719+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('3e145144-dddf-44fc-98a6-9daa53a915a9', 'ER0038', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:28:40.913341+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('0eaa23e0-287c-4f08-b867-fc4069756e15', 'ER0039', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:28:50.951957+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('5f35aef5-9f2d-40d6-ad7c-6e5ff4fe3963', 'ER0040', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:29:04.883646+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('5b7b8423-d211-4538-96a8-8cf5cebe9974', 'ER0041', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:29:16.888708+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('873ccf9e-68f5-468a-ab6e-626a77511a26', 'ER0059', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:29:54.745697+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('ab966ba3-0eb9-43b8-8a7b-c6a8bdc1b8b2', 'ER0058', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:30:04.376634+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('ae0ba279-db43-4cc9-87d0-d8005c491ef9', 'ER0941', 'c900bae3-cc3d-449b-9e8d-e66944ee74b0', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('36c7a12a-1bec-4600-b8d1-7d8b9e3bdaf2', 'ER0057', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:30:26.019315+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('df0824ca-b995-46a2-a153-ddbe7d2746ce', 'ER0056', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:31:31.396945+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('2f598bc1-356b-40e6-8d34-542cbcc2716c', 'ER0042', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:29:27.297438+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('1f58d505-caa1-42d1-b1fe-f36737093e06', 'ER0043', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:29:36.601867+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('09d74a8c-04b1-4514-aabe-dc1d93b414f4', 'ER0044', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:29:47.117104+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('9f8dda93-dfbc-49a6-afe5-2ec25d52027c', 'ER0045', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:29:57.446043+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('94eb0618-a98e-4dcb-af81-148f2826569e', 'ER0046', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:30:07.228775+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('3ae733ed-b2ab-4b50-81ab-c7d67415c30f', 'ER0047', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:30:16.952384+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('ea7c3b62-00a5-486f-b37b-5c876a8ef0be', 'ER0048', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:30:26.811653+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('07e93df1-095c-442f-bda5-41bc74ad0ced', 'ER0049', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:30:37.600127+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('5f5c71bc-a7e9-4d14-96fe-be402c391006', 'ER0029', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:49:08.412411+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('10fa4f49-57d1-48e3-a7e3-46e2121f0ccc', 'ER0055', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:31:37.390809+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('46793bd2-c77b-43af-83f4-3cebca8f83fd', 'ER0054', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:31:44.801801+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('52c2faf6-80f1-40e8-97d1-d8ee82867198', 'ER0053', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:31:52.824676+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('ed72a1b9-d060-4699-b866-31a2c6bf2eb8', 'ER0052', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:31:59.845094+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('7a93e53e-861d-4e3a-bd4b-58bf39da6ee8', 'ER0050', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:32:08.4062+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('7c2f5d1c-d9d5-44bd-b7ff-80f3e7bf52e5', 'ER0051', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:32:14.605069+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('da467171-ff66-4c8f-a8f0-da37dc7b7ea7', 'ER0060', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:32:25.322664+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('0ac8b72b-38a2-4fd8-ba6c-273edf69dd43', 'ER0061', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:32:38.014884+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('e83f2749-f195-4ecf-b158-d0f96a24493d', 'ER0062', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:32:46.755861+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('cf4adeb3-39b8-471c-9c16-ef34d6b9bd93', 'ER0001', '8eec3a7d-8482-4397-96b6-59a028210722', '0da257e0-c825-4104-822b-82f27aa2c710', 1, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 07:59:08.183485+00', NULL, NULL, NULL, NULL, 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', NULL, NULL), ('cd011374-5d21-46d1-bfa8-5f6cce8a3ca4', 'ER0004', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:17:54.900575+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('ee37e8fc-a8a4-4405-bd7b-1c0312555d0b', 'ER0005', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:18:04.380484+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('6b960b60-1e24-4046-bbbb-61a392cae073', 'ER0006', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:18:11.505253+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('ecd99a46-4a5e-4615-b715-9960046dc8ca', 'ER0007', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:18:18.309735+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('d40c1816-be56-4a13-8c52-a436ac20c8ab', 'ER0009', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:18:37.241472+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('3e79907b-c2d3-41ab-80fc-e315abeae8af', 'ER0008', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:18:45.15842+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('d040c962-0654-4728-9193-1130c88e4a62', 'ER0020', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:19:31.640213+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('b9d8a7f8-bc43-49aa-b3a6-0318b46e2910', 'ER0021', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:19:37.647825+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('f0848a37-c4d9-4d1f-bf4f-96cb5c9de452', 'ER0022', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:19:42.700697+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('c88396c0-3bed-4aff-a848-7f82f70b932f', 'ER0023', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:19:47.548749+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('1d3eada0-d635-4cce-8162-37ab335875d1', 'ER0024', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:19:52.751435+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('cf954164-7b60-4ec6-9b19-ffcd8349e73a', 'ER0025', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:20:00.749912+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('23e0fda5-84a0-4d63-8d0b-5d3b84d7c64f', 'ER0026', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:20:05.832161+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('b15f6950-4fcd-478e-8d68-c1bf4fc3a333', 'ER0027', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:20:10.840034+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('79bdd006-31ca-427e-ac98-1bcd21e8d64c', 'ER0028', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:20:19.587276+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('adc1a56d-2d97-4293-80b0-054487d23ed1', 'ER0010', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:24:15.716013+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('58a75962-bb5e-4494-9eb6-92236284f7f8', 'ER0011', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:24:34.013481+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('54ce9794-8949-424b-b2da-2ce1117f64d5', 'ER0012', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:24:44.873919+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('5157d855-6ff4-4d76-93e8-3ed09005f07a', 'ER0013', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:24:55.50671+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('41cef115-d5ce-4e37-a824-d356c9fe2a65', 'ER0014', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:25:06.115573+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('1ffe2c11-525c-4f4b-b510-986a976e4f66', 'ER0015', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:25:35.741993+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('0b652309-d605-4e20-84bd-974139462cc6', 'ER0063', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:33:03.285171+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('ffef9238-7c91-499f-8d71-ac767d713615', 'ER0067', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:33:10.841698+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('4347bd49-f8c7-40a5-a963-c35f71e4551f', 'ER0066', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:33:21.531298+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('220877e0-fef1-42b6-90d9-48136749840f', 'ER0068', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:33:28.528003+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('d7be2a1f-521e-4548-97b2-dc19361a8c24', 'ER0069', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:33:37.157909+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('ba5376e4-bdab-4e4b-a3b0-c8ba6c2f2da9', 'ER0065', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:33:44.162446+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('da15e58e-3682-4261-a511-011ad1305ff9', 'ER0093', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('3bee58cf-6c38-41ee-9a95-4f7c9c36c122', 'ER0155', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('91e8f209-a152-4c93-a14f-141027574fbe', 'ER0277', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 06:53:22.941657+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('ee8671d7-497d-4d64-9a0d-9eab03878351', 'ER0278', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 06:53:32.939516+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('6d250421-7ae2-4978-acb2-fcb83a72e56f', 'ER0222', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:31:27.060219+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('da63a5d9-1ff7-4d84-96e5-d2aba5e4015e', 'ER0223', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:31:40.950191+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('48bf735a-65f5-4cc5-9ca2-b3f6fe32e301', 'ER0279', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 06:53:43.488857+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('e931b7aa-3442-4354-8f97-fe6ac2465446', 'ER0280', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 06:53:52.799411+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('5527fa86-4fed-4f40-9af3-a44f5113de6f', 'ER0283', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 06:54:25.712688+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('c1a42770-9c6a-451b-ba5a-65aabb9b359a', 'ER0284', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 06:54:35.938274+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('1608dcc6-d250-45f6-896c-696f6388f1df', 'ER0286', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 06:54:56.161229+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('e167a7a9-2506-4e5a-9a4d-b598a542ba60', 'ER0288', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 06:55:20.400958+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('d91fd059-f818-48e5-a577-977fc7911eb7', 'ER0290', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 06:55:43.425414+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('1a14dac0-e5cd-48fb-ad90-924e2c4383cb', 'ER0295', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 06:56:31.974699+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('cf6aee8e-5f74-4174-9006-5f0123746de2', 'ER0296', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 06:56:41.02224+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('c9519e32-cdee-44db-a984-4d548a6d57d3', 'ER0297', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 06:56:50.870987+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('d13b2762-fed2-490f-9db0-af899cdec183', 'ER0299', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 06:57:10.117305+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('eb82e348-5a63-41ad-b863-42844dfabbd1', 'ER0320', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 07:03:01.643809+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('a84d3444-6d11-45c1-915d-981bfdc513a6', 'ER0323', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 07:03:25.879989+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('7f30c794-1511-4a22-84d3-4b508face952', 'ER0324', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 07:03:36.823479+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('ec331058-8f95-46ea-b58f-0553ac649d06', 'ER0325', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 07:03:47.278915+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('cc434d4b-9560-41e1-a2dc-2edf4e2072c0', 'ER0326', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 07:03:57.466165+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('623581de-ab08-4a00-9cd3-4a3f56a72f02', 'ER0328', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 07:04:20.318156+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('0258f83a-e405-41da-b596-9e286a5cb400', 'ER0329', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 07:04:30.026895+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('1eb8adc4-322e-4bec-bb62-50e32f942959', 'ER0330', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 07:04:40.276037+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', NULL, NULL), ('335c4ddf-db1d-4d5b-8c94-e4c05ada00da', 'ER0220', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('d1f64476-c09e-480f-8cb2-2e6cf792d604', 'ER0983', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('6fd18d2e-e59b-4f76-9698-6800a178b728', 'ER0287', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 29, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:41:40.389022+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8901', '8902'), ('9ca2928c-add3-4acb-9354-6407fd5c7cd4', 'ER0541', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 32, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:47:04.250703+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('1bcc716b-dcb3-4bf9-9e1a-4039bb8db9d9', 'ER0221', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:31:15.659738+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8901', '8902'), ('69ba9d8c-7bbd-4ded-b924-4271490f382c', 'ER0271', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:00:20.046013+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8901', '8902'), ('04219cc7-ef3f-4b30-9e31-cb5a207631ae', 'ER0448', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 20, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:31.020502+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8901', '8902'), ('76e92779-2705-43b5-8e28-52fc9ad42ddd', 'ER0441', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 23, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:31.020502+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8901', '8902'), ('898628d2-7195-49aa-aa05-7289781725ac', 'ER0428', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 34, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:31.020502+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8901', '8902'), ('20e7c481-34ac-4603-bb38-357383c55a9b', 'ER0424', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 2, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:53:42.28848+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8001', '8002'), ('537f8f55-78f0-46a6-94b1-512b6903f021', 'ER0511', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '6de97a77-dbf1-4099-92ea-295416ab0d97', 6, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 10:28:24.970084+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8901', '8902'), ('e4f95edb-21b6-482b-9b51-1af97edc2341', 'ER0432', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 3, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:53:42.28848+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8001', '8002'), ('c6d96337-5426-494e-a621-1603b0355c6c', 'ER0474', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:32:47.643593+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('7f9635a8-22d5-46e9-9844-83807b18a310', 'ER0506', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '6de97a77-dbf1-4099-92ea-295416ab0d97', 7, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 10:28:24.970084+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8901', '8902'), ('00c04e2a-05e3-4d3f-8da3-fff944605273', 'ER0479', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:32:47.643593+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('78f56cbf-f56d-4f0c-b1ce-8f2224023016', 'ER0497', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '6de97a77-dbf1-4099-92ea-295416ab0d97', 12, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 10:28:24.970084+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8901', '8902'), ('c0417d20-34f4-436c-9a82-4b2adc51b5aa', 'ER0468', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '6de97a77-dbf1-4099-92ea-295416ab0d97', 14, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 10:28:24.970084+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8901', '8902'), ('ab39ae7b-1f29-4658-b98c-d458002e0884', 'ER0936', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '6de97a77-dbf1-4099-92ea-295416ab0d97', 30, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 10:32:11.420342+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8801', '8802'), ('57ae3cba-d8dd-4507-a028-c89ea4702f3f', 'ER0519', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:32:47.643593+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('49ec0541-df20-41b4-804c-bbd5f5f96e2f', 'ER0539', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:32:47.643593+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('5c16b8ef-e9aa-4ab7-97b5-f685b379395e', 'ER0453', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '6de97a77-dbf1-4099-92ea-295416ab0d97', 33, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 10:34:00.704309+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8901', '8902'), ('b836b7e4-7975-4120-9628-ada891845f41', 'ER0507', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '6de97a77-dbf1-4099-92ea-295416ab0d97', 34, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 10:34:06.475823+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8901', '8902'), ('a9e82d5a-4f14-413d-b226-f83f44900f8e', 'ER0462', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:34:08.177366+00', NULL, NULL, NULL, NULL, '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', '8001', '8002'), ('d25abbef-a7f0-4b6c-98ed-6931e074168b', 'ER0447', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 5, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:53:42.28848+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8001', '8002'), ('f91d4f62-2185-4ca5-84d6-2ea9fd1e293d', 'ER0478', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '6de97a77-dbf1-4099-92ea-295416ab0d97', 5, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 10:28:24.970084+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8901', '8902'), ('b2c9360b-7c3f-441f-9aa2-d4ff2ce35999', 'ER0310', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', '6de97a77-dbf1-4099-92ea-295416ab0d97', 27, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 10:30:31.542141+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8901', '8902'), ('32f979ed-d94d-4ed5-8e83-e68d9d159aec', 'ER0227', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', '6de97a77-dbf1-4099-92ea-295416ab0d97', 39, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 10:35:19.110185+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8901', '8902'), ('1b764fc2-151b-4e5a-915e-585e5e61a233', 'ER1074', '4f65adc3-baf7-44de-88ad-0a4672fab669', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-04 06:59:28.97998+00', NULL, NULL, NULL, NULL, '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', NULL, NULL), ('148b7a5b-c7e3-46a6-a621-61467233720c', 'ER0544', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:32:47.643593+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('a8292022-9346-4ea1-837a-8b3d7354a62c', 'ER0547', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:32:47.643593+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('1c4f1919-2c79-497b-9c57-92bad167d443', 'ER0557', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:32:47.643593+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8001', '8002'), ('a116907e-a06e-46f7-8d8e-3c0ab2e830b5', 'ER0458', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 4, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8101', '8102'), ('0175eb07-2012-44eb-ac4f-550d1aa83c60', 'ER0600', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 6, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8101', '8102'), ('48be7d38-c265-47d1-ba04-2a3bb6bc116f', 'ER0521', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 7, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8101', '8102'), ('76300a20-b249-4c27-ba73-4cba7a110ca7', 'ER0559', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 8, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8101', '8102'), ('d599be9b-e15a-44f8-8f1a-b2fe1acf79a0', 'ER0459', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 10, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8101', '8102'), ('944af82a-1903-4a6e-a557-c939a1b64336', 'ER0470', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 18, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8101', '8102'), ('236d1cbc-4dee-4aca-a5b6-b563591676cb', 'ER0254', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 23, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8101', '8102'), ('7040bd13-13bc-4f4b-8322-af03cea5c4c4', 'ER0555', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 24, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8101', '8102'), ('cda7dc57-2622-482d-84a4-df22f6063e3c', 'ER0527', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 25, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8101', '8102'), ('22821225-2949-4956-b445-69af2f523c69', 'ER0590', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 26, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8101', '8102'), ('45779010-d372-4e43-8c95-9fb536fed71a', 'ER0480', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 27, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8101', '8102'), ('5cb348c0-cb32-4bc8-921e-5a5060e3ab20', 'ER0316', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 29, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8101', '8102'), ('30255c31-66eb-4b6c-bb3f-9b10b377406b', 'ER0567', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 39, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8101', '8102'), ('af381508-3230-46fa-83ff-3f475f10f587', 'ER0520', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 43, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8101', '8102'), ('711ccac0-5db6-4a40-87d8-fcd32a2b3acf', 'ER0515', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 45, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8101', '8102'), ('1ab8f840-69cc-4d95-9bcc-2c3be1e8c85e', 'ER0445', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 17, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:31.020502+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8201', '8202'), ('b9e70323-4d3c-4d85-b37a-51408b20daef', 'ER0443', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 18, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:31.020502+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8201', '8202'), ('8bed3ece-ab52-4c39-a568-292173c6fcd9', 'ER0524', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:52:24.810458+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('c4c2be3c-90d1-47cb-bc60-06c4e8cd013b', 'ER0648', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 31, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8101', '8102'), ('b0f91568-e627-43a3-801c-9bd48d76acee', 'ER0633', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 37, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8101', '8102'), ('8d6dbb50-bc02-42ea-b710-7a9010660b10', 'ER0646', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 44, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8101', '8102'), ('43264a6d-d466-44db-9318-79cc3fcb6e07', 'ER0322', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', '7217d519-4204-43ca-aef1-3e86f3ec240b', 2, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('bfa1959d-1a81-42dc-ada3-fc1d37ed62fd', 'ER0314', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', '7217d519-4204-43ca-aef1-3e86f3ec240b', 3, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('4ae8c229-95a4-4809-88de-3fe8dfb1638c', 'ER0274', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', '7217d519-4204-43ca-aef1-3e86f3ec240b', 4, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('b4cecb8b-02ef-456f-a459-522869acba78', 'ER0514', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '7217d519-4204-43ca-aef1-3e86f3ec240b', 5, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('a8220b03-c9f7-43cd-9953-7b5d364a795e', 'ER0505', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '7217d519-4204-43ca-aef1-3e86f3ec240b', 6, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('5ee12fa9-460f-49c8-85be-79d61c4a9502', 'ER0618', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '7217d519-4204-43ca-aef1-3e86f3ec240b', 7, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('8ee20396-4242-4470-8ca3-f8fafdac4ce4', 'ER0625', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '7217d519-4204-43ca-aef1-3e86f3ec240b', 13, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('9a8a3239-b73c-4be4-b650-dbfd3fdb413a', 'ER0568', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '7217d519-4204-43ca-aef1-3e86f3ec240b', 14, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('2472cae8-c8b3-473b-abd1-0354945713de', 'ER0596', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '7217d519-4204-43ca-aef1-3e86f3ec240b', 15, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('5697d4e4-eb91-42e7-8167-336b385b150f', 'ER0231', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', '7217d519-4204-43ca-aef1-3e86f3ec240b', 18, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('c9278415-c9f5-42cd-8670-883380efeb80', 'ER0491', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '7217d519-4204-43ca-aef1-3e86f3ec240b', 23, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('068179db-562b-4a91-89ba-07a160ecb7e3', 'ER0571', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '7217d519-4204-43ca-aef1-3e86f3ec240b', 26, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('665e77d9-73da-4fe8-94a0-e46773e01a12', 'ER0606', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '7217d519-4204-43ca-aef1-3e86f3ec240b', 29, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('ed5768ff-f773-4f63-8eaa-1ebd28d44df7', 'ER0542', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '7217d519-4204-43ca-aef1-3e86f3ec240b', 33, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('f3d4405a-96ce-4045-a920-66666d35386f', 'ER0588', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '7217d519-4204-43ca-aef1-3e86f3ec240b', 34, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('5b95f172-6175-4683-aea9-fce7d826d2c4', 'ER0585', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '7217d519-4204-43ca-aef1-3e86f3ec240b', 35, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'); INSERT INTO freight.wagons VALUES ('f746652b-a4e5-4586-8c3f-3a4f3f302cad', 'ER0624', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '7217d519-4204-43ca-aef1-3e86f3ec240b', 36, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('1fc8cbde-7e96-45fd-b246-2c26ea787dd2', 'ER0538', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '7217d519-4204-43ca-aef1-3e86f3ec240b', 37, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('a0dd5f4e-0721-4d5d-ad96-1d8b59aba127', 'ER0564', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '7217d519-4204-43ca-aef1-3e86f3ec240b', 40, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('47c05a8c-b148-45be-b2d7-6c603487b789', 'ER0348', 'efed186d-7062-4b0f-b3fe-6e793accc364', '7217d519-4204-43ca-aef1-3e86f3ec240b', 42, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('4fd338a4-65d3-49d5-b796-2a8bc18902b4', 'ER0236', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', '7217d519-4204-43ca-aef1-3e86f3ec240b', 43, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('ee187bcb-a21d-49db-9102-96361dd65aa5', 'ER0421', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 40, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:37.064126+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8301', '8302'), ('db77b4cf-cfe4-47dc-8513-941f6adb7127', 'ER0558', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '1064cee0-359d-4fa6-9157-975be624f378', 1, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:23:39.468205+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8301', '8302'), ('6724c97b-38a8-4bc4-b9bf-70d1255b8921', 'ER0612', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '1064cee0-359d-4fa6-9157-975be624f378', 2, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:23:49.408277+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8301', '8302'), ('b23efaa0-1aa4-4b68-8e91-9c9aaf710a0d', 'ER0855', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '1064cee0-359d-4fa6-9157-975be624f378', 3, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:23:55.395619+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('341fd519-0318-4c86-abda-89a2698ab2c0', 'ER0566', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '1064cee0-359d-4fa6-9157-975be624f378', 4, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:24:00.291962+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8301', '8302'), ('98d238f2-eb50-4390-b019-629c7eec9c4d', 'ER0528', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '1064cee0-359d-4fa6-9157-975be624f378', 6, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:24:17.344718+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8301', '8302'), ('d0310dd3-e096-492a-968a-e9421cf6015c', 'ER0292', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', '1064cee0-359d-4fa6-9157-975be624f378', 7, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:24:21.60468+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8301', '8302'), ('0837a255-cf38-44b3-9975-902e4bbd28d4', 'ER0484', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:47:36.414656+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8301', '8302'), ('be83d3b4-37d4-4a07-869b-06f0950109a1', 'ER0761', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:14:40.397988+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8301', '8302'), ('2a935be0-4315-48cc-a5cb-eb048a853f40', 'ER0578', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '1064cee0-359d-4fa6-9157-975be624f378', 9, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:36:07.857037+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8301', '8302'), ('0aba0d67-baf5-4abb-bed8-74bc27beacad', 'ER0232', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', '1064cee0-359d-4fa6-9157-975be624f378', 10, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:36:07.857037+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8301', '8302'), ('c61b4aca-0e57-4d54-a1d7-964283a3296f', 'ER0673', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '1064cee0-359d-4fa6-9157-975be624f378', 11, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:36:07.857037+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8301', '8302'), ('f2d12cb0-bb14-425b-a2cb-9d80ba39601f', 'ER0575', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '1064cee0-359d-4fa6-9157-975be624f378', 13, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:36:07.857037+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8301', '8302'), ('49d0aad7-b2c2-4e59-95bb-31ac7912b52e', 'ER0250', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', '1064cee0-359d-4fa6-9157-975be624f378', 15, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:36:07.857037+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8301', '8302'), ('cf7ca5ce-7bdc-43c7-8c69-413a62254f2a', 'ER0599', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '1064cee0-359d-4fa6-9157-975be624f378', 16, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:36:07.857037+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8301', '8302'), ('904ef6a7-8c02-434a-8474-8af1f3f9d37a', 'ER0622', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '1064cee0-359d-4fa6-9157-975be624f378', 18, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:36:07.857037+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8301', '8302'), ('ab7f1ba5-e9e2-4677-a885-106a79828b76', 'ER0801', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '1064cee0-359d-4fa6-9157-975be624f378', 19, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:36:07.857037+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8301', '8302'), ('a18c96c0-62a3-4f10-b608-7868d251eb8a', 'ER0806', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '1064cee0-359d-4fa6-9157-975be624f378', 20, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:36:07.857037+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8301', '8302'), ('2c0b0adc-e42c-4f7a-8a46-9fc03a6700cb', 'ER0594', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '1064cee0-359d-4fa6-9157-975be624f378', 21, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:36:07.857037+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8301', '8302'), ('935091f1-7ae6-423b-aad5-3a1b538b423e', 'ER0264', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', '1064cee0-359d-4fa6-9157-975be624f378', 23, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:36:07.857037+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8301', '8302'), ('d902aaed-658b-45d0-bcea-da86bf4788e5', 'ER0691', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '1064cee0-359d-4fa6-9157-975be624f378', 24, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:36:07.857037+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8301', '8302'), ('1d1d13ee-69f2-4fa1-a12c-5f6cbd87a184', 'ER0562', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '1064cee0-359d-4fa6-9157-975be624f378', 25, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:36:07.857037+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8301', '8302'), ('1c8317e0-96ec-41b5-8fd9-632be5c598eb', 'ER0686', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '1064cee0-359d-4fa6-9157-975be624f378', 26, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:36:07.857037+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8301', '8302'), ('af761acc-af3c-4c66-9eb4-af1841c14854', 'ER0475', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '1064cee0-359d-4fa6-9157-975be624f378', 28, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:36:07.857037+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8301', '8302'), ('0ca7d0b4-1ab5-48c8-b796-513b93cd5f09', 'ER0630', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'MAINTENANCE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:49:50.377355+00', NULL, NULL, NULL, NULL, '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', '8301', '8302'), ('d200843a-fe67-4e5f-994f-63c45d65efd4', 'ER0485', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 21, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:39:28.065038+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8301', '8302'), ('397cd1c9-8d31-4f5d-bb2e-d4d7e76e52e0', 'ER0513', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 2, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:39:27.805901+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8301', '8302'), ('d558caf1-772c-4c8b-98ad-fba00ca137f0', 'ER0780', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 3, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:39:35.783647+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8301', '8302'), ('9c7dfc26-5845-4090-8e0d-9981ca0b5760', 'ER0928', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 8, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:41:23.1368+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8201', '8202'), ('13670cc8-ba75-4c2d-8061-c6c9d46ea4e9', 'ER0798', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:19:38.877828+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8401', '8402'), ('796c99be-a661-4116-a577-a0110841dc73', 'ER0772', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:47:13.775781+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8401', '8402'), ('40e42fd9-8f27-4ed8-b73b-57cb790907e9', 'ER0522', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:52:13.944854+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8401', '8402'), ('6c5d7287-7744-4336-899d-de15ef5ee98e', 'ER0530', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:53:11.988373+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8401', '8402'), ('6b8f2e94-dc78-49c7-9c8b-b304a7946649', 'ER0540', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:54:58.176862+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8401', '8402'), ('fb9796da-c506-4fa7-b31f-b9e8e33d7e8f', 'ER0550', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:55:07.361004+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8401', '8402'), ('45e0a7d8-cf56-43a4-977b-869ab6a1d6a8', 'ER0649', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 12:32:36.356068+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8401', '8402'), ('d84a87c7-285c-43b0-928f-f18adf312557', 'ER0641', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 12:33:32.147243+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8401', '8402'), ('ba1ba21f-f437-4626-bdad-a6466e5bd1a3', 'ER0884', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:34:42.526156+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8401', '8402'), ('68effe36-ac54-4fa3-8d27-45694822afb6', 'ER0451', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 42, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8401', '8402'), ('da9c8cca-10db-4aca-8cd3-c883a402f5c6', 'ER0636', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 12:34:08.888765+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8401', '8402'), ('77164c29-1535-421a-bb0f-e61295ec7966', 'ER0616', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 12:37:01.468039+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8401', '8402'), ('abb8d3c8-6456-4849-a046-abeed0d3892c', 'ER0502', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:50:14.851716+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8401', '8402'), ('194b9a33-c4b6-4cec-a2ac-4c7dab9023df', 'ER0615', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 12:37:07.940214+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8401', '8402'), ('875974ae-ee69-45ef-a951-b70a7ecda661', 'ER0614', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 12:37:15.475288+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8401', '8402'), ('69509819-a586-49be-94b2-52a3efa4bde4', 'ER0876', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '1064cee0-359d-4fa6-9157-975be624f378', 5, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:24:12.751373+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8301', '8302'), ('f1197f64-5ed6-4ed7-8d5b-27ca631a3c56', 'ER0454', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 05:34:08.177366+00', NULL, NULL, NULL, NULL, '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', '8401', '8402'), ('951904eb-60a6-44dd-aada-4be40146f2a0', 'ER0442', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 22, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:31.020502+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8401', '8402'), ('5cadc015-35dc-4f13-a1df-35bef3acd35f', 'ER0434', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 28, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:31.020502+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8401', '8402'), ('af828445-a3ab-4bae-8f8c-d23d1f88b247', 'ER0704', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:30:17.244448+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8401', '8402'), ('71dab233-6875-4c9e-b6fc-c247c4036441', 'ER0849', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '1064cee0-359d-4fa6-9157-975be624f378', 8, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:36:07.857037+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8301', '8302'), ('b8a0540a-b9a2-40f6-ba5f-9de2e615c351', 'ER0870', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '1064cee0-359d-4fa6-9157-975be624f378', 12, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:36:07.857037+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8301', '8302'), ('231fd9fc-bd75-4c1b-ad81-116056fbdabf', 'ER0881', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '1064cee0-359d-4fa6-9157-975be624f378', 27, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:36:07.857037+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8301', '8302'), ('24be854c-67aa-49eb-ae29-ca992f96a891', 'ER0818', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '1064cee0-359d-4fa6-9157-975be624f378', 29, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:36:07.857037+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8301', '8302'), ('b8dfa5f4-2e86-4e8c-a155-5d0f50809c1c', 'ER0561', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 32, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:42:01.675925+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8401', '8402'), ('cb4ec20c-14b5-49ae-b757-a213b5dd9fb5', 'ER0500', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:51:51.833626+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8401', '8402'), ('69df25fe-ef7e-452f-8439-92757bb98b7e', 'ER0602', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 12:38:29.002392+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8401', '8402'), ('9384462b-53ed-4db9-9267-87ba35af3454', 'ER0658', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 12:39:40.631309+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8401', '8402'), ('52278b48-c882-4a34-96a8-d937592a2cd8', 'ER0678', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 12:42:45.869319+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8401', '8402'), ('2b37d9aa-ca9f-4384-8b69-2bb9d71c2bb8', 'ER0664', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 12:45:41.459175+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8401', '8402'), ('1f9aa084-2778-4973-829d-68ca27665b3d', 'ER0653', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 12:46:05.353527+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8401', '8402'), ('c66f251f-9119-442c-a4d4-360ccf8c8c20', 'ER0739', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 12:50:24.134884+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8401', '8402'), ('fcef533e-028d-4f87-b236-6913a6e34343', 'ER0740', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 12:50:29.652466+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8401', '8402'), ('33235c6c-5314-4adf-a369-0df725e50196', 'ER0730', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 12:50:42.615435+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8401', '8402'), ('0c63898a-3b42-48c2-a8fa-f777e2d6a28e', 'ER0729', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 12:51:15.490944+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8401', '8402'), ('ed0fe2bf-e386-4dec-ba8e-d9f5d783df42', 'ER0720', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 12:52:20.433652+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8401', '8402'), ('2d6b5c20-d9c0-435d-821b-56ac5e4de522', 'ER0715', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 12:53:24.953084+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8401', '8402'), ('ea41d963-cd4e-4e62-b4c9-c4f0411f9131', 'ER0573', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:02:07.935889+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8401', '8402'), ('943ff7f7-7b0e-4488-86c0-b4426bf1abba', 'ER0565', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:02:40.116559+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8401', '8402'), ('0fd9c907-d37b-4538-99a7-819da34072c5', 'ER0563', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:02:55.860491+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8401', '8402'), ('6f2ade5d-c8c0-4bba-9cf6-e813ecf5eb8e', 'ER0682', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:07:37.989164+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8401', '8402'), ('daaaaf4a-6a25-4a5f-98f2-964d7b7baa73', 'ER0755', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:09:31.885127+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8401', '8402'), ('d6baf04f-9f9d-4d0f-92d0-8e11c5e564ec', 'ER0758', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:09:38.257549+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8401', '8402'), ('eddf627c-d875-4ffb-8a21-3f8998958b94', 'ER0789', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:11:32.475749+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8401', '8402'), ('838e35b4-2942-4315-9d47-585784f18ba2', 'ER0787', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:12:29.485236+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8401', '8402'), ('236c1399-a540-414a-8ac1-020d06fc7b9f', 'ER0831', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:16:14.123611+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8301', '8302'), ('51f43037-daaf-4478-b355-c23c17555dc3', 'ER0819', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:18:00.37579+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8401', '8402'), ('4c047115-c327-434d-932d-63ce141357bd', 'ER0508', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '1064cee0-359d-4fa6-9157-975be624f378', 41, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:36:07.857037+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('d84a08e9-1289-40fc-b6b0-9224a478acba', 'ER0857', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '1064cee0-359d-4fa6-9157-975be624f378', 43, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:55:00.23204+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('60777341-9656-4766-9d37-ca61bc740e94', 'ER0756', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 3, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('274df441-ac91-444a-a9e7-18c5332157a4', 'ER0940', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:27:52.397379+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8401', '8402'), ('e851adea-3e95-48cb-98e4-91f2c374dbfd', 'ER0781', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:47:58.261716+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('a25bbcfd-a76c-47c4-80f4-5462f98eba3e', 'ER0433', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 30, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:31.020502+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8501', '8502'), ('d13956c5-0131-497d-aa06-d6ca974dd3dc', 'ER0486', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 1, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:34:04.735171+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('8888ac2f-6479-460b-adb8-f1ed88f7d465', 'ER0637', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 2, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:34:19.946024+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('2b763bbc-9c3f-43da-a5ed-62321792c433', 'ER0736', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 3, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:34:19.946024+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('68bfa962-345b-47e2-9730-f3d470042ebb', 'ER0859', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 4, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:35:34.919204+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('919b8239-6111-4a55-a04d-2833511cd237', 'ER0483', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 5, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:35:45.615394+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('16afed54-73b4-4f63-8d0e-6924296e2714', 'ER0824', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 6, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:35:51.205636+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('0c058c2f-f848-4168-8496-eb94a2460307', 'ER0640', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 7, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:35:58.355879+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('1f858172-f7a7-4775-99f2-de4c8f1599b2', 'ER0714', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 8, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:36:13.414293+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('7dbfcca5-e448-4447-b9d2-80650e252d4e', 'ER0807', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 9, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:36:19.65968+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('2dd50754-60fd-47cc-8c6d-9c9c40e5de44', 'ER0289', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 10, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:36:29.022924+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('080e52a8-631d-437b-b850-35163d78b2f4', 'ER0587', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 11, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:36:41.955353+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('f3d658c3-8843-4095-89c0-a64ebf56b26b', 'ER0902', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 12, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:36:53.873848+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('1ed8cf1c-379a-432c-a394-4e38389ebc4b', 'ER0877', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 13, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:37:07.300235+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('e2a7ebf1-e9c0-4313-9dd8-e6a9ff138b46', 'ER0748', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 14, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:37:18.065988+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('c42e8dcc-a434-4baa-8cc9-741118d06e3c', 'ER0837', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 15, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:37:23.822968+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('a36ccca8-465f-4735-a0e8-ec628966bb24', 'ER0307', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 16, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:38:12.663759+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('e57a15ce-0c7c-4370-9ed6-9f3d882e21ac', 'ER0707', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 12:54:30.557466+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('b4a3ef3b-370e-49ec-8c8b-826d3a6f7bd6', 'ER0572', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:02:13.5618+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('e1290c54-fb43-4f12-9c5b-a459bc2aab0c', 'ER0759', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 17, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:38:24.55966+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('42f686cf-eb1c-4ca6-b6e1-b6f6d1f19a97', 'ER0847', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 18, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:38:32.258877+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('21f7faf3-b36e-4556-9ab2-69f26aeb3d54', 'ER0498', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 19, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:39:18.6391+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('3b5a2e8f-7e8d-4a41-807d-ee4d84551d44', 'ER0492', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 20, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:39:23.442894+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('316b3d47-e0be-4bc5-b3ba-b0f09d4ae5eb', 'ER0516', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 22, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:39:33.969516+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('f92dd7dc-4816-4dbc-b011-10651ae4a7a2', 'ER0735', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 23, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:39:40.007965+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('75d2efef-58ef-4d41-b9a7-e4fcba2d4c53', 'ER0503', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 24, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:39:58.484825+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('97459b0e-74d6-4153-bc33-620f9e87c39e', 'ER0461', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 25, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:40:41.275711+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('a81af5b7-6405-4ee5-9cc9-f38822ab097f', 'ER0243', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 26, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:40:54.260382+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('5a52c9f7-7a52-448c-9f7d-ead0f174ee68', 'ER0583', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 27, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:41:02.993141+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('0464fba2-8401-4165-b857-d6fbc52c7bb5', 'ER0924', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 28, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:41:33.024774+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('6fb151a0-8245-4ac2-bf86-35ae8d7f1a19', 'ER0796', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 37, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:42:34.646553+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('73e010e5-7795-436d-834e-d7bc88e62d24', 'ER0929', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 38, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:42:40.878226+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('8dccb45f-0998-43cf-bcc5-fab443892756', 'ER0713', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 39, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:42:47.99121+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('e3027d75-3682-4b20-9547-6aef2f9fa3d3', 'ER0603', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 40, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:42:54.894531+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('673deadd-2682-4dcf-899f-69da0173a09d', 'ER0814', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 41, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:43:03.727986+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('cce7dba1-7a8e-451e-a7c3-3e2b0717c400', 'ER0853', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 42, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:43:10.689745+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('e5f21090-74ee-489e-905e-d36884fb51aa', 'ER0276', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 43, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:43:16.501313+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('0762c3c6-c4e8-481c-8dba-d4e70fe55965', 'ER0262', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 9, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:04:40.637988+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8601', '8602'), ('1af2ea11-fe1f-449f-ac06-576e760ee4da', 'ER0234', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 14, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:06:26.629054+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8601', '8602'), ('9e2ed2fc-d1e6-474d-8f4d-36e42385af95', 'ER0268', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 25, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:08:47.603123+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8601', '8602'), ('866d118c-615e-42cc-a1dc-4fe1a67d0fc0', 'ER0266', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 26, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:08:57.082023+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8601', '8602'), ('57234ac6-fb81-43ad-84dd-cf06a50545d8', 'ER0702', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 27, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:09:11.073758+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8501', '8502'), ('40744a86-23b6-4218-ab1a-5da598f97c5e', 'ER0257', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 28, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:09:29.771656+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8601', '8602'), ('f9943ab4-a93c-4bb5-abf1-191392be87ba', 'ER0293', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 37, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:19:28.396777+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8601', '8602'), ('4bd640e4-7537-4322-8933-76ded3507e67', 'ER0481', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 41, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:49:54.38912+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('61ca1aac-1a39-4192-99aa-4d00e3ea0bf4', 'ER0471', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 43, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:50:09.452803+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('2e2347fe-96fd-48f2-80bf-a30b71f40fba', 'ER0582', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 44, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:50:19.269219+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('487faf82-6984-4066-b957-170283eb2502', 'ER0518', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:51:51.812467+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('0dc6cc71-04e7-465e-a0f5-b227e6b0e3cc', 'ER0494', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:27:14.105152+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8601', '8602'), ('8bd92ab9-9765-4eb7-a01a-6574097530fb', 'ER0455', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '6de97a77-dbf1-4099-92ea-295416ab0d97', 1, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 10:28:24.970084+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8601', '8602'), ('b3947e13-5d65-41d1-9797-a3c09dfab4d3', 'ER0553', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 31, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:41:56.061927+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('63d8f50e-43a0-4a6f-b0ce-93a5446fe747', 'ER0496', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 2, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:02:39.639982+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8601', '8602'), ('c6e5e49c-01fd-4469-a215-e4b2f5ee6ad3', 'ER0444', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 19, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:31.020502+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8701', '8702'), ('afda74c6-be11-4edc-9c1e-e35a597508df', 'ER0449', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 21, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:31.020502+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8701', '8702'), ('47d7a9f2-aaab-4f69-ba41-5f0c6f49d8e3', 'ER0315', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 37, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('48c1be5a-be6d-4200-96b4-6491120d8d00', 'ER0679', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 3, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:02:53.561654+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8601', '8602'), ('7302edf1-5fb5-4d3c-9449-a83c3e725157', 'ER0874', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 4, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:03:09.155138+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8601', '8602'), ('e7401b73-d18b-4e9a-aa10-8cf873d151c2', 'ER0921', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 5, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:03:26.220424+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8601', '8602'), ('efb8c983-9189-42b9-b430-a9379639f2b9', 'ER0910', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 6, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:04:02.537606+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8601', '8602'), ('f31ed177-1e64-4359-9003-ecf58931a661', 'ER0233', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:34:20.19072+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('10f198d2-3b54-43d7-8aa5-9430de9082f0', 'ER0621', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 7, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:04:13.936244+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8601', '8602'), ('ff23f5b1-5a1f-474a-98e5-f48dcd8b4b19', 'ER0667', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 8, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:04:24.304456+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8601', '8602'), ('8289cbc1-7dff-4288-a9a5-18a8929d8d2b', 'ER0488', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 12, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:06:00.75268+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8601', '8602'), ('68dee723-1260-4471-af9e-b6b375c73be4', 'ER0300', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 13, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:06:12.506659+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8601', '8602'), ('bbba1c52-0ddb-41f1-baa4-4805e0f438bc', 'ER0711', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 15, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:06:37.566558+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8601', '8602'), ('16f60693-f726-4742-8b47-04b01499fbcb', 'ER0605', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 16, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:06:53.014223+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8601', '8602'), ('05bbeb6c-cc82-4ce0-a152-d2d23b7f9eb6', 'ER0897', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 17, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:07:04.024124+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8601', '8602'), ('efbdce95-085f-425d-a01b-cbeb73373205', 'ER0769', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 20, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:07:32.958024+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8601', '8602'), ('33d00826-3a41-40f2-8ae0-002686a8e3e8', 'ER0487', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 21, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:07:45.847164+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8601', '8602'), ('4cadbf93-7b8e-48cf-a640-f4bdf4c37ad6', 'ER0556', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 22, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:08:01.479691+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8601', '8602'), ('6ab7d4b4-cd6a-4987-a489-587e58e108cb', 'ER0580', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:03:04.9069+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('e9ca94f1-c922-4ca7-bf4e-751020ffb45f', 'ER0526', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 23, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:08:19.976195+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8601', '8602'), ('4d7aac68-33ef-40eb-be71-b82123419fa0', 'ER0499', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 31, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:10:18.368598+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('b35d6dab-15fc-49dd-8add-e5f1f6e45070', 'ER0930', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 36, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:16:10.031795+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8601', '8602'), ('0146d917-2f13-4db1-88e9-b93e0299ab92', 'ER0294', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 38, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:19:36.816269+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8601', '8602'), ('2795f18c-5a8d-427c-a25b-8c9802755e4e', 'ER0677', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 39, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:19:44.681648+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8601', '8602'), ('33084f87-8242-47b4-b631-2aeac1187971', 'ER0628', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 42, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:20:27.788097+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8601', '8602'), ('665545ce-656e-4a18-9bda-ccbd5ff9059c', 'ER0545', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 43, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:20:59.4352+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8601', '8602'), ('3616f4ae-7724-4c96-92a8-44b71c3b09a8', 'ER0551', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 44, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:21:08.935341+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8601', '8602'), ('fea5a1ff-d8fa-43f7-9869-d5da233b4c51', 'ER0644', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 45, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:21:18.10289+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8601', '8602'), ('8a6a494b-8f17-46f0-9f5d-78c6b2a5bfbd', 'ER0922', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 46, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:21:26.161242+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8601', '8602'), ('75a63053-84cd-44f7-b4e9-957b3ef2b6df', 'ER0670', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 47, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:21:46.947497+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8601', '8602'), ('5cb86fbe-971a-4223-a7fd-20020ff9a2df', 'ER0864', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 48, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:21:59.448511+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8601', '8602'), ('a1401309-49bf-4f0e-96c3-8eab117d0ee5', 'ER0629', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 49, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:22:07.180165+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8601', '8602'), ('055f3e4d-de1e-434d-8b87-805ac497a2ae', 'ER0306', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', '2012fe72-e966-404d-a5c4-f43ac0e5a767', 50, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:22:17.52151+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8601', '8602'), ('ed7d89a6-13f0-406d-8ee9-507a04c82165', 'ER0554', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 13, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:42:56.529649+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('89471125-c938-4278-8096-e3ee051caf9c', 'ER0291', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 15, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:43:51.137056+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('6f49edbe-affb-40f2-84d9-fcf77fb036d7', 'ER0313', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 16, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:43:58.083961+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('663ee624-6a13-43e6-9eb8-32fbce075e48', 'ER0548', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 20, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:44:32.013962+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('75f73e7c-2319-48d2-97ab-c0a619e37738', 'ER0224', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 25, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:46:11.700878+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('4f2742fd-8f95-46d7-8b0b-cd6a451e4214', 'ER0533', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 30, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:46:49.097014+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('8b4d661a-71f6-434e-ab85-1bc1d5a3b0c3', 'ER0263', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 35, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:47:29.025325+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('b0b7e1be-b194-4995-885c-6e2958d843bf', 'ER0282', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 37, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:47:46.435863+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('80778777-179f-4e84-b1dd-cd5f675b6fae', 'ER0598', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 39, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:49:38.857637+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('18df0e60-b705-4d39-a33a-d0ec7e291f1a', 'ER0909', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 40, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:49:45.95559+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('98ff6466-85e7-46e5-85c0-89a69f1e825c', 'ER0854', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 42, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:50:02.041557+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('37b285b3-ae96-4df6-abfe-882592449063', 'ER0890', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 2, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('944cec65-290c-4adb-bf37-5bba91ecaab2', 'ER0436', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '76671a28-3517-4f04-a903-32162959d615', 27, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-06 06:59:31.020502+00', NULL, NULL, NULL, NULL, '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '8801', '8802'), ('3e574d77-a75c-43b5-9a5d-e7eebf00c774', 'ER0333', 'efed186d-7062-4b0f-b3fe-6e793accc364', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 07:07:04.410174+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8801', '8802'), ('99c4f48f-5003-4082-a6f2-3fe3ed15fad7', 'ER0878', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '7217d519-4204-43ca-aef1-3e86f3ec240b', 46, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:00:08.066076+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('bd35eec6-c5fb-4c38-baea-fe7ba50962cd', 'ER0569', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '6de97a77-dbf1-4099-92ea-295416ab0d97', 20, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 10:28:24.970084+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8801', '8802'), ('f3216718-a77c-4c42-a99f-9eb514da7396', 'ER0275', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', '6de97a77-dbf1-4099-92ea-295416ab0d97', 21, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 10:28:24.970084+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8801', '8802'), ('afceec67-89d1-42d2-be9e-5fef516a3fcf', 'ER0788', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '1064cee0-359d-4fa6-9157-975be624f378', 32, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 11:36:07.857037+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('f222881e-7c5b-40bc-b1f3-114a5e4358e5', 'ER0671', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 45, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:50:27.469174+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('57c8ab2a-8d1e-490b-89bd-3f96e974a4e4', 'ER0669', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 5, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:39:52.567764+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8801', '8802'), ('6209ad6b-b6d9-4f9a-a8a2-17da74c3176d', 'ER0608', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 9, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:41:30.812272+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('e64fa847-4ec0-4e79-83b9-fa5afbae5418', 'ER0934', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 46, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:51:47.058931+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('58b1bd12-5ccc-4644-891f-5ef55932eaf7', 'ER0683', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 47, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:51:55.175489+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('9375c901-f6fb-4d35-b5bd-0c001edfeb1b', 'ER0610', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 12:37:39.818756+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8801', '8802'), ('10dc8303-de89-4f10-a538-5ee0e981c14b', 'ER0680', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 48, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:52:04.17187+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('4f8451a0-677b-44c9-89c3-53d83eb73fa7', 'ER0900', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 10, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:41:39.251796+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('a0fa7cb0-4dea-4c21-8b51-ecc1a40ff744', 'ER0887', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 11:34:23.215532+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('f2957027-6d40-45a0-85b6-547b167298d6', 'ER0607', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 12, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:42:49.026152+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('48812caa-078b-40c5-963b-4c58582a8ffa', 'ER0726', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 14, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:43:05.079718+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('1d6a2e84-b74e-49b0-9155-33fb96861e21', 'ER0619', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 17, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:44:05.703767+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('1b3951e1-869c-4893-a8ec-ba19eab75283', 'ER0775', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 18, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:44:15.633835+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('c3b6e112-0737-412e-b629-d9cafe653f15', 'ER0891', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 21, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:44:40.44475+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('14002155-e706-4faa-9e6c-692b356ee8f4', 'ER0904', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 23, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:44:57.443494+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('fb79cf42-fc44-410f-b9e9-588e960cf3c8', 'ER0655', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 24, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:46:04.242304+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('e3f59448-8875-439e-ab9d-78c4e55e1848', 'ER0797', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 27, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:46:26.698979+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('fe723b64-d5e6-45fa-a9fa-45a66b820a5a', 'ER0861', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 31, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:46:56.711422+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('b9a5d4c2-a033-4381-b430-d4cd88a97646', 'ER0911', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 33, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:47:12.394628+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('9c9a36b0-ab41-4f71-b201-c0ca06f133f9', 'ER0626', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 34, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:47:20.825248+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8801', '8802'), ('21268614-a312-4937-879c-f7e9a9bdd8fc', 'ER0661', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 36, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:47:38.289207+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('86bc5f24-7671-44df-baaf-b713a8244039', 'ER0675', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 12:42:21.29407+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('378faa3e-203e-49e4-90cd-b80bf95d14a5', 'ER0689', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 12:46:42.236405+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8701', '8702'), ('3cabfb38-988a-4605-997e-130040b93d0e', 'ER0643', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '56eec969-55ec-4bc5-aad6-f4b7b6d17292', 1, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:34:26.563317+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8901', '8902'), ('55836859-9675-4f86-856a-c80073de52b5', 'ER0889', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '91c02bb9-0f91-46ee-9272-9eecf28734d9', 4, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 13:39:43.569482+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8801', '8802'), ('326d2a65-bf33-4d1e-a76c-0810d2036adc', 'ER0225', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:55:55.688698+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('7fb32462-53f7-4a3c-856d-4253590662f0', 'ER0229', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 08:55:58.611697+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('dd188b68-f0b7-43ff-8363-5cfe1f4055bd', 'ER0893', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '6de97a77-dbf1-4099-92ea-295416ab0d97', 37, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 10:35:01.249615+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8901', '8902'), ('f2c036bb-7c42-4686-b89a-5d8f906d610c', 'ER0811', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 7, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8801', '8802'), ('291cf4eb-ad94-4652-a992-4b034263390a', 'ER0886', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 9, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8801', '8802'), ('fa2538ea-43c4-4d8b-8bff-a3ea8c03a9bf', 'ER0832', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 11, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8801', '8802'), ('7ab051e3-2b55-4d68-8921-36decea9b9b5', 'ER0894', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 14, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8801', '8802'), ('9537076b-8a9a-437f-bdef-889a7b5de2b6', 'ER0805', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 16, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8801', '8802'), ('4ff67d14-400d-43cc-b4b8-7660f68f8ae9', 'ER0777', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 20, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8801', '8802'), ('2d271a42-77db-42d0-bd6b-5b45e8a77082', 'ER0827', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 23, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8801', '8802'), ('74d2c682-2e7c-4958-bd96-d0d94952b964', 'ER0896', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 24, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8801', '8802'), ('dbca54d0-c441-4158-a799-c2e841acb304', 'ER0903', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 25, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8801', '8802'), ('e222ec86-744f-41cc-bfeb-37c928e90471', 'ER0895', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 30, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8801', '8802'), ('61890424-b2de-41d9-9548-4f9761a1aecd', 'ER0627', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '6de97a77-dbf1-4099-92ea-295416ab0d97', 38, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 10:35:10.666957+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8901', '8902'), ('4aa20b5a-1b6a-4714-b7a2-beca1643b225', 'ER0908', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '6de97a77-dbf1-4099-92ea-295416ab0d97', 40, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 10:36:17.486582+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8901', '8902'), ('41b9ccf6-ba71-4e7a-a2b0-9c7ddd82585e', 'ER0809', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 32, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8801', '8802'), ('9e05c236-b001-48d1-ac12-ef03b133d2a8', 'ER0659', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '6de97a77-dbf1-4099-92ea-295416ab0d97', 3, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 10:28:24.970084+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8901', '8902'), ('b8ce6b80-a092-44cd-a0d1-10818fc0735a', 'ER0765', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '6de97a77-dbf1-4099-92ea-295416ab0d97', 4, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 10:28:24.970084+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8901', '8902'), ('8d7987f2-f39f-4e0b-a6b7-6535e373a7a9', 'ER0743', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '6de97a77-dbf1-4099-92ea-295416ab0d97', 9, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 10:28:24.970084+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8901', '8902'), ('b5cf14b3-08d8-4036-be39-20d3881f9b40', 'ER0597', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '6de97a77-dbf1-4099-92ea-295416ab0d97', 15, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 10:28:24.970084+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8901', '8902'), ('9cbb6181-3efe-44e8-ae49-5b9f9e2cdd25', 'ER0913', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '6de97a77-dbf1-4099-92ea-295416ab0d97', 26, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 10:30:26.315248+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8901', '8902'), ('ed40d486-6625-4cf4-a508-1ab61c25fdcf', 'ER0873', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '6de97a77-dbf1-4099-92ea-295416ab0d97', 28, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 10:30:37.961809+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8901', '8902'), ('51fad6d7-19ad-4629-8619-7e1f41e1ff26', 'ER0763', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '6de97a77-dbf1-4099-92ea-295416ab0d97', 29, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 10:31:34.330891+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8901', '8902'), ('42291596-a2ac-45be-8149-ca9def38e038', 'ER0883', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', 'de4eac6f-3138-4cd7-a3a3-471fc8807fac', 34, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 14:16:17.149183+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8801', '8802'), ('743ec23a-5e84-42ca-a6dc-4866c618f80e', 'ER0767', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '6de97a77-dbf1-4099-92ea-295416ab0d97', 31, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 10:32:20.38135+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8901', '8902'), ('d31e1fae-06d0-40ed-a1fa-79e9d3d4460e', 'ER0751', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-05 13:09:19.62863+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8801', '8802'), ('7608a57d-626c-4712-b841-989302584afc', 'ER0589', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '6de97a77-dbf1-4099-92ea-295416ab0d97', 32, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 10:33:30.570544+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8901', '8902'), ('977d61c0-c035-4da0-826c-5e5c4999ac87', 'ER0512', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '6de97a77-dbf1-4099-92ea-295416ab0d97', 10, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 10:28:24.970084+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8901', '8902'), ('1d2b9978-bdd3-4447-b78e-012d0a6bbe3f', 'ER0916', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '6de97a77-dbf1-4099-92ea-295416ab0d97', 11, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 10:28:24.970084+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8901', '8902'), ('54fe2abc-ec97-469e-9e34-0454a6aa7b32', 'ER0638', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '6de97a77-dbf1-4099-92ea-295416ab0d97', 13, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 10:28:24.970084+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8901', '8902'), ('d1d449c7-2b7d-4775-8f8a-488a73479b92', 'ER0584', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '6de97a77-dbf1-4099-92ea-295416ab0d97', 35, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 10:34:44.48747+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8901', '8902'), ('fd2990f3-7ec8-4397-80b6-b23b94e94c74', 'ER0866', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '6de97a77-dbf1-4099-92ea-295416ab0d97', 36, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 10:34:56.495722+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '8901', '8902'), ('eb6fc46f-3bf0-45f4-822f-07bf7d01e9fd', 'ER0803', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '0834fc83-c8d2-47e0-8ea3-9d330a054bc3', 30, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 12:41:47.048071+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('dae3c1e0-6b6d-47a2-96c0-0e03ee5c52d9', 'ER0681', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 09:02:05.953885+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('0690d5d8-be75-4283-9573-af174323fab7', 'ER0851', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 09:02:21.518469+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('9cfc891c-caf2-40d7-9139-68a905e12a3b', 'ER0927', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 09:02:32.791152+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('007303f5-d4cf-4637-9ca8-264e0acecac4', 'ER0912', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 09:02:34.102104+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('0a2ce50c-bf21-4981-8299-7d13fa3497b2', 'ER0899', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 09:02:35.003083+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('76a36173-8fa9-4ce4-ba36-c9ac09cc68e5', 'ER0882', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 09:02:36.508437+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('3b17430b-018b-4a98-992d-0f088a36501d', 'ER0810', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 09:02:15.758055+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('17bc723a-028b-4699-bf7e-815ba20d548a', 'ER0872', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 09:02:37.62904+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('ca1a5c47-1025-4346-a330-b0118bf8b757', 'ER0753', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 09:02:11.749403+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('71508fed-a930-4460-9bde-03e415b2694d', 'ER0738', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 09:02:10.030633+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('ff7c3c22-7dc3-49ba-ac7f-433791bf230c', 'ER0732', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 09:02:08.339289+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('99cfa733-16b2-438b-b4d3-9e1f81d32ea1', 'ER0802', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 09:02:14.035966+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('d687bc8e-15f5-433f-ae48-a581550706a0', 'ER0685', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 09:02:06.716674+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('e80c15f7-523d-40e3-a5f0-3a392c576422', 'ER0672', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 09:02:05.148039+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('39713945-dcae-4add-aca2-dc27134bf5f7', 'ER0836', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 09:02:17.244648+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('e49d57cf-ce59-40fb-a8fe-66215ee818ef', 'ER0770', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', '6de97a77-dbf1-4099-92ea-295416ab0d97', 17, 'ASSIGNED', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 10:28:24.970084+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('34d4a9b4-ebe4-4f76-b0cc-5a1acca7bd42', 'ER0754', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 09:02:12.426587+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('18913cc8-d661-47be-8f5e-3f9e05d7ca08', 'ER0842', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 09:02:18.031555+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('95675688-f08c-4fe1-a424-93fe4894a336', 'ER0741', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 09:02:10.864436+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('12ac04b3-e661-46c1-9160-4c0bc1ab2f7d', 'ER0865', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 09:02:29.767652+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('4bfced66-c757-4dbb-845a-56f8bbe765e8', 'ER0815', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 09:02:16.427655+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('5c4e268a-c656-447f-8dcd-1981c8f7cee0', 'ER0737', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 09:02:09.266252+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('8184b800-8425-4362-a4f2-308d73d93cee', 'ER0699', '8f717b09-eec1-46ad-be3d-2dc0a56e55e7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-08-07 09:02:07.564492+00', NULL, NULL, NULL, NULL, 'fc558b95-da28-4fc3-8348-311a290c34ae', '9001', '9002'), ('82a24ea2-601e-4045-ab17-538dc2272438', 'ER0152', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('2352744b-c10d-4cf0-b36f-4ad36c2a0677', 'ER0153', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('2666d867-4813-4daa-8dd7-ebc5f70a21ab', 'ER0261', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('9a624605-f4f5-4238-861e-bdb6fbe19db7', 'ER0311', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('253ad40a-a50e-4a04-bb3a-dcc0e14e8abb', 'ER0376', '32b8a35f-5792-4c46-aa4f-ca22187faf18', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('11518ee8-fab4-4a1d-bd85-f6f07b7d0541', 'ER0377', '32b8a35f-5792-4c46-aa4f-ca22187faf18', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('ce694206-518a-4f05-ac55-192ea519dd20', 'ER0378', '32b8a35f-5792-4c46-aa4f-ca22187faf18', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('d9212a9c-91e4-4bf9-aadb-0982f68023ee', 'ER0379', '32b8a35f-5792-4c46-aa4f-ca22187faf18', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('e81dc982-f5a9-48d9-a477-e3881cd97347', 'ER0380', '32b8a35f-5792-4c46-aa4f-ca22187faf18', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('c675f3c3-05e1-482f-8be6-7626648984de', 'ER0381', '32b8a35f-5792-4c46-aa4f-ca22187faf18', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('9119ecce-935f-489f-aa40-35c81a357637', 'ER0382', '32b8a35f-5792-4c46-aa4f-ca22187faf18', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('6f442d43-8fdc-4a47-941b-897b8118adfe', 'ER0383', '32b8a35f-5792-4c46-aa4f-ca22187faf18', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('d4b10557-60b6-4c78-b485-54e131668695', 'ER0384', '32b8a35f-5792-4c46-aa4f-ca22187faf18', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('148dc5c8-602d-4037-a5ed-bae92bf2fad6', 'ER0385', '32b8a35f-5792-4c46-aa4f-ca22187faf18', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('4e2ce2b9-6818-402b-a50c-188995d4fe3a', 'ER0386', '32b8a35f-5792-4c46-aa4f-ca22187faf18', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('d0a52258-1672-481d-87b4-818d445e27db', 'ER0387', '32b8a35f-5792-4c46-aa4f-ca22187faf18', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('86d7948a-a242-4fec-8440-f42a41f4a4b5', 'ER0388', '32b8a35f-5792-4c46-aa4f-ca22187faf18', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('921f9015-eb0f-44c6-bc1e-198f47a07354', 'ER0389', '32b8a35f-5792-4c46-aa4f-ca22187faf18', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('f562ae3e-8c50-482e-8b51-9b7b41318101', 'ER0390', '32b8a35f-5792-4c46-aa4f-ca22187faf18', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('f6217d1f-68f3-4ee0-b181-a2762cfe1a19', 'ER0942', 'c900bae3-cc3d-449b-9e8d-e66944ee74b0', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('17ea5bb4-8487-4ead-b8e4-89b8711d54b5', 'ER0943', 'c900bae3-cc3d-449b-9e8d-e66944ee74b0', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('8f644fd0-62de-4ead-8adf-75320ab65470', 'ER0944', 'c900bae3-cc3d-449b-9e8d-e66944ee74b0', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('2af78a0f-0fca-431d-a290-52887b0c2fcd', 'ER0945', 'c900bae3-cc3d-449b-9e8d-e66944ee74b0', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('0508f39e-c950-4602-8d7e-d42cabf175a1', 'ER0946', 'c900bae3-cc3d-449b-9e8d-e66944ee74b0', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('9f137ed6-9a36-432a-b01c-3a40fb023beb', 'ER0947', 'c900bae3-cc3d-449b-9e8d-e66944ee74b0', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('e55b7f84-285b-4c4a-8b70-70092969133e', 'ER0948', 'c900bae3-cc3d-449b-9e8d-e66944ee74b0', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('47526f83-9b57-4c08-9c6d-82732207234e', 'ER0949', 'c900bae3-cc3d-449b-9e8d-e66944ee74b0', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('0bedca03-367b-470c-bba8-0a7e168f92ae', 'ER0950', 'c900bae3-cc3d-449b-9e8d-e66944ee74b0', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('f60950c1-f989-48cd-84ed-9d98732064a8', 'ER0951', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('c64ec0ae-da1e-4d7c-af1d-2b9497041cee', 'ER0952', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('0b2dbb6a-5ed6-44f3-b7bb-5d8272a67bf9', 'ER0953', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('e8fd5a94-a4d3-4913-8c0b-0a3dfc0a4971', 'ER0954', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('4c7c5a2f-a8c9-4a5e-a05f-b6861d368f6b', 'ER0955', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('6a3e4821-4e80-4508-bedd-d5b45cd48e04', 'ER0956', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('5f4d69a2-d2bd-4bc5-ba7e-52b0f5d8148d', 'ER0957', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('6b60f123-a53c-4a2e-a9e6-3cf930204556', 'ER0958', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('2e037141-924e-4ad2-b3f7-6d5672a3e389', 'ER0959', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('da2595d2-13c0-4eed-b0e7-ca81d845c075', 'ER0960', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('16b92cd2-23cf-4da7-8fa0-8a13eb1942ff', 'ER0961', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('0434650c-823d-40f4-b504-418257364515', 'ER0962', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('776d0278-8ace-4f61-a206-c014d7b39ef0', 'ER0963', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('8e91ac46-c56b-4497-b6c8-ddd64e667229', 'ER0964', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('04674748-3738-4ef1-a309-a682121a2ee2', 'ER0965', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('8e5d21ae-5f67-47c1-8e2c-3ca9e20c5bc6', 'ER0966', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('9b4d0300-6bf6-4aa6-8ce6-54916180a2f9', 'ER0967', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('39186290-b971-403b-a20e-e6b5eb59dba0', 'ER0968', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('7d90c6dc-a55c-4920-a5e2-3bc338263c77', 'ER0070', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('2152baca-bdec-4f94-8e69-dbd0f5d14127', 'ER0071', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('4860e142-17f4-4cdd-bd47-66385e29841b', 'ER0072', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('ec7e98eb-d11e-48b5-ad24-00cfa2d59c7c', 'ER0073', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('d69b6e4d-d5d9-4a2b-8115-0f9187d64ae2', 'ER0074', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('4e549e4f-345a-431e-bd52-e5a7f64382d3', 'ER0075', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('37cc2c46-29b4-471b-ac14-b477bba1c327', 'ER0076', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('356b53b3-96aa-4492-84af-c2bbb52efaea', 'ER0077', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('a0eb134a-eba4-474a-b626-5bc8b36f227c', 'ER0078', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('b2dff577-0936-4c18-9d0e-230a7a849961', 'ER0079', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('6d16f4b1-2f75-45c1-b2c7-3f40904a1575', 'ER0080', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('10c05111-3911-4ccd-9c3c-37a0987d4173', 'ER0081', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('f954b452-4e25-4264-bc13-eb16ca417ba2', 'ER0082', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('a1fa9465-a47d-4b95-aa54-0b803e26f602', 'ER0083', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('bb024e14-18c9-406a-b3dc-c2dc307234a8', 'ER0084', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('2a26eca4-dc74-4ba1-bf1b-443ea8c19164', 'ER0085', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('260e3c8c-7022-4e81-a70f-fb6d60d14b25', 'ER0086', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('439fd5ed-a5c8-47ee-aafd-a6fb79017983', 'ER0087', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('a8608b11-3767-4c1c-834c-3fb11a4f9625', 'ER0088', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('d28dcca0-79cf-44f9-bbcc-f05dfb3871d8', 'ER0089', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('b345bc32-e194-4109-b05a-2d792f00c7ae', 'ER0090', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('a2d5d82b-973b-4382-aba4-d4151d25927a', 'ER0091', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('d71f0ea6-7662-4521-9b0e-d0e01af9ac26', 'ER0092', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('ddbb0b22-28be-48fc-bc08-1f85f923d827', 'ER0094', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('e1dcb1cf-a2aa-431f-afa1-cc24ae5b3302', 'ER0095', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('9ac824d7-df2a-4be1-9a4b-b26911728a4a', 'ER0096', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('5c30b86c-7ef0-4a5c-ba20-0dcea842c8c9', 'ER0097', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('c883e7d4-39b8-4ce4-8d92-11e9985bcdb1', 'ER0098', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('b3ccb0fb-b540-4edd-b20b-c600511507d8', 'ER0099', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('538ab731-707b-4b20-ae3e-344fc4b90f44', 'ER0100', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('19139af6-ff29-401f-a637-9ef3b50e6ea6', 'ER0101', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('32f1d7e2-3a53-48ba-a347-ef9164433465', 'ER0102', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('3ec374ec-04c4-4e9f-b073-02283d98d944', 'ER0103', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('63ca48e7-7c69-45ea-91aa-623519e7653b', 'ER0104', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('8be5aef4-41c2-4f11-95e1-708e74847d20', 'ER0105', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('723d54cc-cb65-431f-a83f-16a8e827fb5b', 'ER0106', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('b6b7fed7-231a-4230-992f-6244d3e52bac', 'ER0107', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('e47ccd47-3f33-4e50-af06-6ac4d339c411', 'ER0108', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('6d217c67-cc0d-40af-ab5d-30c3036fa6be', 'ER0109', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('59999ba9-c609-4dde-9db5-61d7e18dae2d', 'ER0110', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('857396aa-1b93-438f-a1e4-0dacc515213e', 'ER0111', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('f728c543-429f-4edf-98a1-3540012b0260', 'ER0112', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('af4ef229-a913-4c9e-a99b-bfa01462f21e', 'ER0113', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('75d100a5-81df-489b-97ca-457dfaf86ed9', 'ER0114', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('95812dc4-47e3-4413-9352-0a0fc8809684', 'ER0115', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('64b095ec-b141-42ad-b8b4-6c5a3b56d647', 'ER0116', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('6964d051-7cae-4ea2-b46b-22807f63ad34', 'ER0117', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('ac1a30d0-50e8-4471-8d06-0fd09267cec5', 'ER0118', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('cba88223-8555-4d67-821e-5545c8a2ade6', 'ER0119', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('9fddbe77-b75c-4a44-b8b5-03d4e504d3c8', 'ER0120', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('f902dfa7-b222-4c91-8b80-b926b2d27804', 'ER0121', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('e4bca58a-fc36-4def-979f-c01ccf81a0fb', 'ER0122', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('23167608-94ed-4693-b632-ace98e265fc8', 'ER0123', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('dc15efc5-16e7-427e-8ad8-8ee9e77062e7', 'ER0124', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('3cd95607-df36-431b-bdf3-b2e23a5ecce5', 'ER0125', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('7c0c802d-c780-41c9-9cfc-93b257f919ce', 'ER0126', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('5d7c4edb-2d9a-4fd8-bdad-0c27dd964ad5', 'ER0127', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('700eef99-d417-44cc-9117-c7b3e333f568', 'ER0128', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('1e00b5cf-3410-44fb-b9cb-3ae248c28dba', 'ER0129', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('776bc221-b33e-499c-8e4c-a3276c96f1a4', 'ER0130', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('aa9787e5-fe74-4446-bda7-f415e5d9356a', 'ER0131', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('4cad29ea-04c3-43c7-8bca-73f2079003fc', 'ER0132', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('7bd1d525-6cdd-4563-9869-6b37d57b0d05', 'ER0133', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('5c1bbfd4-5c29-4f4e-93bd-8a987aade639', 'ER0134', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('dafc1ab9-6e06-48e9-b6eb-272334176097', 'ER0135', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('1967d81c-38b5-4bec-ab69-899f193325bb', 'ER0136', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('6cff2b1c-3059-430a-bc92-f4bbe1f7b89c', 'ER0137', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('d7811177-34ee-4b0c-838b-cff212e7dbc2', 'ER0138', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('59eebc43-1100-4d9c-ad44-3e33ed26e220', 'ER0139', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('3827bc55-018c-4e63-b141-ae0c694cf912', 'ER0140', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('707cffae-d9e7-4d27-8416-a9402483c052', 'ER0141', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('79ad43db-b334-47e9-992b-753634e8f707', 'ER0142', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('bcb61e30-cfb9-4df9-be16-b2d8a2e60c87', 'ER0143', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('2f9c8471-cff2-4831-b225-f52795b6bfb7', 'ER0144', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('d167f5a3-89a9-42eb-bb95-a5184bea49c7', 'ER0145', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('ca5e87e9-2778-4f8e-a437-f6157ab23d81', 'ER0146', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('16ea60b9-52c2-4835-96f3-195a6fb53338', 'ER0147', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('b5fe5fca-e621-4d32-93d3-a1f175b04dd6', 'ER0148', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('ed53a790-c644-4d9f-9489-94a4ef64930e', 'ER0149', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('738139c7-b791-4b62-ae15-f2c17142a918', 'ER0150', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('47761149-c4ea-4647-9f5e-08fc74d4534c', 'ER0154', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('9b329f3a-469d-4feb-ad76-79650e345650', 'ER0156', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('6f24f8e2-03d9-4180-8b50-85c96f5bbbdd', 'ER0157', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('bd9687a5-ccaa-40c0-a30f-5ec9a74faa01', 'ER0158', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('5c3259dc-df54-4aa3-b61b-141f6a936956', 'ER0159', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('abdd2d1d-6f30-42a8-b991-7708bc9142b9', 'ER0160', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('8f917b2f-201e-4827-816a-db71237ea7b7', 'ER0161', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('ac50df2d-eb2b-45a7-93d2-5001fb492412', 'ER0162', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('f73a02a7-c502-42b3-a24c-10c6ed56159d', 'ER0163', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('c6a1b24e-ba64-437d-9447-de659c3f9ed0', 'ER0164', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('52f7f983-f3eb-4e8b-91ec-4963c050439d', 'ER0165', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('81fa66c6-ef6c-4519-9a56-3b792c6b809f', 'ER0166', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('2d073f4d-b48c-4f1b-b08c-176ad69bbcbf', 'ER0167', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('f1f1ecb4-a14f-4eaf-8303-914a31d77758', 'ER0168', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('f0742e58-60ef-4a29-830e-800a2e02baa0', 'ER0169', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('64816cec-9b89-4bfd-b3ab-9d141cdd9dea', 'ER0170', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('352d7b66-1bf6-4faa-8107-bdc64aaaf71f', 'ER0171', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('755e4179-018e-464d-a71a-6d8ec4616f38', 'ER0172', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('6f52ceb5-a596-4146-a52d-b7e01b896032', 'ER0173', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('e68f3425-5bca-44d0-a447-d78ed3107596', 'ER0174', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('7b62b6c7-1fee-43c7-875c-70785748e1be', 'ER0175', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('5217dd7a-99dd-48c9-8c75-6bb06f890935', 'ER0176', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('7763c2c5-ef48-49ed-beec-066a81ba5491', 'ER0177', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('90e65e25-e41d-423d-b9a9-273f87f547d5', 'ER0178', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('57be43c1-7ef5-47db-884d-30b56ed3ef2e', 'ER0179', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('d360522b-6747-48a7-abcf-4f85e43beabe', 'ER0180', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('789410cd-fede-4a06-988d-5834ae8580db', 'ER0181', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('d44bfc70-5c4a-468c-8a77-f44a82923bb4', 'ER0182', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('80ea2c38-e963-43ff-b709-7a526c9ca492', 'ER0183', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('630e0bb1-3d42-4aca-83b6-7b70ea27a63f', 'ER0184', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('8a0117ee-f843-4479-9d31-b0461333b804', 'ER0185', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('8a3b746d-4a7d-4e99-be34-ba26e02aa170', 'ER0186', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('8c266122-8c3e-47f6-a705-f398bb6af107', 'ER0187', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('3c974e56-246b-43a9-b742-ceb8b9d96a93', 'ER0188', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('5df59e3a-9ab4-4abd-aa12-47af57732759', 'ER0189', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('69b4bc4c-001c-47ed-9cfe-ce75a1fe094f', 'ER0190', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('945c6183-dc92-489e-a156-741df2f72852', 'ER0191', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('b06b0650-4920-4bbe-bcbc-31b5e2c856ee', 'ER0192', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('e597d2e8-c148-40aa-8dcf-f5106f332d45', 'ER0193', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('0d9e8732-4e29-44a8-aab0-22ba88a1c974', 'ER0194', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('ab1b4606-d336-4d14-9b6c-375735d1993e', 'ER0195', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('a4fc2297-dcb7-4e12-94a4-87336dc6daa0', 'ER0196', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('92539eb9-9983-4deb-93d0-d80087c1e36a', 'ER0197', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('7c400f6d-5e8b-4b0d-b1e6-82706eb33f3d', 'ER0198', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('5c46838e-fe94-4118-bb99-f5e31dcfa90a', 'ER0199', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('325da358-b778-4558-b420-c9a036a3cca5', 'ER0200', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('e73b17fb-a74a-4cc5-b0a2-271f2e44c948', 'ER0201', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('a69393be-1b43-4126-93a1-594153207d95', 'ER0202', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('863fdbe2-ca4a-42ef-a9de-1d00f7876149', 'ER0203', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('9beea13d-25ec-4e55-bb50-4a1fb798bc24', 'ER0204', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('727d6f6d-8b57-469a-b8ab-ef4c049b4e6b', 'ER0205', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('af85bd80-6da7-4727-8247-d9881dfcd6c9', 'ER0206', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('be39365b-eb0d-4e13-ab47-fa78ad6354c9', 'ER0207', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('008b8b08-2556-483d-975f-59621d2dd2d0', 'ER0208', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('17472ed5-5b63-4368-80c9-97c2313c40e2', 'ER0209', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('d2c10572-aa46-4d3c-a9d6-be35d0ef98f2', 'ER0210', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('a5f04d27-31b0-4e0d-936f-0706f297420c', 'ER0211', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('ccca0043-5d89-4eff-a984-43503a74f219', 'ER0212', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('3a547c97-e0dc-4732-bd1e-8e0c846bc304', 'ER0213', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('007d5816-58d4-427d-b8b8-f8024fe1675b', 'ER0214', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('f5e85a78-d94a-4145-9751-5592f771aaff', 'ER0215', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('8fb01995-adf9-48dc-ba35-285c6bab549c', 'ER0216', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('cd1318bf-b81e-49f4-bcf0-7d634c2fe770', 'ER0217', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('f6375f89-2072-4644-bfbb-bc6a1be37427', 'ER0218', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('8561ed45-3ba4-40e4-9ea1-51a38dbba008', 'ER0219', '8eec3a7d-8482-4397-96b6-59a028210722', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('ea7d7949-e359-4622-8c8e-4b55fcf7a979', 'ER0281', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('c8979fd7-8098-41d5-a9ae-9a5e14d23a22', 'ER0321', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('3b0c8f9c-9d94-4a40-b3ab-c2781ba5d912', 'ER0351', 'df1708d4-35dd-4ce2-aa73-f5061e534df7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('023d45a2-69b1-4892-add1-54c048c48b7f', 'ER0352', 'df1708d4-35dd-4ce2-aa73-f5061e534df7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('d24be559-0ef5-4c3d-9425-9a61f3ddfd9c', 'ER0353', 'df1708d4-35dd-4ce2-aa73-f5061e534df7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('ef462152-d889-495c-827a-6093bc82b14c', 'ER0354', 'df1708d4-35dd-4ce2-aa73-f5061e534df7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('5d369e5a-e560-4be9-85d8-9fdcf24478d9', 'ER0355', 'df1708d4-35dd-4ce2-aa73-f5061e534df7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('74f29b27-31d6-4c1a-9946-ed1f0db13cc4', 'ER0356', 'df1708d4-35dd-4ce2-aa73-f5061e534df7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('4bf3f0ed-c7db-49e4-a080-33c876703b99', 'ER0357', 'df1708d4-35dd-4ce2-aa73-f5061e534df7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('c0df3452-0314-4046-ad36-085b64424cec', 'ER0358', 'df1708d4-35dd-4ce2-aa73-f5061e534df7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('94ef6e51-ec61-431f-b0be-39a3d92aa0b9', 'ER0359', 'df1708d4-35dd-4ce2-aa73-f5061e534df7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('47a4ee4d-4852-4bfb-8ad8-2834199a6c68', 'ER0360', 'df1708d4-35dd-4ce2-aa73-f5061e534df7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('d155a909-c38c-40cc-9407-cfd96da9c14a', 'ER0361', 'df1708d4-35dd-4ce2-aa73-f5061e534df7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('763f38a9-8231-47c4-a5ad-6cf2cd4f55d1', 'ER0362', 'df1708d4-35dd-4ce2-aa73-f5061e534df7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('c0ba94a3-8ca5-4591-b89c-e41cc4f0b4d6', 'ER0363', 'df1708d4-35dd-4ce2-aa73-f5061e534df7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('8e47c26e-3152-4944-ae04-0add9e3450db', 'ER0364', 'df1708d4-35dd-4ce2-aa73-f5061e534df7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('68b5c423-bc1d-469a-9e94-b97384c63df1', 'ER0365', 'df1708d4-35dd-4ce2-aa73-f5061e534df7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('a5d58f28-5804-45f7-8efb-c11b60105b21', 'ER0366', 'df1708d4-35dd-4ce2-aa73-f5061e534df7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('13b1a7f5-2f31-4a3d-aa8e-b403d8433bd7', 'ER0367', 'df1708d4-35dd-4ce2-aa73-f5061e534df7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('260c0a7a-e225-48f3-9e53-4e47640d0b2c', 'ER0368', 'df1708d4-35dd-4ce2-aa73-f5061e534df7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('1cbca24d-fab4-4bdb-a817-7b4228041727', 'ER0369', 'df1708d4-35dd-4ce2-aa73-f5061e534df7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('53568596-4b14-430f-ac61-6aaaf94a4550', 'ER0370', 'df1708d4-35dd-4ce2-aa73-f5061e534df7', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('29284c83-7dc9-495f-80b0-45d871922250', 'ER0371', '32b8a35f-5792-4c46-aa4f-ca22187faf18', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('58a17ba2-e515-4d69-8189-72392efbc62a', 'ER0372', '32b8a35f-5792-4c46-aa4f-ca22187faf18', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('ef87c120-d1a4-4e96-aa10-c182bf5bfef3', 'ER0373', '32b8a35f-5792-4c46-aa4f-ca22187faf18', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('c162a1e3-afb8-443f-8e84-3e25271f9804', 'ER0374', '32b8a35f-5792-4c46-aa4f-ca22187faf18', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('ebab06d6-3700-4d0d-9edc-251b3761ee23', 'ER0375', '32b8a35f-5792-4c46-aa4f-ca22187faf18', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('c3efe06c-f5c0-4414-9042-ecdb05f0a484', 'ER0969', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('67900c79-3d3a-4e5e-83f0-10433c4035e5', 'ER0970', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('af758500-8e0d-4568-827a-a845fbffb71f', 'ER0971', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('f3f5b82f-5c8a-44c0-8c01-d03662ee8815', 'ER0972', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('b82ae8fa-cdb5-44db-9789-e6cf9121e761', 'ER0973', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('398e15ea-80a7-44fc-894a-ccccf4c8ccdf', 'ER0974', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('310795ad-322c-42e0-9cc1-a27a45c34116', 'ER0975', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('8bc227da-d4d1-486e-a497-1c29c03d8d08', 'ER0976', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('72619666-8b90-4c46-91a8-e6f64ee0ce54', 'ER0977', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('a4cb83d7-6dd2-44bc-86fa-296f45adeef6', 'ER0978', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('5eacb9c8-1af0-4a6f-a6b0-5b2c95320ec7', 'ER0979', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('991d1fc6-1d79-448d-842b-4ef8524c6ef1', 'ER0980', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL); INSERT INTO freight.wagons VALUES ('29068caa-c1b9-47d2-bdd8-f4ff0d6faa4e', 'ER0981', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('77cfe49a-f4c9-4c86-a6ac-a2e72a64bac2', 'ER0982', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('6aeb0e43-366d-43bf-ba06-95b5887b3b6e', 'ER0984', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('e8870f2f-a790-4d3b-990b-f67a12324b20', 'ER0985', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('bbacfaa2-afd9-40f7-b067-56a77e4043db', 'ER0986', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('1dfabd43-cab1-4e34-8455-3d818d66d6f2', 'ER0987', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('1a38286e-ff9b-4e25-a813-960fb9f277f1', 'ER0988', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('83fa77d0-110e-4109-b5e4-e98081f8a9a7', 'ER0989', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('7b32b1ff-281e-485d-8b84-4aab0c6533cf', 'ER0990', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('f19ebc8a-39a3-4eb0-8fd1-aff36d2d7cad', 'ER0991', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('7b355974-ece8-4984-8726-4844ed1d47ac', 'ER0992', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('017a8f86-f4e1-4719-ad21-698826eadc73', 'ER0993', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('b9006420-6a1f-4858-9527-c23b7582b9c2', 'ER0994', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('66da1027-6612-4a65-abf6-2d2fa578352b', 'ER0995', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('e9890831-5154-4362-b2e4-cf056d073cc1', 'ER0996', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('3a5df2fa-406c-466a-8795-317cdb367b63', 'ER0997', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('3414ae1a-a963-4e80-b3ad-2f5ab4b9928a', 'ER0998', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('f92d6318-34dc-417d-be44-b9ad1d1c293e', 'ER0999', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('904a4532-f9b7-4d45-ab29-05088ec062b4', 'ER1000', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('471fce0e-f504-4d59-a772-62d265024038', 'ER1001', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('8bd6a4a6-9c2d-4ba5-b1ff-e33054cdf6b4', 'ER1002', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('8a23e93a-8cb0-4d8b-b8d7-a5366805c2ee', 'ER1003', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('7a2ade8f-a1bb-4fd9-ba18-226d5d4d80e1', 'ER1004', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('678a6089-e99c-461d-94f6-eb9920567a56', 'ER1005', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('89f94aa8-97f8-412e-8c95-6599df312924', 'ER1006', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('7e60ea43-5bb3-40fc-825a-7861ee58b0b7', 'ER1007', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('f3b0222a-46d9-4ebd-9426-9962540ec44f', 'ER1008', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('a199f434-12d0-4ce4-978d-3aa5513f8ac6', 'ER1009', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('cd6a5f3c-60c1-4131-a4f2-e66fddf962eb', 'ER1010', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('941a85d3-0840-4d22-a6a1-478113c234d4', 'ER1011', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('be377f74-7604-444a-aaba-cd309d4f6b37', 'ER1012', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('d8aa2d10-ff65-4983-846a-c5d1ac56e1ab', 'ER1013', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('16ad37a1-deca-480a-8698-a3d221044220', 'ER1014', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('a65e87ef-6e64-4037-8be1-26fee6257ec4', 'ER1015', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('ad4dce10-f40d-46b2-ae2e-4739a168abeb', 'ER1016', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('37969895-c798-4129-ad72-7b72e3c699fb', 'ER1017', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('a7326afb-3662-436c-aade-0f9be262857f', 'ER1018', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('55d2bad0-d912-4cf5-ac94-fd7244be7194', 'ER1019', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('8a466332-4a89-4981-8787-4cca90f38832', 'ER1020', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('d1e41312-11b1-4e52-864f-5bcfdc9ce308', 'ER1021', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('b9093e3d-f493-449b-bb01-868785acaba7', 'ER1022', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('f6be1d0a-6396-424e-898e-ee09fbcca2b2', 'ER1023', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('94c37d67-51df-4bc4-9d05-35e2df11480d', 'ER1024', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('d0a52769-71fc-4f9a-a536-878c2915078e', 'ER1025', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('53b6f431-3178-41f0-bebe-b1a44c32047d', 'ER1026', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('a7197dd5-6c33-4e50-b098-2465b0580e26', 'ER1027', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('1011ad0e-b814-4df7-aa1a-fc3261f3211f', 'ER1028', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('430f2ef5-807a-4614-94cc-198918b8ec10', 'ER1029', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('889a8897-9d50-44c5-bc11-27bc1bfbc6e7', 'ER1030', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('e6314a38-a81d-4b18-935c-42944acf9907', 'ER1031', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('cb5079e8-2f7d-498d-96cb-89416aa74b40', 'ER1032', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('cd68e488-f1d5-4871-add5-50de8d68a6ee', 'ER1033', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('103d04d8-022e-4b55-974b-d1847be4ad32', 'ER1034', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('bb01453a-c6fa-477c-96a7-2f9050b207d1', 'ER1035', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('d2639563-06c7-4bb5-9378-0aba5fe92fcd', 'ER1036', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('6e07f999-55a7-4e82-9fd6-bb58f4080678', 'ER1037', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('265ff8e6-0520-4b5e-a276-9511d61461ba', 'ER1038', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('8e6cc4b0-ebb4-456b-9f08-95cc26e846ea', 'ER1039', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('871e6ce5-0cb1-47a9-a78c-0330182e69c1', 'ER1040', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('a61e343c-ea54-41b6-a82d-c84f32093d9a', 'ER1041', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('364119ac-6b89-4ab5-b35f-88dc1396d204', 'ER1042', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('23a36df1-9d31-44ec-babb-a3325013a466', 'ER1043', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('f7a5b48c-a156-455b-a13c-0cf7c6209aad', 'ER1044', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('0c49df63-df1e-454f-827d-0df0d2cbcdb8', 'ER1045', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('fba11112-6ba3-497f-b0ad-71da281c5a55', 'ER1046', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('b55ab787-8c46-4b31-b3be-c3e8037214ba', 'ER1047', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('9ac80a38-a97e-43a6-b326-7d2eaba7f433', 'ER1048', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('73618289-ffb6-4a26-a3f5-8f5e1694cb68', 'ER1049', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('baa2700c-bdd2-462c-b883-13b0e763c750', 'ER1050', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('4fc785a0-3a11-48f3-b255-fbcb84f3da39', 'ER1051', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('931b6a3b-9818-4897-a8ea-52229fd57a8d', 'ER1052', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('80a44163-30b1-4578-9c5e-7cb21b3badf0', 'ER1053', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('300433d7-2d65-400a-908d-1d76d16bae52', 'ER1054', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('37a218fe-46b6-4c44-ab80-f7d34a4d16fa', 'ER1055', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('ef03a753-49b0-4946-8296-8062d907b788', 'ER1056', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('c831ae05-1800-4a3d-bfbb-c03092d4e5dd', 'ER1057', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('16026fab-92b8-4081-aa11-4b4a5f9d627d', 'ER1058', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('259478c3-71e2-46ac-bfa3-a8e6bee5ad7a', 'ER1059', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('6c311954-96e5-446b-973e-79edb6a3533c', 'ER1060', '07c38e9a-7627-4be9-af41-7651957aca3d', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('8c30540e-2222-4d23-a2ec-0199316fc01a', 'ER1081', 'f4ba54be-002f-46cb-af7c-ff55ed84dcdd', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('3a59336e-c0c4-486a-bdbc-2a736ef03ba1', 'ER1082', 'f4ba54be-002f-46cb-af7c-ff55ed84dcdd', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('43f15463-4f31-4255-bc63-4a63dc127034', 'ER1083', 'f4ba54be-002f-46cb-af7c-ff55ed84dcdd', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('998bb722-7344-421a-8401-3cba3035f999', 'ER1084', 'f4ba54be-002f-46cb-af7c-ff55ed84dcdd', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('faced5a6-be31-4fa5-a514-2011ec137285', 'ER1085', 'f4ba54be-002f-46cb-af7c-ff55ed84dcdd', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('208fa65d-456a-4c9e-b8e7-9a2691fc0bd7', 'ER1086', 'f4ba54be-002f-46cb-af7c-ff55ed84dcdd', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('9f81b959-83e4-4c47-a7f6-82ec00265cdc', 'ER1087', 'f4ba54be-002f-46cb-af7c-ff55ed84dcdd', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('fc535bb7-34d7-4b8b-ad12-38d4eb299bcc', 'ER1088', 'f4ba54be-002f-46cb-af7c-ff55ed84dcdd', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('c2a8f33c-8a90-409a-be09-cc91f5009d10', 'ER1089', 'f4ba54be-002f-46cb-af7c-ff55ed84dcdd', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('18c91bc8-3291-47e5-b5b0-9ee1aff8ff10', 'ER1090', 'f4ba54be-002f-46cb-af7c-ff55ed84dcdd', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('92d92907-876d-4c12-8b9f-6721315021dd', 'ER1091', 'f4ba54be-002f-46cb-af7c-ff55ed84dcdd', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('05507fd8-f9ff-497a-b33c-d689478edd29', 'ER1092', 'f4ba54be-002f-46cb-af7c-ff55ed84dcdd', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('28e1a423-9180-4ea4-9d5a-9fcfbd006e7d', 'ER1093', 'f4ba54be-002f-46cb-af7c-ff55ed84dcdd', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('28f8fa14-3a19-431e-a298-e6f1f60bcb73', 'ER1094', 'f4ba54be-002f-46cb-af7c-ff55ed84dcdd', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('264a9721-bfbb-4c64-9b5a-860c7e52a626', 'ER1095', 'f4ba54be-002f-46cb-af7c-ff55ed84dcdd', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('40bccad2-5129-4038-a5e8-4f5e0737dfb4', 'ER1096', 'f4ba54be-002f-46cb-af7c-ff55ed84dcdd', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('20e26fc2-3f97-4a60-8e8e-8b568f7c8a52', 'ER1097', 'f4ba54be-002f-46cb-af7c-ff55ed84dcdd', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('094d902a-dccb-4f95-b009-782ff629b4fc', 'ER1098', 'f4ba54be-002f-46cb-af7c-ff55ed84dcdd', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('14327e40-f6e9-45ab-9c37-7c4d01536bfa', 'ER1099', 'f4ba54be-002f-46cb-af7c-ff55ed84dcdd', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('92c22b8f-5105-4464-afb0-aea84c614c45', 'ER1100', 'f4ba54be-002f-46cb-af7c-ff55ed84dcdd', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, NULL, NULL), ('27b00c01-cee9-45ea-b01a-2cd951acb798', 'ER0251', 'bcfcc533-01be-4e82-952c-26e20e7ecdfc', NULL, NULL, 'AVAILABLE', NULL, '2026-07-27 11:32:03.580707+00', '2026-07-27 11:32:03.735237+00', NULL, NULL, NULL, NULL, NULL, '9001', '9002'); -- -- Data for Name: warehouse_accrual_acks; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: warehouse_activity_log; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: warehouse_allocation_rules; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: warehouse_fee_rules; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: warehouse_inspection_reports; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: warehouse_inventory; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: warehouse_inventory_movement; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: warehouse_loadings; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: warehouse_yard_cargo_types; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: warehouse_yards; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: warehouse_zones; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: warehouses; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: warranties; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: weight_limit_rules; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.weight_limit_rules VALUES ('be79c917-0fea-4802-bb89-68dcf46b0baf', '77cf24ec-e74b-4bdb-b1cc-6f336379cc58', 'EXPORT', 25.000, '2026-07-18 05:32:03.767+00', '2026-08-04 07:50:53.320369+00', NULL, 30.500), ('7e42ab3a-8066-4e84-baaa-891158461ba3', '77cf24ec-e74b-4bdb-b1cc-6f336379cc58', 'IMPORT', 20.000, '2026-07-18 05:31:39.014+00', '2026-08-04 07:51:02.787452+00', NULL, 30.500), ('b1ae1430-dbf0-46ae-b9f2-fc76fc065742', '349072e7-8a90-4c03-b682-08976abfd7e8', 'IMPORT', 32.500, '2026-08-04 07:52:28.407742+00', '2026-08-04 07:52:28.407742+00', NULL, 32.500), ('876ba9f1-3566-47f9-bbd9-263a1d28377b', '349072e7-8a90-4c03-b682-08976abfd7e8', 'EXPORT', 32.500, '2026-08-04 07:54:08.35154+00', '2026-08-04 07:54:08.35154+00', NULL, 32.500); -- -- Data for Name: work_orders; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: yard_distances; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.yard_distances VALUES ('0e41b970-624d-40ce-9916-d21df7971fd9', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', 'f7b1686f-d43e-42aa-bc6a-d3d5849296c9', 334.00, '2026-08-04 13:57:03.61038+00', '2026-08-04 13:57:03.61038+00', NULL), ('b4c6a03b-d76d-4d63-be02-533113f35cd9', '2187ac77-1d23-4f6c-ada8-e12c9bacd88c', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', 869.00, '2026-08-04 13:54:27.291077+00', '2026-08-04 13:54:27.291077+00', NULL), ('b8838737-5a3c-4bdc-8a00-7cc2b7ded5f4', '2187ac77-1d23-4f6c-ada8-e12c9bacd88c', 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', 819.00, '2026-08-04 13:54:43.266791+00', '2026-08-04 13:54:43.266791+00', NULL), ('5885bdcc-cf11-430b-af4e-84caa7fb85c8', '2187ac77-1d23-4f6c-ada8-e12c9bacd88c', '23fda607-6cc6-4923-b05b-56b7adb1626b', 746.00, '2026-08-04 13:55:00.015441+00', '2026-08-04 13:55:00.015441+00', NULL), ('fa4ccacb-0639-4e94-adf8-963625be5a17', '2187ac77-1d23-4f6c-ada8-e12c9bacd88c', 'f7b1686f-d43e-42aa-bc6a-d3d5849296c9', 319.00, '2026-08-04 13:55:20.162112+00', '2026-08-04 13:55:20.162112+00', NULL), ('38868c91-0a14-4506-9de8-ed0092adc346', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', 880.00, '2026-08-04 13:55:58.641536+00', '2026-08-04 13:55:58.641536+00', NULL), ('842a108e-abde-45c9-9d35-8548abb44e5c', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', 938.00, '2026-08-04 13:56:25.050387+00', '2026-08-04 13:56:25.050387+00', NULL), ('6e3180ee-8109-4de9-8ae0-2f895452f73a', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', '23fda607-6cc6-4923-b05b-56b7adb1626b', 858.00, '2026-08-04 13:56:42.61084+00', '2026-08-04 13:56:42.61084+00', NULL), ('8b6abac3-f031-4e60-bc95-106f75ec3db2', '7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', '1e2fa308-c9eb-4480-840c-e486b1d98029', 918.00, '2026-08-04 13:57:19.60419+00', '2026-08-04 13:57:19.60419+00', NULL), ('9e98f4a7-9389-4292-b0b8-59d21cf8a6dd', 'f7b1686f-d43e-42aa-bc6a-d3d5849296c9', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', 380.00, '2026-08-04 13:57:51.468721+00', '2026-08-04 13:57:51.468721+00', NULL), ('292f404c-42de-4d54-b96b-29e9618daa98', 'f7b1686f-d43e-42aa-bc6a-d3d5849296c9', '1e2fa308-c9eb-4480-840c-e486b1d98029', 535.00, '2026-08-04 13:58:15.75051+00', '2026-08-04 13:58:15.75051+00', NULL), ('8801f07c-ae89-409d-aacd-d2e80e75dd58', 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', 55.40, '2026-08-05 11:13:59.377538+00', '2026-08-05 11:13:59.377538+00', NULL), ('47677f2f-f388-40b6-8f75-4801e79292d4', 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', 'fc558b95-da28-4fc3-8348-311a290c34ae', 817.00, '2026-08-05 18:22:07.515643+00', '2026-08-05 18:22:07.515643+00', NULL), ('ae036e73-4ca4-4737-8a5c-46cb17482eb6', 'fc558b95-da28-4fc3-8348-311a290c34ae', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', 867.00, '2026-08-05 18:30:33.322191+00', '2026-08-05 18:30:33.322191+00', NULL), ('556b8184-59ba-4d18-a4ac-5f552f6c12d8', 'f7b1686f-d43e-42aa-bc6a-d3d5849296c9', 'cea2955d-5da4-4e1c-a3fa-652d94d8df1a', 375.00, '2026-08-05 18:33:00.477338+00', '2026-08-05 18:33:00.477338+00', NULL), ('4ca36c39-c89d-4a91-a539-2264191a5393', 'fc558b95-da28-4fc3-8348-311a290c34ae', 'f7b1686f-d43e-42aa-bc6a-d3d5849296c9', 316.00, '2026-08-05 18:35:30.574021+00', '2026-08-05 18:35:30.574021+00', NULL), ('f843c946-b905-4546-8817-48125321fe68', '61ae1e66-c229-4dcd-9851-b2b9424f3a95', '23fda607-6cc6-4923-b05b-56b7adb1626b', 76.00, '2026-08-05 18:50:16.919743+00', '2026-08-05 18:50:16.919743+00', NULL); -- -- Data for Name: yard_facilities; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: yard_locations; Type: TABLE DATA; Schema: freight; Owner: - -- -- -- Data for Name: yards; Type: TABLE DATA; Schema: freight; Owner: - -- INSERT INTO freight.yards VALUES ('61ae1e66-c229-4dcd-9851-b2b9424f3a95', 'KALITY', 'GMP (Gelan Multipurpose Port)', 'Ethiopia', true, 3, '2026-07-27 11:31:59.400905+00', '2026-08-04 08:45:07.898298+00', NULL, true), ('f7b1686f-d43e-42aa-bc6a-d3d5849296c9', 'DIRE_DAWA', 'Dire Dawa Port', 'Ethiopia', true, 12, '2026-07-27 11:31:59.400905+00', '2026-08-04 08:45:58.339151+00', NULL, true), ('2187ac77-1d23-4f6c-ada8-e12c9bacd88c', 'NAGAD', 'Nagad Port', 'Djibouti', true, 19, '2026-07-27 11:31:59.400905+00', '2026-08-04 08:46:30.596448+00', NULL, false), ('1e2fa308-c9eb-4480-840c-e486b1d98029', 'SEBETA', 'Sebeta', 'Ethiopia', true, 1, '2026-08-04 08:06:27.58091+00', '2026-08-04 08:18:17.610749+00', NULL, true), ('e944b82d-5ac0-4843-817b-2fcb6ddb5b06', 'LEBU', 'Lebu', 'Ethiopia', true, 2, '2026-07-17 11:04:12.618+00', '2026-08-04 08:18:17.610749+00', NULL, false), ('6083a69b-d4ad-49bb-be45-95acaba6d197', 'BISHOFTU', 'Bishoftu', 'Ethiopia', true, 4, '2026-07-17 09:22:19.03+00', '2026-08-04 08:18:17.610749+00', NULL, false), ('cea2955d-5da4-4e1c-a3fa-652d94d8df1a', 'MOJO', 'Mojo Dry Port', 'Ethiopia', true, 5, '2026-07-27 11:31:59.400905+00', '2026-08-04 08:18:17.610749+00', NULL, true), ('23fda607-6cc6-4923-b05b-56b7adb1626b', 'ADAMA', 'Adama', 'Ethiopia', true, 6, '2026-07-17 09:22:59.392+00', '2026-08-04 08:18:17.610749+00', NULL, true), ('6a372083-6f63-42f5-9bac-afd776559945', 'FETO', 'Feto', 'Ethiopia', true, 7, '2026-07-17 09:23:37.716+00', '2026-08-04 08:18:17.610749+00', NULL, false), ('874aa661-2065-436d-b8a8-45238848d520', 'METEHARA', 'Metehara', 'Ethiopia', true, 8, '2026-07-17 09:24:09.157+00', '2026-08-04 08:18:17.610749+00', NULL, false), ('25a0a1ec-dcd3-48cd-9af8-acd611b7bdcf', 'SIRBA', 'Sirba', 'Ethiopia', true, 9, '2026-07-17 09:24:19.496+00', '2026-08-04 08:18:17.610749+00', NULL, false), ('73fccf2b-1eea-4772-a5fc-a4487219bf20', 'MEISO', 'Meiso', 'Ethiopia', true, 10, '2026-07-17 09:24:34.861+00', '2026-08-04 08:18:17.610749+00', NULL, false), ('7c8c8909-be75-4cfa-995f-0e2c58bda71b', 'BIKE', 'Bike', 'Ethiopia', true, 11, '2026-07-17 09:24:51.596+00', '2026-08-04 08:18:17.610749+00', NULL, false), ('65fccdcf-fbbf-42ad-80b1-4fd8f7403325', 'AREWA', 'Arewa', 'Ethiopia', true, 13, '2026-07-17 09:25:06.084+00', '2026-08-04 08:18:17.610749+00', NULL, false), ('59e53178-ba1f-46c6-ae56-86d169a20829', 'ADIGALA', 'Adigala', 'Ethiopia', true, 14, '2026-07-17 09:25:20.638+00', '2026-08-04 08:18:17.610749+00', NULL, false), ('4ca1f68a-be26-473d-ac49-99eeb417e789', 'AYSHAH', 'Ayshah', 'Ethiopia', true, 15, '2026-07-17 09:25:47.277+00', '2026-08-04 08:18:17.610749+00', NULL, false), ('b4cbca40-4256-40cc-b10b-e2e30c7407b0', 'DEWALE', 'Dewale', 'Ethiopia', true, 16, '2026-07-17 09:26:03.099+00', '2026-08-04 08:18:17.610749+00', NULL, false), ('34cd401c-9048-4ed1-b1e7-d1c61b6ecd1f', 'ALISABEH', 'Alisabeh', 'Djibouti', true, 17, '2026-07-17 09:26:43.682+00', '2026-08-04 08:18:17.610749+00', NULL, false), ('5241fc9e-93ac-4844-a20f-c3153bde771c', 'HOLHOL', 'Holhol', 'Djibouti', true, 18, '2026-07-17 09:26:53.991+00', '2026-08-04 08:18:17.610749+00', NULL, false), ('fc558b95-da28-4fc3-8348-311a290c34ae', 'DORALEH_FREEZONE', 'DCT/SGTD', 'Djibouti', true, 22, '2026-07-23 07:06:17.982+00', '2026-08-04 13:54:00.862187+00', NULL, false), ('7b658678-ce2b-41aa-8dc5-b38ba4a76e9b', 'DORALEH_MULTIPURPOSE_PORT_DMP', 'DMP (Doraleh Multipurpose Port)', 'Djibouti', true, 21, '2026-07-23 07:05:36.326+00', '2026-08-05 21:28:16.030175+00', NULL, true), ('7d1b9c9c-372a-41ea-8125-363163fc6351', 'DJIBOUTI', 'Djibouti', 'Djibouti', true, 1, '2026-08-09 20:15:36.202428+00', '2026-08-09 20:15:36.202428+00', NULL, false), ('91c3912b-036a-4a09-b9f7-f70d0da0b717', 'ADDIS_ABABA', 'Addis Ababa', 'Ethiopia', true, 2, '2026-08-09 20:15:36.202428+00', '2026-08-09 20:15:36.202428+00', NULL, false); -- -- Name: migrations_id_seq; Type: SEQUENCE SET; Schema: freight; Owner: - -- SELECT pg_catalog.setval('freight.migrations_id_seq', 314, true); -- -- Name: seq_company_profile_ex; Type: SEQUENCE SET; Schema: freight; Owner: - -- SELECT pg_catalog.setval('freight.seq_company_profile_ex', 7, true); -- -- Name: seq_company_profile_ffe; Type: SEQUENCE SET; Schema: freight; Owner: - -- SELECT pg_catalog.setval('freight.seq_company_profile_ffe', 1, true); -- -- Name: seq_company_profile_fwj; Type: SEQUENCE SET; Schema: freight; Owner: - -- SELECT pg_catalog.setval('freight.seq_company_profile_fwj', 1, false); -- -- Name: seq_company_profile_im; Type: SEQUENCE SET; Schema: freight; Owner: - -- SELECT pg_catalog.setval('freight.seq_company_profile_im', 7, true); -- -- Name: seq_company_profile_tr; Type: SEQUENCE SET; Schema: freight; Owner: - -- SELECT pg_catalog.setval('freight.seq_company_profile_tr', 1, false); -- -- Name: approval_rules PK_048d2ffdf7169337b4cc237d772; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.approval_rules ADD CONSTRAINT "PK_048d2ffdf7169337b4cc237d772" PRIMARY KEY (id); -- -- Name: company_change_request PK_0a57bba5aaf77b376e7fee5fcf8; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.company_change_request ADD CONSTRAINT "PK_0a57bba5aaf77b376e7fee5fcf8" PRIMARY KEY (id); -- -- Name: interchange_document_items PK_163803862ca83ef98678e39a43b; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.interchange_document_items ADD CONSTRAINT "PK_163803862ca83ef98678e39a43b" PRIMARY KEY (id); -- -- Name: company_profiles PK_1980200b310bd1e2ac86aa1ae4a; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.company_profiles ADD CONSTRAINT "PK_1980200b310bd1e2ac86aa1ae4a" PRIMARY KEY (id); -- -- Name: service_types PK_1dc93417a097cdee3491f39d7cc; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.service_types ADD CONSTRAINT "PK_1dc93417a097cdee3491f39d7cc" PRIMARY KEY (id); -- -- Name: train_composition_removal_logs PK_29f7cdb5e0ae32ef1b96155fc9a; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.train_composition_removal_logs ADD CONSTRAINT "PK_29f7cdb5e0ae32ef1b96155fc9a" PRIMARY KEY (id); -- -- Name: rates PK_2c804ed4019b80ce48eedba5cec; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.rates ADD CONSTRAINT "PK_2c804ed4019b80ce48eedba5cec" PRIMARY KEY (id); -- -- Name: facilities PK_2e6c685b2e1195e6d6394a22bc7; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.facilities ADD CONSTRAINT "PK_2e6c685b2e1195e6d6394a22bc7" PRIMARY KEY (id); -- -- Name: warehouse_allocation_rules PK_2e7632f009769d4da579c14f151; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.warehouse_allocation_rules ADD CONSTRAINT "PK_2e7632f009769d4da579c14f151" PRIMARY KEY (id); -- -- Name: shipping_lines PK_336306f24563d798ec54eedca0c; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.shipping_lines ADD CONSTRAINT "PK_336306f24563d798ec54eedca0c" PRIMARY KEY (id); -- -- Name: import_djibouti_operations PK_3456f58d03f6719b38c70018ab6; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.import_djibouti_operations ADD CONSTRAINT "PK_3456f58d03f6719b38c70018ab6" PRIMARY KEY (id); -- -- Name: yards PK_3aa7dacb4c4fb065b1e2f8dfb5a; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.yards ADD CONSTRAINT "PK_3aa7dacb4c4fb065b1e2f8dfb5a" PRIMARY KEY (id); -- -- Name: booking_document_review PK_3d7705ea54a01cb4d6db5b743cd; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.booking_document_review ADD CONSTRAINT "PK_3d7705ea54a01cb4d6db5b743cd" PRIMARY KEY (id); -- -- Name: exchange_settings PK_48f5730ce6881caf75f279d0a5d; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.exchange_settings ADD CONSTRAINT "PK_48f5730ce6881caf75f279d0a5d" PRIMARY KEY (id); -- -- Name: container_types PK_50e6b62fcd07ba58bdb6415d47c; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.container_types ADD CONSTRAINT "PK_50e6b62fcd07ba58bdb6415d47c" PRIMARY KEY (id); -- -- Name: warehouse_inspection_reports PK_625df1e3a62e5aa4c3f14e7172e; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.warehouse_inspection_reports ADD CONSTRAINT "PK_625df1e3a62e5aa4c3f14e7172e" PRIMARY KEY (id); -- -- Name: booking_requests PK_62c29ee249979fe0bcdcde33dae; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.booking_requests ADD CONSTRAINT "PK_62c29ee249979fe0bcdcde33dae" PRIMARY KEY (id); -- -- Name: first_mile PK_72bc92607db5356f03c2aaeb6ec; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.first_mile ADD CONSTRAINT "PK_72bc92607db5356f03c2aaeb6ec" PRIMARY KEY (id); -- -- Name: first_mile_container_allocations PK_8be4b0df481f8a1555a4fb9d05d; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.first_mile_container_allocations ADD CONSTRAINT "PK_8be4b0df481f8a1555a4fb9d05d" PRIMARY KEY (id); -- -- Name: last_mile PK_8be9fbd78fd39e78b6d30ab119b; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.last_mile ADD CONSTRAINT "PK_8be9fbd78fd39e78b6d30ab119b" PRIMARY KEY (id); -- -- Name: booking_rate_snapshot PK_8ca5cf692c4c3e95d91a7343117; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.booking_rate_snapshot ADD CONSTRAINT "PK_8ca5cf692c4c3e95d91a7343117" PRIMARY KEY (id); -- -- Name: user_trade_access PK_94e21d7bfb20e57940e3255df87; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.user_trade_access ADD CONSTRAINT "PK_94e21d7bfb20e57940e3255df87" PRIMARY KEY (id); -- -- Name: priority_rules PK_95c73e8a6e80f29d81edf66dbe2; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.priority_rules ADD CONSTRAINT "PK_95c73e8a6e80f29d81edf66dbe2" PRIMARY KEY (id); -- -- Name: interchange_documents PK_95e5a5484c57ecc6f4a2927ddb4; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.interchange_documents ADD CONSTRAINT "PK_95e5a5484c57ecc6f4a2927ddb4" PRIMARY KEY (id); -- -- Name: last_mile_container_allocations PK_9d5180799a6dd494156ec980dfb; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.last_mile_container_allocations ADD CONSTRAINT "PK_9d5180799a6dd494156ec980dfb" PRIMARY KEY (id); -- -- Name: last_mile_requests PK_be0bf389a4b0f01b05e5eded98b; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.last_mile_requests ADD CONSTRAINT "PK_be0bf389a4b0f01b05e5eded98b" PRIMARY KEY (id); -- -- Name: booking_container PK_c1805410bccc51530297b2960ef; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.booking_container ADD CONSTRAINT "PK_c1805410bccc51530297b2960ef" PRIMARY KEY (id); -- -- Name: company_revisions PK_c8ed8b5e0e0d93edffd43c8c024; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.company_revisions ADD CONSTRAINT "PK_c8ed8b5e0e0d93edffd43c8c024" PRIMARY KEY (id); -- -- Name: cargo_type_wagon_types PK_cargo_type_wagon_types; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.cargo_type_wagon_types ADD CONSTRAINT "PK_cargo_type_wagon_types" PRIMARY KEY (cargo_type_id, wagon_type_id); -- -- Name: djibouti_import_incidents PK_cf3871f27f8bd0db9176f09bf95; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.djibouti_import_incidents ADD CONSTRAINT "PK_cf3871f27f8bd0db9176f09bf95" PRIMARY KEY (id); -- -- Name: container_type_wagon_types PK_container_type_wagon_types; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.container_type_wagon_types ADD CONSTRAINT "PK_container_type_wagon_types" PRIMARY KEY (container_type_id, wagon_type_id); -- -- Name: warehouse_fee_rules PK_d24f444e0cb6841c1b19342e134; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.warehouse_fee_rules ADD CONSTRAINT "PK_d24f444e0cb6841c1b19342e134" PRIMARY KEY (id); -- -- Name: companies PK_d4bc3e82a314fa9e29f652c2c22; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.companies ADD CONSTRAINT "PK_d4bc3e82a314fa9e29f652c2c22" PRIMARY KEY (id); -- -- Name: weight_limit_rules PK_d82c70fa7e878ca301e2aaff709; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.weight_limit_rules ADD CONSTRAINT "PK_d82c70fa7e878ca301e2aaff709" PRIMARY KEY (id); -- -- Name: booking_cargo_modifier PK_d949ef8f1b862135ad7e4afdbf1; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.booking_cargo_modifier ADD CONSTRAINT "PK_d949ef8f1b862135ad7e4afdbf1" PRIMARY KEY (id); -- -- Name: cargo_types PK_db1aa5f07b0c5ea996eaea03394; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.cargo_types ADD CONSTRAINT "PK_db1aa5f07b0c5ea996eaea03394" PRIMARY KEY (id); -- -- Name: dropdown_options PK_dropdown_options; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.dropdown_options ADD CONSTRAINT "PK_dropdown_options" PRIMARY KEY (id); -- -- Name: dropdown_settings PK_dropdown_settings; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.dropdown_settings ADD CONSTRAINT "PK_dropdown_settings" PRIMARY KEY (id); -- -- Name: ff_clients PK_eb91bf3ee74a361acee369dbda2; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.ff_clients ADD CONSTRAINT "PK_eb91bf3ee74a361acee369dbda2" PRIMARY KEY (id); -- -- Name: external_profiles PK_f01bade59a434fa68039620ccb9; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.external_profiles ADD CONSTRAINT "PK_f01bade59a434fa68039620ccb9" PRIMARY KEY (id); -- -- Name: import_customs_finalizations PK_f67c60e65b732153fc050dd166c; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.import_customs_finalizations ADD CONSTRAINT "PK_f67c60e65b732153fc050dd166c" PRIMARY KEY (id); -- -- Name: empty_container_returns PK_f82bda09e0ff411811193579948; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.empty_container_returns ADD CONSTRAINT "PK_f82bda09e0ff411811193579948" PRIMARY KEY (id); -- -- Name: booking_container_allocations PK_fb0dee3634a65d2ebd734ff46e3; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.booking_container_allocations ADD CONSTRAINT "PK_fb0dee3634a65d2ebd734ff46e3" PRIMARY KEY (id); -- -- Name: schedule_wagon_adjustment_logs PK_schedule_wagon_adjustment_logs; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.schedule_wagon_adjustment_logs ADD CONSTRAINT "PK_schedule_wagon_adjustment_logs" PRIMARY KEY (id); -- -- Name: train_locomotives PK_train_locomotives; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.train_locomotives ADD CONSTRAINT "PK_train_locomotives" PRIMARY KEY (id); -- -- Name: train_set_locomotives PK_train_set_locomotives; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.train_set_locomotives ADD CONSTRAINT "PK_train_set_locomotives" PRIMARY KEY (id); -- -- Name: companies UQ_1b3738f728d42fc9aca8d4ac19b; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.companies ADD CONSTRAINT "UQ_1b3738f728d42fc9aca8d4ac19b" UNIQUE (tin); -- -- Name: ff_clients UQ_4107fef2abf7128f890ef276244; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.ff_clients ADD CONSTRAINT "UQ_4107fef2abf7128f890ef276244" UNIQUE (forwarder_company_id, client_company_id); -- -- Name: company_profiles UQ_539ff8f8225951adb2ef76b0313; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.company_profiles ADD CONSTRAINT "UQ_539ff8f8225951adb2ef76b0313" UNIQUE (reference); -- -- Name: import_djibouti_operations UQ_6c3e3046300b152a13505bf8ffd; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.import_djibouti_operations ADD CONSTRAINT "UQ_6c3e3046300b152a13505bf8ffd" UNIQUE (train_schedule_id); -- -- Name: first_mile_vehicle_assignments UQ_FIRST_MILE_VEHICLE; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.first_mile_vehicle_assignments ADD CONSTRAINT "UQ_FIRST_MILE_VEHICLE" UNIQUE (first_mile_id, vehicle_id); -- -- Name: last_mile_vehicle_assignments UQ_LAST_MILE_VEHICLE; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.last_mile_vehicle_assignments ADD CONSTRAINT "UQ_LAST_MILE_VEHICLE" UNIQUE (last_mile_id, vehicle_id); -- -- Name: import_customs_finalizations UQ_ad87af234cc0068a05fa7bd2335; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.import_customs_finalizations ADD CONSTRAINT "UQ_ad87af234cc0068a05fa7bd2335" UNIQUE (booking_id); -- -- Name: approval_rules UQ_approval_rules_chain_step; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.approval_rules ADD CONSTRAINT "UQ_approval_rules_chain_step" UNIQUE (requires_director_approval, step_order); -- -- Name: interchange_documents UQ_b44369ad5b13e0d897487fc4284; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.interchange_documents ADD CONSTRAINT "UQ_b44369ad5b13e0d897487fc4284" UNIQUE (document_no); -- -- Name: facilities UQ_bf808b325b190fb9049254ba55e; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.facilities ADD CONSTRAINT "UQ_bf808b325b190fb9049254ba55e" UNIQUE (code); -- -- Name: user_trade_access UQ_e54889f850f4db112a77b9e8431; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.user_trade_access ADD CONSTRAINT "UQ_e54889f850f4db112a77b9e8431" UNIQUE (user_id); -- -- Name: asset_acquisitions asset_acquisitions_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.asset_acquisitions ADD CONSTRAINT asset_acquisitions_pkey PRIMARY KEY (id); -- -- Name: asset_disposals asset_disposals_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.asset_disposals ADD CONSTRAINT asset_disposals_pkey PRIMARY KEY (id); -- -- Name: booking_batch_offers booking_batch_offers_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.booking_batch_offers ADD CONSTRAINT booking_batch_offers_pkey PRIMARY KEY (id); -- -- Name: booking_container_units booking_container_units_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.booking_container_units ADD CONSTRAINT booking_container_units_pkey PRIMARY KEY (id); -- -- Name: booking_contract_signatures booking_contract_signatures_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.booking_contract_signatures ADD CONSTRAINT booking_contract_signatures_pkey PRIMARY KEY (id); -- -- Name: booking_handovers booking_handovers_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.booking_handovers ADD CONSTRAINT booking_handovers_pkey PRIMARY KEY (id); -- -- Name: booking_review_note booking_review_note_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.booking_review_note ADD CONSTRAINT booking_review_note_pkey PRIMARY KEY (id); -- -- Name: booking_wagon_cancellations booking_wagon_cancellations_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.booking_wagon_cancellations ADD CONSTRAINT booking_wagon_cancellations_pkey PRIMARY KEY (id); -- -- Name: bookings bookings_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.bookings ADD CONSTRAINT bookings_pkey PRIMARY KEY (id); -- -- Name: bookings bookings_reference_key; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.bookings ADD CONSTRAINT bookings_reference_key UNIQUE (reference); -- -- Name: cargoes cargoes_cargo_reference_key; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.cargoes ADD CONSTRAINT cargoes_cargo_reference_key UNIQUE (cargo_reference); -- -- Name: cargoes cargoes_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.cargoes ADD CONSTRAINT cargoes_pkey PRIMARY KEY (id); -- -- Name: clearance_incidents clearance_incidents_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.clearance_incidents ADD CONSTRAINT clearance_incidents_pkey PRIMARY KEY (id); -- -- Name: clearance_milestones clearance_milestones_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.clearance_milestones ADD CONSTRAINT clearance_milestones_pkey PRIMARY KEY (id); -- -- Name: compliance_records compliance_records_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.compliance_records ADD CONSTRAINT compliance_records_pkey PRIMARY KEY (id); -- -- Name: containers containers_container_number_key; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.containers ADD CONSTRAINT containers_container_number_key UNIQUE (container_number); -- -- Name: containers containers_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.containers ADD CONSTRAINT containers_pkey PRIMARY KEY (id); -- -- Name: contract_approval_steps contract_approval_steps_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.contract_approval_steps ADD CONSTRAINT contract_approval_steps_pkey PRIMARY KEY (id); -- -- Name: contract_cargo_scope contract_cargo_scope_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.contract_cargo_scope ADD CONSTRAINT contract_cargo_scope_pkey PRIMARY KEY (id); -- -- Name: contract_clearance_cycles contract_clearance_cycles_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.contract_clearance_cycles ADD CONSTRAINT contract_clearance_cycles_pkey PRIMARY KEY (id); -- -- Name: contract_document_review contract_document_review_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.contract_document_review ADD CONSTRAINT contract_document_review_pkey PRIMARY KEY (id); -- -- Name: contract_document_revisions contract_document_revisions_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.contract_document_revisions ADD CONSTRAINT contract_document_revisions_pkey PRIMARY KEY (id); -- -- Name: contract_rate_snapshots contract_rate_snapshots_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.contract_rate_snapshots ADD CONSTRAINT contract_rate_snapshots_pkey PRIMARY KEY (id); -- -- Name: contract_review_notes contract_review_notes_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.contract_review_notes ADD CONSTRAINT contract_review_notes_pkey PRIMARY KEY (id); -- -- Name: contract_routes contract_routes_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.contract_routes ADD CONSTRAINT contract_routes_pkey PRIMARY KEY (id); -- -- Name: contract_signatures contract_signatures_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.contract_signatures ADD CONSTRAINT contract_signatures_pkey PRIMARY KEY (id); -- -- Name: contract_templates contract_templates_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.contract_templates ADD CONSTRAINT contract_templates_pkey PRIMARY KEY (id); -- -- Name: contracts contracts_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.contracts ADD CONSTRAINT contracts_pkey PRIMARY KEY (id); -- -- Name: contracts contracts_reference_key; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.contracts ADD CONSTRAINT contracts_reference_key UNIQUE (reference); -- -- Name: customer_truck_assignments customer_truck_assignments_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.customer_truck_assignments ADD CONSTRAINT customer_truck_assignments_pkey PRIMARY KEY (id); -- -- Name: customer_truck_containers customer_truck_containers_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.customer_truck_containers ADD CONSTRAINT customer_truck_containers_pkey PRIMARY KEY (id); -- -- Name: customers customers_email_key; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.customers ADD CONSTRAINT customers_email_key UNIQUE (email); -- -- Name: customers customers_fan_number_key; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.customers ADD CONSTRAINT customers_fan_number_key UNIQUE (fan_number); -- -- Name: customers customers_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.customers ADD CONSTRAINT customers_pkey PRIMARY KEY (id); -- -- Name: customers customers_tin_number_key; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.customers ADD CONSTRAINT customers_tin_number_key UNIQUE (tin_number); -- -- Name: drivers drivers_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.drivers ADD CONSTRAINT drivers_pkey PRIMARY KEY (id); -- -- Name: eims_system_state eims_system_state_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.eims_system_state ADD CONSTRAINT eims_system_state_pkey PRIMARY KEY (id); -- -- Name: eims_system_state eims_system_state_system_number_key; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.eims_system_state ADD CONSTRAINT eims_system_state_system_number_key UNIQUE (system_number); -- -- Name: facility_handling_events facility_handling_events_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.facility_handling_events ADD CONSTRAINT facility_handling_events_pkey PRIMARY KEY (id); -- -- Name: fayda_verification_sessions fayda_verification_sessions_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.fayda_verification_sessions ADD CONSTRAINT fayda_verification_sessions_pkey PRIMARY KEY (id); -- -- Name: fayda_verification_sessions fayda_verification_sessions_state_key; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.fayda_verification_sessions ADD CONSTRAINT fayda_verification_sessions_state_key UNIQUE (state); -- -- Name: file_upload_fields file_upload_fields_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.file_upload_fields ADD CONSTRAINT file_upload_fields_pkey PRIMARY KEY (id); -- -- Name: file_upload_settings file_upload_settings_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.file_upload_settings ADD CONSTRAINT file_upload_settings_pkey PRIMARY KEY (id); -- -- Name: files files_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.files ADD CONSTRAINT files_pkey PRIMARY KEY (id); -- -- Name: first_mile_vehicle_assignments first_mile_vehicle_assignments_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.first_mile_vehicle_assignments ADD CONSTRAINT first_mile_vehicle_assignments_pkey PRIMARY KEY (id); -- -- Name: fleet_events fleet_events_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.fleet_events ADD CONSTRAINT fleet_events_pkey PRIMARY KEY (id); -- -- Name: gps_devices gps_devices_imei_key; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.gps_devices ADD CONSTRAINT gps_devices_imei_key UNIQUE (imei); -- -- Name: gps_devices gps_devices_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.gps_devices ADD CONSTRAINT gps_devices_pkey PRIMARY KEY (id); -- -- Name: gps_positions gps_positions_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.gps_positions ADD CONSTRAINT gps_positions_pkey PRIMARY KEY (id); -- -- Name: incidents incidents_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.incidents ADD CONSTRAINT incidents_pkey PRIMARY KEY (id); -- -- Name: last_mile_vehicle_assignments last_mile_vehicle_assignments_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.last_mile_vehicle_assignments ADD CONSTRAINT last_mile_vehicle_assignments_pkey PRIMARY KEY (id); -- -- Name: last_mile_vehicle_containers last_mile_vehicle_containers_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.last_mile_vehicle_containers ADD CONSTRAINT last_mile_vehicle_containers_pkey PRIMARY KEY (id); -- -- Name: locomotives locomotives_code_key; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.locomotives ADD CONSTRAINT locomotives_code_key UNIQUE (code); -- -- Name: locomotives locomotives_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.locomotives ADD CONSTRAINT locomotives_pkey PRIMARY KEY (id); -- -- Name: maintenance_costs maintenance_costs_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.maintenance_costs ADD CONSTRAINT maintenance_costs_pkey PRIMARY KEY (id); -- -- Name: maintenance_intervals maintenance_intervals_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.maintenance_intervals ADD CONSTRAINT maintenance_intervals_pkey PRIMARY KEY (id); -- -- Name: maintenance_schedules maintenance_schedules_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.maintenance_schedules ADD CONSTRAINT maintenance_schedules_pkey PRIMARY KEY (id); -- -- Name: migrations migrations_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.migrations ADD CONSTRAINT migrations_pkey PRIMARY KEY (id); -- -- Name: notifications notifications_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.notifications ADD CONSTRAINT notifications_pkey PRIMARY KEY (id); -- -- Name: otp_verifications otp_verifications_email_key; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.otp_verifications ADD CONSTRAINT otp_verifications_email_key UNIQUE (email); -- -- Name: parts parts_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.parts ADD CONSTRAINT parts_pkey PRIMARY KEY (id); -- -- Name: consignments pk_consignments; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.consignments ADD CONSTRAINT pk_consignments PRIMARY KEY (id); -- -- Name: fuel_consumption pk_fuel_consumption; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.fuel_consumption ADD CONSTRAINT pk_fuel_consumption PRIMARY KEY (id); -- -- Name: fuel_purchases pk_fuel_purchases; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.fuel_purchases ADD CONSTRAINT pk_fuel_purchases PRIMARY KEY (id); -- -- Name: invoice_lines pk_invoice_lines; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.invoice_lines ADD CONSTRAINT pk_invoice_lines PRIMARY KEY (id); -- -- Name: invoices pk_invoices; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.invoices ADD CONSTRAINT pk_invoices PRIMARY KEY (id); -- -- Name: otp_verifications pk_otp_verifications; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.otp_verifications ADD CONSTRAINT pk_otp_verifications PRIMARY KEY (id); -- -- Name: payment_refunds pk_payment_refunds; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.payment_refunds ADD CONSTRAINT pk_payment_refunds PRIMARY KEY (id); -- -- Name: payment_webhook_events pk_payment_webhook_events; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.payment_webhook_events ADD CONSTRAINT pk_payment_webhook_events PRIMARY KEY (id); -- -- Name: payments pk_payments; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.payments ADD CONSTRAINT pk_payments PRIMARY KEY (id); -- -- Name: tracking_events pk_tracking_events; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.tracking_events ADD CONSTRAINT pk_tracking_events PRIMARY KEY (id); -- -- Name: wagon_transfer_requests pk_wagon_transfer_requests; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.wagon_transfer_requests ADD CONSTRAINT pk_wagon_transfer_requests PRIMARY KEY (id); -- -- Name: priority_configs priority_configs_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.priority_configs ADD CONSTRAINT priority_configs_pkey PRIMARY KEY (id); -- -- Name: priority_rule_change_requests priority_rule_change_requests_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.priority_rule_change_requests ADD CONSTRAINT priority_rule_change_requests_pkey PRIMARY KEY (id); -- -- Name: rate_change_requests rate_change_requests_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.rate_change_requests ADD CONSTRAINT rate_change_requests_pkey PRIMARY KEY (id); -- -- Name: route_milestones route_milestones_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.route_milestones ADD CONSTRAINT route_milestones_pkey PRIMARY KEY (id); -- -- Name: routes routes_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.routes ADD CONSTRAINT routes_pkey PRIMARY KEY (id); -- -- Name: saved_signatures saved_signatures_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.saved_signatures ADD CONSTRAINT saved_signatures_pkey PRIMARY KEY (id); -- -- Name: scheduling_events scheduling_events_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.scheduling_events ADD CONSTRAINT scheduling_events_pkey PRIMARY KEY (id); -- -- Name: support_conversations support_conversations_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.support_conversations ADD CONSTRAINT support_conversations_pkey PRIMARY KEY (id); -- -- Name: support_document_versions support_document_versions_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.support_document_versions ADD CONSTRAINT support_document_versions_pkey PRIMARY KEY (id); -- -- Name: support_documents support_documents_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.support_documents ADD CONSTRAINT support_documents_pkey PRIMARY KEY (id); -- -- Name: support_messages support_messages_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.support_messages ADD CONSTRAINT support_messages_pkey PRIMARY KEY (id); -- -- Name: train_checkpoint_events train_checkpoint_events_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.train_checkpoint_events ADD CONSTRAINT train_checkpoint_events_pkey PRIMARY KEY (id); -- -- Name: train_schedule_bookings train_schedule_bookings_booking_id_key; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.train_schedule_bookings ADD CONSTRAINT train_schedule_bookings_booking_id_key UNIQUE (booking_id); -- -- Name: train_schedule_bookings train_schedule_bookings_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.train_schedule_bookings ADD CONSTRAINT train_schedule_bookings_pkey PRIMARY KEY (id); -- -- Name: train_schedules train_schedules_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.train_schedules ADD CONSTRAINT train_schedules_pkey PRIMARY KEY (id); -- -- Name: train_schedules train_schedules_train_set_id_key; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.train_schedules ADD CONSTRAINT train_schedules_train_set_id_key UNIQUE (train_set_id); -- -- Name: train_scheduling_global_rules train_scheduling_global_rules_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.train_scheduling_global_rules ADD CONSTRAINT train_scheduling_global_rules_pkey PRIMARY KEY (id); -- -- Name: train_set_wagons train_set_wagons_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.train_set_wagons ADD CONSTRAINT train_set_wagons_pkey PRIMARY KEY (id); -- -- Name: train_sets train_sets_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.train_sets ADD CONSTRAINT train_sets_pkey PRIMARY KEY (id); -- -- Name: trains trains_code_key; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.trains ADD CONSTRAINT trains_code_key UNIQUE (code); -- -- Name: trains trains_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.trains ADD CONSTRAINT trains_pkey PRIMARY KEY (id); -- -- Name: transit_agents transit_agents_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.transit_agents ADD CONSTRAINT transit_agents_pkey PRIMARY KEY (id); -- -- Name: truck_types truck_types_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.truck_types ADD CONSTRAINT truck_types_pkey PRIMARY KEY (id); -- -- Name: booking_container_units uq_booking_container_unit_number; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.booking_container_units ADD CONSTRAINT uq_booking_container_unit_number UNIQUE (booking_container_id, container_number); -- -- Name: booking_contract_signatures uq_booking_contract_signatures_role; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.booking_contract_signatures ADD CONSTRAINT uq_booking_contract_signatures_role UNIQUE (booking_id, signer_role); -- -- Name: consignments uq_consignments_tracking_number; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.consignments ADD CONSTRAINT uq_consignments_tracking_number UNIQUE (tracking_number); -- -- Name: contract_clearance_cycles uq_contract_clearance_cycle; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.contract_clearance_cycles ADD CONSTRAINT uq_contract_clearance_cycle UNIQUE (contract_id, cycle_number); -- -- Name: contract_cargo_scope uq_contract_container_size; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.contract_cargo_scope ADD CONSTRAINT uq_contract_container_size UNIQUE NULLS NOT DISTINCT (contract_id, container_size); -- -- Name: contract_document_review uq_contract_document_review_doc; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.contract_document_review ADD CONSTRAINT uq_contract_document_review_doc UNIQUE NULLS NOT DISTINCT (contract_id, clearance_cycle_id, setting_code, file_key); -- -- Name: contract_routes uq_contract_route; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.contract_routes ADD CONSTRAINT uq_contract_route UNIQUE (contract_id, origin_yard_id, destination_yard_id); -- -- Name: fuel_consumption uq_fuel_consumption_vehicle_month; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.fuel_consumption ADD CONSTRAINT uq_fuel_consumption_vehicle_month UNIQUE (vehicle_id, month); -- -- Name: invoices uq_invoices_invoice_number; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.invoices ADD CONSTRAINT uq_invoices_invoice_number UNIQUE (invoice_number); -- -- Name: otp_verifications uq_otp_verifications_phone; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.otp_verifications ADD CONSTRAINT uq_otp_verifications_phone UNIQUE (phone); -- -- Name: payment_webhook_events uq_payment_webhook_events_provider_event; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.payment_webhook_events ADD CONSTRAINT uq_payment_webhook_events_provider_event UNIQUE (provider, external_event_id); -- -- Name: payments uq_payments_merchant_order_id; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.payments ADD CONSTRAINT uq_payments_merchant_order_id UNIQUE (merchant_order_id); -- -- Name: payments uq_payments_transaction_id; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.payments ADD CONSTRAINT uq_payments_transaction_id UNIQUE (transaction_id); -- -- Name: route_milestones uq_route_milestones_route_sequence; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.route_milestones ADD CONSTRAINT uq_route_milestones_route_sequence UNIQUE (route_id, sequence_no); -- -- Name: saved_signatures uq_saved_signatures_user_id; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.saved_signatures ADD CONSTRAINT uq_saved_signatures_user_id UNIQUE (user_id); -- -- Name: train_schedule_bookings uq_train_schedule_booking; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.train_schedule_bookings ADD CONSTRAINT uq_train_schedule_booking UNIQUE (train_schedule_id, booking_id); -- -- Name: train_set_wagons uq_train_set_wagons_sequence; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.train_set_wagons ADD CONSTRAINT uq_train_set_wagons_sequence UNIQUE (train_set_id, sequence_no); -- -- Name: warehouse_yards uq_warehouse_yards_code; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.warehouse_yards ADD CONSTRAINT uq_warehouse_yards_code UNIQUE (warehouse_id, code); -- -- Name: warehouse_zones uq_warehouse_zones_code; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.warehouse_zones ADD CONSTRAINT uq_warehouse_zones_code UNIQUE (yard_id, code); -- -- Name: vehicles vehicles_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.vehicles ADD CONSTRAINT vehicles_pkey PRIMARY KEY (id); -- -- Name: vehicles vehicles_plate_number_key; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.vehicles ADD CONSTRAINT vehicles_plate_number_key UNIQUE (plate_number); -- -- Name: vehicles vehicles_registration_number_key; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.vehicles ADD CONSTRAINT vehicles_registration_number_key UNIQUE (registration_number); -- -- Name: vendors vendors_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.vendors ADD CONSTRAINT vendors_pkey PRIMARY KEY (id); -- -- Name: wagon_allocation_bulk_loads wagon_allocation_bulk_loads_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.wagon_allocation_bulk_loads ADD CONSTRAINT wagon_allocation_bulk_loads_pkey PRIMARY KEY (id); -- -- Name: wagon_allocation_bulk_loads wagon_allocation_bulk_loads_wagon_booking_allocation_id_key; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.wagon_allocation_bulk_loads ADD CONSTRAINT wagon_allocation_bulk_loads_wagon_booking_allocation_id_key UNIQUE (wagon_booking_allocation_id); -- -- Name: wagon_allocation_container_items wagon_allocation_container_items_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.wagon_allocation_container_items ADD CONSTRAINT wagon_allocation_container_items_pkey PRIMARY KEY (id); -- -- Name: wagon_booking_allocations wagon_booking_allocations_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.wagon_booking_allocations ADD CONSTRAINT wagon_booking_allocations_pkey PRIMARY KEY (id); -- -- Name: wagon_movements wagon_movements_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.wagon_movements ADD CONSTRAINT wagon_movements_pkey PRIMARY KEY (id); -- -- Name: wagon_status_logs wagon_status_logs_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.wagon_status_logs ADD CONSTRAINT wagon_status_logs_pkey PRIMARY KEY (id); -- -- Name: wagon_types wagon_types_code_key; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.wagon_types ADD CONSTRAINT wagon_types_code_key UNIQUE (code); -- -- Name: wagon_types wagon_types_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.wagon_types ADD CONSTRAINT wagon_types_pkey PRIMARY KEY (id); -- -- Name: wagons wagons_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.wagons ADD CONSTRAINT wagons_pkey PRIMARY KEY (id); -- -- Name: warehouse_accrual_acks warehouse_accrual_acks_inventory_id_key; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.warehouse_accrual_acks ADD CONSTRAINT warehouse_accrual_acks_inventory_id_key UNIQUE (inventory_id); -- -- Name: warehouse_accrual_acks warehouse_accrual_acks_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.warehouse_accrual_acks ADD CONSTRAINT warehouse_accrual_acks_pkey PRIMARY KEY (id); -- -- Name: warehouse_activity_log warehouse_activity_log_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.warehouse_activity_log ADD CONSTRAINT warehouse_activity_log_pkey PRIMARY KEY (id); -- -- Name: warehouse_inventory_movement warehouse_inventory_movement_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.warehouse_inventory_movement ADD CONSTRAINT warehouse_inventory_movement_pkey PRIMARY KEY (id); -- -- Name: warehouse_inventory warehouse_inventory_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.warehouse_inventory ADD CONSTRAINT warehouse_inventory_pkey PRIMARY KEY (id); -- -- Name: warehouse_loadings warehouse_loadings_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.warehouse_loadings ADD CONSTRAINT warehouse_loadings_pkey PRIMARY KEY (id); -- -- Name: warehouse_yard_cargo_types warehouse_yard_cargo_types_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.warehouse_yard_cargo_types ADD CONSTRAINT warehouse_yard_cargo_types_pkey PRIMARY KEY (yard_id, cargo_type_id); -- -- Name: warehouse_yards warehouse_yards_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.warehouse_yards ADD CONSTRAINT warehouse_yards_pkey PRIMARY KEY (id); -- -- Name: warehouse_zones warehouse_zones_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.warehouse_zones ADD CONSTRAINT warehouse_zones_pkey PRIMARY KEY (id); -- -- Name: warehouses warehouses_code_key; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.warehouses ADD CONSTRAINT warehouses_code_key UNIQUE (code); -- -- Name: warehouses warehouses_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.warehouses ADD CONSTRAINT warehouses_pkey PRIMARY KEY (id); -- -- Name: warranties warranties_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.warranties ADD CONSTRAINT warranties_pkey PRIMARY KEY (id); -- -- Name: work_orders work_orders_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.work_orders ADD CONSTRAINT work_orders_pkey PRIMARY KEY (id); -- -- Name: yard_distances yard_distances_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.yard_distances ADD CONSTRAINT yard_distances_pkey PRIMARY KEY (id); -- -- Name: yard_facilities yard_facilities_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.yard_facilities ADD CONSTRAINT yard_facilities_pkey PRIMARY KEY (id); -- -- Name: yard_locations yard_locations_pkey; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.yard_locations ADD CONSTRAINT yard_locations_pkey PRIMARY KEY (id); -- -- Name: yard_locations yard_locations_yard_id_key; Type: CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.yard_locations ADD CONSTRAINT yard_locations_yard_id_key UNIQUE (yard_id); -- -- Name: IDX_1101fbe8e745d91b6bd0747b58; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_1101fbe8e745d91b6bd0747b58" ON freight.ff_clients USING btree (forwarder_company_id); -- -- Name: IDX_1b3738f728d42fc9aca8d4ac19; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_1b3738f728d42fc9aca8d4ac19" ON freight.companies USING btree (tin); -- -- Name: IDX_1e57cd6c6afae8f303847f159d; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_1e57cd6c6afae8f303847f159d" ON freight.companies USING btree (type); -- -- Name: IDX_26d2a16e263ab4fe0a4c8e9195; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_26d2a16e263ab4fe0a4c8e9195" ON freight.external_profiles USING btree (company_id); -- -- Name: IDX_30228dd283a0f14486346e1db9; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_30228dd283a0f14486346e1db9" ON freight.company_profiles USING btree (company_id); -- -- Name: IDX_CARGO_TYPES_DISPLAY_ORDER; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_CARGO_TYPES_DISPLAY_ORDER" ON freight.cargo_types USING btree (display_order); -- -- Name: IDX_CARGO_TYPES_IS_ACTIVE; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_CARGO_TYPES_IS_ACTIVE" ON freight.cargo_types USING btree (is_active); -- -- Name: IDX_CARGO_TYPES_PARENT_GROUP_ID; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_CARGO_TYPES_PARENT_GROUP_ID" ON freight.cargo_types USING btree (parent_group_id); -- -- Name: IDX_FAYDA_SESSIONS_EXPIRES_AT; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_FAYDA_SESSIONS_EXPIRES_AT" ON freight.fayda_verification_sessions USING btree (expires_at); -- -- Name: IDX_FAYDA_SESSIONS_IAM_USER_ID; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_FAYDA_SESSIONS_IAM_USER_ID" ON freight.fayda_verification_sessions USING btree (iam_user_id); -- -- Name: IDX_FILES_RESOURCE_LOOKUP; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_FILES_RESOURCE_LOOKUP" ON freight.files USING btree (resource, resource_id) WHERE (deleted_at IS NULL); -- -- Name: IDX_FLEET_EVENTS_DRIVER; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_FLEET_EVENTS_DRIVER" ON freight.fleet_events USING btree (driver_id, created_at); -- -- Name: IDX_FLEET_EVENTS_VEHICLE; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_FLEET_EVENTS_VEHICLE" ON freight.fleet_events USING btree (vehicle_id, created_at); -- -- Name: IDX_FM_VEHICLE_ASSIGNMENTS_VEHICLE; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_FM_VEHICLE_ASSIGNMENTS_VEHICLE" ON freight.first_mile_vehicle_assignments USING btree (vehicle_id); -- -- Name: IDX_GPS_DEVICES_VEHICLE; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_GPS_DEVICES_VEHICLE" ON freight.gps_devices USING btree (vehicle_id); -- -- Name: IDX_GPS_POSITIONS_DEVICE_TIME; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_GPS_POSITIONS_DEVICE_TIME" ON freight.gps_positions USING btree (device_id, gps_time); -- -- Name: IDX_GPS_POSITIONS_VEHICLE_TIME; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_GPS_POSITIONS_VEHICLE_TIME" ON freight.gps_positions USING btree (vehicle_id, gps_time); -- -- Name: IDX_INCIDENTS_DRIVER; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_INCIDENTS_DRIVER" ON freight.incidents USING btree (driver_id, occurred_at); -- -- Name: IDX_INCIDENTS_VEHICLE; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_INCIDENTS_VEHICLE" ON freight.incidents USING btree (vehicle_id, occurred_at); -- -- Name: IDX_LM_VEHICLE_ASSIGNMENTS_VEHICLE; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_LM_VEHICLE_ASSIGNMENTS_VEHICLE" ON freight.last_mile_vehicle_assignments USING btree (vehicle_id); -- -- Name: IDX_NOTIFICATIONS_RECIPIENT_CREATED; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_NOTIFICATIONS_RECIPIENT_CREATED" ON freight.notifications USING btree (recipient_user_id, created_at); -- -- Name: IDX_NOTIFICATIONS_RECIPIENT_UNREAD; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_NOTIFICATIONS_RECIPIENT_UNREAD" ON freight.notifications USING btree (recipient_user_id, is_read); -- -- Name: IDX_SERVICE_TYPES_DISPLAY_ORDER; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_SERVICE_TYPES_DISPLAY_ORDER" ON freight.service_types USING btree (display_order); -- -- Name: IDX_SERVICE_TYPES_IS_ACTIVE; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_SERVICE_TYPES_IS_ACTIVE" ON freight.service_types USING btree (is_active); -- -- Name: IDX_SUPPORT_CONV_COMPANY; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX "IDX_SUPPORT_CONV_COMPANY" ON freight.support_conversations USING btree (company_id) WHERE (deleted_at IS NULL); -- -- Name: IDX_SUPPORT_CONV_LASTMSG; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_SUPPORT_CONV_LASTMSG" ON freight.support_conversations USING btree (last_message_at); -- -- Name: IDX_SUPPORT_MSG_CONV_CREATED; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_SUPPORT_MSG_CONV_CREATED" ON freight.support_messages USING btree (conversation_id, created_at); -- -- Name: IDX_af4d6bac2844d39095b2056e97; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_af4d6bac2844d39095b2056e97" ON freight.ff_clients USING btree (client_company_id); -- -- Name: IDX_b658cd8f6876645a05c0366a56; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_b658cd8f6876645a05c0366a56" ON freight.external_profiles USING btree (user_id); -- -- Name: IDX_booking_cargo_modifier_rate_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_booking_cargo_modifier_rate_id" ON freight.booking_cargo_modifier USING btree (rate_id); -- -- Name: IDX_booking_container_allocations_booking_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_booking_container_allocations_booking_id" ON freight.booking_container_allocations USING btree (booking_id); -- -- Name: IDX_booking_container_allocations_vehicle_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_booking_container_allocations_vehicle_id" ON freight.booking_container_allocations USING btree (vehicle_id); -- -- Name: IDX_booking_container_units_grn; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_booking_container_units_grn" ON freight.booking_container_units USING btree (grn_number); -- -- Name: IDX_booking_handovers_booking; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_booking_handovers_booking" ON freight.booking_handovers USING btree (booking_id); -- -- Name: IDX_cargo_types_code; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX "IDX_cargo_types_code" ON freight.cargo_types USING btree (code); -- -- Name: IDX_cargoes_container_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_cargoes_container_id" ON freight.cargoes USING btree (container_id); -- -- Name: IDX_companies_kind; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_companies_kind" ON freight.companies USING btree (kind); -- -- Name: IDX_container_types_is_active; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_container_types_is_active" ON freight.container_types USING btree (is_active); -- -- Name: IDX_container_types_size_code; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX "IDX_container_types_size_code" ON freight.container_types USING btree (code); -- -- Name: IDX_containers_wagon_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_containers_wagon_id" ON freight.containers USING btree (wagon_id); -- -- Name: IDX_customer_truck_assignments_booking; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_customer_truck_assignments_booking" ON freight.customer_truck_assignments USING btree (booking_id); -- -- Name: IDX_customer_truck_containers_assignment; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_customer_truck_containers_assignment" ON freight.customer_truck_containers USING btree (assignment_id); -- -- Name: IDX_customer_truck_departed; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_customer_truck_departed" ON freight.customer_truck_assignments USING btree (booking_id, departed_at) WHERE (deleted_at IS NULL); -- -- Name: IDX_dc808839c3d64c763cc7f6ff68; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_dc808839c3d64c763cc7f6ff68" ON freight.company_profiles USING btree (type); -- -- Name: IDX_e669a91069a3aa982b2c99c256; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_e669a91069a3aa982b2c99c256" ON freight.train_composition_removal_logs USING btree (schedule_id); -- -- Name: IDX_facility_handling_events_booking; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_facility_handling_events_booking" ON freight.facility_handling_events USING btree (booking_id); -- -- Name: IDX_facility_handling_events_grn; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_facility_handling_events_grn" ON freight.facility_handling_events USING btree (grn_number) WHERE (grn_number IS NOT NULL); -- -- Name: IDX_facility_handling_events_yard; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_facility_handling_events_yard" ON freight.facility_handling_events USING btree (yard_id); -- -- Name: IDX_files_open_change_request; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_files_open_change_request" ON freight.files USING btree (resource, resource_id) WHERE (((review_status)::text = 'change_requested'::text) AND (deleted_at IS NULL)); -- -- Name: IDX_files_version_history; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_files_version_history" ON freight.files USING btree (resource, resource_id, code, created_at DESC); -- -- Name: IDX_first_mile_booking_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_first_mile_booking_id" ON freight.first_mile USING btree (booking_id); -- -- Name: IDX_first_mile_container_allocations_first_mile_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_first_mile_container_allocations_first_mile_id" ON freight.first_mile_container_allocations USING btree (first_mile_id); -- -- Name: IDX_first_mile_container_allocations_vehicle_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_first_mile_container_allocations_vehicle_id" ON freight.first_mile_container_allocations USING btree (vehicle_id); -- -- Name: IDX_first_mile_status; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_first_mile_status" ON freight.first_mile USING btree (status); -- -- Name: IDX_first_mile_vehicle_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_first_mile_vehicle_id" ON freight.first_mile USING btree (vehicle_id); -- -- Name: IDX_freight_customers_email; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_freight_customers_email" ON freight.customers USING btree (email); -- -- Name: IDX_freight_files_resource; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_freight_files_resource" ON freight.files USING btree (resource_id, resource); -- -- Name: IDX_freight_files_resource_code; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_freight_files_resource_code" ON freight.files USING btree (resource_id, resource, code); -- -- Name: IDX_last_mile_booking_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_last_mile_booking_id" ON freight.last_mile USING btree (booking_id); -- -- Name: IDX_last_mile_container_allocations_last_mile_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_last_mile_container_allocations_last_mile_id" ON freight.last_mile_container_allocations USING btree (last_mile_id); -- -- Name: IDX_last_mile_container_allocations_vehicle_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_last_mile_container_allocations_vehicle_id" ON freight.last_mile_container_allocations USING btree (vehicle_id); -- -- Name: IDX_last_mile_requests_booking_schedule; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX "IDX_last_mile_requests_booking_schedule" ON freight.last_mile_requests USING btree (booking_id, train_schedule_id) WHERE (deleted_at IS NULL); -- -- Name: IDX_last_mile_requests_status; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_last_mile_requests_status" ON freight.last_mile_requests USING btree (status); -- -- Name: IDX_last_mile_status; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_last_mile_status" ON freight.last_mile USING btree (status); -- -- Name: IDX_last_mile_vehicle_containers_assignment; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_last_mile_vehicle_containers_assignment" ON freight.last_mile_vehicle_containers USING btree (assignment_id); -- -- Name: IDX_last_mile_vehicle_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_last_mile_vehicle_id" ON freight.last_mile USING btree (vehicle_id); -- -- Name: IDX_locomotive_current_yard_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_locomotive_current_yard_id" ON freight.locomotives USING btree (current_yard_id); -- -- Name: IDX_maintenance_intervals_vehicle_type; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_maintenance_intervals_vehicle_type" ON freight.maintenance_intervals USING btree (vehicle_id, maintenance_type); -- -- Name: IDX_parts_category; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_parts_category" ON freight.parts USING btree (category); -- -- Name: IDX_priority_rules_is_active; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_priority_rules_is_active" ON freight.priority_rules USING btree (is_active); -- -- Name: IDX_rates_destination_yard_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_rates_destination_yard_id" ON freight.rates USING btree (destination_yard_id); -- -- Name: IDX_rates_origin_yard_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_rates_origin_yard_id" ON freight.rates USING btree (origin_yard_id); -- -- Name: IDX_rates_trigger; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_rates_trigger" ON freight.rates USING btree (trigger); -- -- Name: IDX_routes_status; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_routes_status" ON freight.routes USING btree (status); -- -- Name: IDX_service_types_code; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX "IDX_service_types_code" ON freight.service_types USING btree (code); -- -- Name: IDX_swal_train_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_swal_train_id" ON freight.schedule_wagon_adjustment_logs USING btree (train_id); -- -- Name: IDX_swal_train_schedule_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_swal_train_schedule_id" ON freight.schedule_wagon_adjustment_logs USING btree (train_schedule_id); -- -- Name: IDX_train_sets_train_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_train_sets_train_id" ON freight.train_sets USING btree (train_id); -- -- Name: IDX_trains_current_yard_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_trains_current_yard_id" ON freight.trains USING btree (current_yard_id); -- -- Name: IDX_wagon_current_yard_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_wagon_current_yard_id" ON freight.wagons USING btree (current_yard_id); -- -- Name: IDX_wagon_movements_schedule; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_wagon_movements_schedule" ON freight.wagon_movements USING btree (train_schedule_id); -- -- Name: IDX_wagon_movements_wagon_occurred; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_wagon_movements_wagon_occurred" ON freight.wagon_movements USING btree (wagon_id, occurred_at); -- -- Name: IDX_wagons_current_location_yard_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_wagons_current_location_yard_id" ON freight.wagons USING btree (current_location_yard_id); -- -- Name: IDX_wagons_train_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_wagons_train_id" ON freight.wagons USING btree (train_id); -- -- Name: IDX_warranties_vehicle_id_expiry_date; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_warranties_vehicle_id_expiry_date" ON freight.warranties USING btree (vehicle_id, expiry_date); -- -- Name: IDX_weight_limit_rules_container_type_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_weight_limit_rules_container_type_id" ON freight.weight_limit_rules USING btree (container_type_id); -- -- Name: IDX_work_orders_vehicle_id_status; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX "IDX_work_orders_vehicle_id_status" ON freight.work_orders USING btree (vehicle_id, status); -- -- Name: UQ_DRIVERS_EMAIL_ACTIVE; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX "UQ_DRIVERS_EMAIL_ACTIVE" ON freight.drivers USING btree (email) WHERE (deleted_at IS NULL); -- -- Name: UQ_DRIVERS_FAYDA_SUB_ACTIVE; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX "UQ_DRIVERS_FAYDA_SUB_ACTIVE" ON freight.drivers USING btree (fayda_sub) WHERE (deleted_at IS NULL); -- -- Name: UQ_DRIVERS_LICENSE_ACTIVE; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX "UQ_DRIVERS_LICENSE_ACTIVE" ON freight.drivers USING btree (license_number) WHERE (deleted_at IS NULL); -- -- Name: UQ_DRIVERS_PHONE_ACTIVE; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX "UQ_DRIVERS_PHONE_ACTIVE" ON freight.drivers USING btree (phone_number) WHERE (deleted_at IS NULL); -- -- Name: UQ_booking_handovers_booking_edr_truck; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX "UQ_booking_handovers_booking_edr_truck" ON freight.booking_handovers USING btree (booking_id, edr_assignment_id) WHERE ((deleted_at IS NULL) AND (edr_assignment_id IS NOT NULL)); -- -- Name: UQ_booking_handovers_booking_truck; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX "UQ_booking_handovers_booking_truck" ON freight.booking_handovers USING btree (booking_id, truck_assignment_id) WHERE ((deleted_at IS NULL) AND (truck_assignment_id IS NOT NULL)); -- -- Name: UQ_customer_truck_containers_booking_number; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX "UQ_customer_truck_containers_booking_number" ON freight.customer_truck_containers USING btree (booking_id, container_number) WHERE (deleted_at IS NULL); -- -- Name: UQ_dropdown_options_setting_value; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX "UQ_dropdown_options_setting_value" ON freight.dropdown_options USING btree (setting_id, value); -- -- Name: UQ_dropdown_settings_code; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX "UQ_dropdown_settings_code" ON freight.dropdown_settings USING btree (code); -- -- Name: UQ_file_upload_fields_setting_file_key; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX "UQ_file_upload_fields_setting_file_key" ON freight.file_upload_fields USING btree (setting_id, file_key); -- -- Name: UQ_file_upload_settings_code; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX "UQ_file_upload_settings_code" ON freight.file_upload_settings USING btree (code); -- -- Name: UQ_last_mile_vehicle_container; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX "UQ_last_mile_vehicle_container" ON freight.last_mile_vehicle_containers USING btree (last_mile_id, container_number) WHERE (deleted_at IS NULL); -- -- Name: UQ_locomotives_name_active; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX "UQ_locomotives_name_active" ON freight.locomotives USING btree (lower(btrim((name)::text))) WHERE ((deleted_at IS NULL) AND (name IS NOT NULL) AND (btrim((name)::text) <> ''::text)); -- -- Name: UQ_maintenance_intervals_vehicle_type_item; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX "UQ_maintenance_intervals_vehicle_type_item" ON freight.maintenance_intervals USING btree (vehicle_id, maintenance_type, COALESCE(service_item, ''::character varying)) WHERE (deleted_at IS NULL); -- -- Name: UQ_priority_rules_code; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX "UQ_priority_rules_code" ON freight.priority_rules USING btree (code); -- -- Name: UQ_rates_pattern; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX "UQ_rates_pattern" ON freight.rates USING btree (rate_type, COALESCE(container_type_id, '00000000-0000-0000-0000-000000000000'::uuid), COALESCE(cargo_type_id, '00000000-0000-0000-0000-000000000000'::uuid), COALESCE(trade_direction, ''::character varying), COALESCE(origin_yard_id, '00000000-0000-0000-0000-000000000000'::uuid), COALESCE(destination_yard_id, '00000000-0000-0000-0000-000000000000'::uuid), rate_unit, COALESCE(min_km, '-1'::numeric)) WHERE ((deleted_at IS NULL) AND ((status)::text <> 'SUPERSEDED'::text)); -- -- Name: UQ_shipping_lines_code; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX "UQ_shipping_lines_code" ON freight.shipping_lines USING btree (code); -- -- Name: UQ_train_locomotives_train_loco; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX "UQ_train_locomotives_train_loco" ON freight.train_locomotives USING btree (train_id, locomotive_id); -- -- Name: UQ_train_set_locomotives_set_loco; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX "UQ_train_set_locomotives_set_loco" ON freight.train_set_locomotives USING btree (train_set_id, locomotive_id); -- -- Name: UQ_trains_export_train_number; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX "UQ_trains_export_train_number" ON freight.trains USING btree (export_train_number) WHERE (export_train_number IS NOT NULL); -- -- Name: UQ_trains_import_train_number; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX "UQ_trains_import_train_number" ON freight.trains USING btree (import_train_number) WHERE (import_train_number IS NOT NULL); -- -- Name: UQ_trains_train_number; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX "UQ_trains_train_number" ON freight.trains USING btree (train_number) WHERE (train_number IS NOT NULL); -- -- Name: UQ_wagons_wagon_number_active; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX "UQ_wagons_wagon_number_active" ON freight.wagons USING btree (wagon_number) WHERE (deleted_at IS NULL); -- -- Name: UQ_weight_limit_rules_pattern; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX "UQ_weight_limit_rules_pattern" ON freight.weight_limit_rules USING btree (container_type_id, trade_direction) WHERE (deleted_at IS NULL); -- -- Name: UQ_yard_facility_yard; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX "UQ_yard_facility_yard" ON freight.yard_facilities USING btree (yard_id) WHERE (deleted_at IS NULL); -- -- Name: UQ_yards_code; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX "UQ_yards_code" ON freight.yards USING btree (code); -- -- Name: UQ_yards_code_active; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX "UQ_yards_code_active" ON freight.yards USING btree (lower(TRIM(BOTH FROM code))) WHERE (deleted_at IS NULL); -- -- Name: UQ_yards_label_active; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX "UQ_yards_label_active" ON freight.yards USING btree (lower(TRIM(BOTH FROM label))) WHERE (deleted_at IS NULL); -- -- Name: idx_asset_acquisitions_vehicle_date; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_asset_acquisitions_vehicle_date ON freight.asset_acquisitions USING btree (vehicle_id, acquisition_date); -- -- Name: idx_asset_disposals_vehicle_date; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_asset_disposals_vehicle_date ON freight.asset_disposals USING btree (vehicle_id, disposal_date); -- -- Name: idx_booking_batch_offers_booking; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_booking_batch_offers_booking ON freight.booking_batch_offers USING btree (booking_id); -- -- Name: idx_booking_batch_offers_schedule; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_booking_batch_offers_schedule ON freight.booking_batch_offers USING btree (train_schedule_id); -- -- Name: idx_booking_batch_offers_status; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_booking_batch_offers_status ON freight.booking_batch_offers USING btree (status); -- -- Name: idx_booking_contract_signatures_booking_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_booking_contract_signatures_booking_id ON freight.booking_contract_signatures USING btree (booking_id); -- -- Name: idx_booking_document_review_booking; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_booking_document_review_booking ON freight.booking_document_review USING btree (booking_id); -- -- Name: idx_booking_document_review_status; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_booking_document_review_status ON freight.booking_document_review USING btree (status); -- -- Name: idx_booking_requests_contract; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_booking_requests_contract ON freight.booking_requests USING btree (contract_id); -- -- Name: idx_booking_requests_contract_status; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_booking_requests_contract_status ON freight.booking_requests USING btree (contract_id, status); -- -- Name: idx_booking_requests_status; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_booking_requests_status ON freight.booking_requests USING btree (status); -- -- Name: idx_booking_review_note_booking_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_booking_review_note_booking_id ON freight.booking_review_note USING btree (booking_id); -- -- Name: idx_bookings_booking_type; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_bookings_booking_type ON freight.bookings USING btree (booking_type); -- -- Name: idx_bookings_company_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_bookings_company_id ON freight.bookings USING btree (company_id); -- -- Name: idx_bookings_company_profile_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_bookings_company_profile_id ON freight.bookings USING btree (company_profile_id); -- -- Name: idx_bookings_contract; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_bookings_contract ON freight.bookings USING btree (contract_id); -- -- Name: idx_bookings_is_government; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_bookings_is_government ON freight.bookings USING btree (is_government) WHERE ((is_government = true) AND (deleted_at IS NULL)); -- -- Name: idx_bookings_route_day; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_bookings_route_day ON freight.bookings USING btree (origin_yard_id, destination_yard_id, scheduled_date, status) WHERE (deleted_at IS NULL); -- -- Name: idx_bookings_scheduling_status; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_bookings_scheduling_status ON freight.bookings USING btree (scheduling_status); -- -- Name: idx_bookings_train_schedule_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_bookings_train_schedule_id ON freight.bookings USING btree (train_schedule_id) WHERE (deleted_at IS NULL); -- -- Name: idx_bwc_booking; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_bwc_booking ON freight.booking_wagon_cancellations USING btree (booking_id); -- -- Name: idx_bwc_status; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_bwc_status ON freight.booking_wagon_cancellations USING btree (status); -- -- Name: idx_clearance_incidents_booking; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_clearance_incidents_booking ON freight.clearance_incidents USING btree (booking_id); -- -- Name: idx_clearance_milestones_booking; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_clearance_milestones_booking ON freight.clearance_milestones USING btree (booking_id); -- -- Name: idx_clearance_milestones_contract; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_clearance_milestones_contract ON freight.clearance_milestones USING btree (contract_id); -- -- Name: idx_clearance_milestones_region; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_clearance_milestones_region ON freight.clearance_milestones USING btree (owner_region, status); -- -- Name: idx_company_change_request_company; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_company_change_request_company ON freight.company_change_request USING btree (company_id); -- -- Name: idx_company_change_request_status; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_company_change_request_status ON freight.company_change_request USING btree (status); -- -- Name: idx_company_revisions_company; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_company_revisions_company ON freight.company_revisions USING btree (company_id); -- -- Name: idx_compliance_records_expiry_date; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_compliance_records_expiry_date ON freight.compliance_records USING btree (expiry_date); -- -- Name: idx_compliance_records_type; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_compliance_records_type ON freight.compliance_records USING btree (type); -- -- Name: idx_compliance_records_vehicle_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_compliance_records_vehicle_id ON freight.compliance_records USING btree (vehicle_id); -- -- Name: idx_contract_approval_steps_contract; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_contract_approval_steps_contract ON freight.contract_approval_steps USING btree (contract_id); -- -- Name: idx_contract_cargo_scope_contract; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_contract_cargo_scope_contract ON freight.contract_cargo_scope USING btree (contract_id); -- -- Name: idx_contract_clearance_cycles_contract; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_contract_clearance_cycles_contract ON freight.contract_clearance_cycles USING btree (contract_id); -- -- Name: idx_contract_doc_review_contract; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_contract_doc_review_contract ON freight.contract_document_review USING btree (contract_id); -- -- Name: idx_contract_doc_review_status; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_contract_doc_review_status ON freight.contract_document_review USING btree (status); -- -- Name: idx_contract_document_revisions_contract; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_contract_document_revisions_contract ON freight.contract_document_revisions USING btree (contract_id, created_at DESC); -- -- Name: idx_contract_rate_snapshots_contract; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_contract_rate_snapshots_contract ON freight.contract_rate_snapshots USING btree (contract_id); -- -- Name: idx_contract_review_notes_contract; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_contract_review_notes_contract ON freight.contract_review_notes USING btree (contract_id); -- -- Name: idx_contract_routes_contract; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_contract_routes_contract ON freight.contract_routes USING btree (contract_id); -- -- Name: idx_contract_signatures_contract; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_contract_signatures_contract ON freight.contract_signatures USING btree (contract_id); -- -- Name: idx_contracts_company; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_contracts_company ON freight.contracts USING btree (company_id); -- -- Name: idx_contracts_kind; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_contracts_kind ON freight.contracts USING btree (contract_kind); -- -- Name: idx_contracts_status; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_contracts_status ON freight.contracts USING btree (status); -- -- Name: idx_contracts_valid_until; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_contracts_valid_until ON freight.contracts USING btree (contract_valid_until); -- -- Name: idx_djibouti_incidents_booking; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_djibouti_incidents_booking ON freight.djibouti_import_incidents USING btree (booking_id); -- -- Name: idx_djibouti_incidents_container; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_djibouti_incidents_container ON freight.djibouti_import_incidents USING btree (container_number); -- -- Name: idx_djibouti_incidents_type; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_djibouti_incidents_type ON freight.djibouti_import_incidents USING btree (incident_type); -- -- Name: idx_drivers_email; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_drivers_email ON freight.drivers USING btree (email); -- -- Name: idx_drivers_license_number; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_drivers_license_number ON freight.drivers USING btree (license_number); -- -- Name: idx_drivers_phone_number; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_drivers_phone_number ON freight.drivers USING btree (phone_number); -- -- Name: idx_drivers_status; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_drivers_status ON freight.drivers USING btree (status); -- -- Name: idx_empty_returns_booking; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_empty_returns_booking ON freight.empty_container_returns USING btree (booking_id); -- -- Name: idx_empty_returns_container; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_empty_returns_container ON freight.empty_container_returns USING btree (container_number); -- -- Name: idx_empty_returns_status; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_empty_returns_status ON freight.empty_container_returns USING btree (status); -- -- Name: idx_facilities_code; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX idx_facilities_code ON freight.facilities USING btree (code); -- -- Name: idx_facilities_status; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_facilities_status ON freight.facilities USING btree (facility_status); -- -- Name: idx_files_resource_lookup; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_files_resource_lookup ON freight.files USING btree (resource, resource_id); -- -- Name: idx_fuel_consumption_vehicle_month; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_fuel_consumption_vehicle_month ON freight.fuel_consumption USING btree (vehicle_id, month); -- -- Name: idx_fuel_purchases_date; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_fuel_purchases_date ON freight.fuel_purchases USING btree (purchase_date); -- -- Name: idx_fuel_purchases_vehicle; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_fuel_purchases_vehicle ON freight.fuel_purchases USING btree (vehicle_id); -- -- Name: idx_import_customs_booking; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_import_customs_booking ON freight.import_customs_finalizations USING btree (booking_id); -- -- Name: idx_import_customs_risk; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_import_customs_risk ON freight.import_customs_finalizations USING btree (customs_risk); -- -- Name: idx_import_djibouti_operations_schedule; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_import_djibouti_operations_schedule ON freight.import_djibouti_operations USING btree (train_schedule_id); -- -- Name: idx_interchange_documents_direction; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_interchange_documents_direction ON freight.interchange_documents USING btree (direction); -- -- Name: idx_interchange_documents_schedule; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_interchange_documents_schedule ON freight.interchange_documents USING btree (schedule_id); -- -- Name: idx_interchange_documents_status; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_interchange_documents_status ON freight.interchange_documents USING btree (status); -- -- Name: idx_interchange_items_booking; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_interchange_items_booking ON freight.interchange_document_items USING btree (booking_id); -- -- Name: idx_interchange_items_document; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_interchange_items_document ON freight.interchange_document_items USING btree (interchange_document_id); -- -- Name: idx_invoice_lines_invoice; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_invoice_lines_invoice ON freight.invoice_lines USING btree (invoice_id); -- -- Name: idx_invoices_company; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_invoices_company ON freight.invoices USING btree (company_id); -- -- Name: idx_invoices_company_profile; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_invoices_company_profile ON freight.invoices USING btree (company_profile_id); -- -- Name: idx_invoices_source; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_invoices_source ON freight.invoices USING btree (source, source_id); -- -- Name: idx_invoices_status; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_invoices_status ON freight.invoices USING btree (status); -- -- Name: idx_locomotives_status; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_locomotives_status ON freight.locomotives USING btree (status); -- -- Name: idx_maintenance_costs_vehicle_date; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_maintenance_costs_vehicle_date ON freight.maintenance_costs USING btree (vehicle_id, incurred_date); -- -- Name: idx_maintenance_schedules_vehicle_date; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_maintenance_schedules_vehicle_date ON freight.maintenance_schedules USING btree (vehicle_id, scheduled_date); -- -- Name: idx_payment_webhook_events_merchant_order_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_payment_webhook_events_merchant_order_id ON freight.payment_webhook_events USING btree (merchant_order_id); -- -- Name: idx_prcr_status; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_prcr_status ON freight.priority_rule_change_requests USING btree (status); -- -- Name: idx_priority_configs_currency_type; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_priority_configs_currency_type ON freight.priority_configs USING btree (currency, type); -- -- Name: idx_priority_configs_type_active; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_priority_configs_type_active ON freight.priority_configs USING btree (type, is_active); -- -- Name: idx_rcr_status; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_rcr_status ON freight.rate_change_requests USING btree (status); -- -- Name: idx_route_milestones_route_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_route_milestones_route_id ON freight.route_milestones USING btree (route_id); -- -- Name: idx_route_milestones_yard_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_route_milestones_yard_id ON freight.route_milestones USING btree (yard_id); -- -- Name: idx_routes_destination_yard_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_routes_destination_yard_id ON freight.routes USING btree (destination_yard_id); -- -- Name: idx_routes_origin_yard_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_routes_origin_yard_id ON freight.routes USING btree (origin_yard_id); -- -- Name: idx_scheduling_events_train_schedule_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_scheduling_events_train_schedule_id ON freight.scheduling_events USING btree (train_schedule_id) WHERE (deleted_at IS NULL); -- -- Name: idx_support_doc_versions_document; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_support_doc_versions_document ON freight.support_document_versions USING btree (document_id); -- -- Name: idx_train_checkpoint_events_schedule; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_train_checkpoint_events_schedule ON freight.train_checkpoint_events USING btree (train_schedule_id, sequence_no) WHERE (deleted_at IS NULL); -- -- Name: idx_train_schedules_booking_window_status; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_train_schedules_booking_window_status ON freight.train_schedules USING btree (booking_window_status) WHERE (deleted_at IS NULL); -- -- Name: idx_train_schedules_departure_status; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_train_schedules_departure_status ON freight.train_schedules USING btree (scheduled_departure_date, status); -- -- Name: idx_train_schedules_route_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_train_schedules_route_id ON freight.train_schedules USING btree (route_id); -- -- Name: idx_train_schedules_train_number; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_train_schedules_train_number ON freight.train_schedules USING btree (train_number); -- -- Name: idx_train_schedules_window_phase; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_train_schedules_window_phase ON freight.train_schedules USING btree (window_phase) WHERE (window_phase IS NOT NULL); -- -- Name: idx_train_set_wagons_physical_wagon; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_train_set_wagons_physical_wagon ON freight.train_set_wagons USING btree (physical_wagon_id); -- -- Name: idx_train_sets_status; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_train_sets_status ON freight.train_sets USING btree (status); -- -- Name: idx_user_trade_access_user_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_user_trade_access_user_id ON freight.user_trade_access USING btree (user_id); -- -- Name: idx_vehicles_manufacturer; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_vehicles_manufacturer ON freight.vehicles USING btree (manufacturer); -- -- Name: idx_vehicles_plate_number; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_vehicles_plate_number ON freight.vehicles USING btree (plate_number); -- -- Name: idx_vehicles_registration_number; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_vehicles_registration_number ON freight.vehicles USING btree (registration_number); -- -- Name: idx_vehicles_status; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_vehicles_status ON freight.vehicles USING btree (status); -- -- Name: idx_vehicles_vehicle_type; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_vehicles_vehicle_type ON freight.vehicles USING btree (vehicle_type); -- -- Name: idx_wabl_booking; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_wabl_booking ON freight.wagon_allocation_bulk_loads USING btree (booking_id); -- -- Name: idx_waci_allocation; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_waci_allocation ON freight.wagon_allocation_container_items USING btree (wagon_booking_allocation_id); -- -- Name: idx_wagon_booking_allocations_booking; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_wagon_booking_allocations_booking ON freight.wagon_booking_allocations USING btree (booking_id); -- -- Name: idx_wagon_status_logs_wagon; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_wagon_status_logs_wagon ON freight.wagon_status_logs USING btree (wagon_id, created_at DESC); -- -- Name: idx_wagons_current_train_schedule_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_wagons_current_train_schedule_id ON freight.wagons USING btree (current_train_schedule_id); -- -- Name: idx_wagons_train_set_wagon_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_wagons_train_set_wagon_id ON freight.wagons USING btree (train_set_wagon_id); -- -- Name: idx_war_active; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_war_active ON freight.warehouse_allocation_rules USING btree (is_active); -- -- Name: idx_war_priority; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_war_priority ON freight.warehouse_allocation_rules USING btree (priority); -- -- Name: idx_warehouse_activity_log_activity_type; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_warehouse_activity_log_activity_type ON freight.warehouse_activity_log USING btree (activity_type); -- -- Name: idx_warehouse_activity_log_inventory_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_warehouse_activity_log_inventory_id ON freight.warehouse_activity_log USING btree (inventory_id); -- -- Name: idx_warehouse_activity_log_warehouse_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_warehouse_activity_log_warehouse_id ON freight.warehouse_activity_log USING btree (warehouse_id); -- -- Name: idx_warehouse_inventory_booking_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_warehouse_inventory_booking_id ON freight.warehouse_inventory USING btree (booking_id); -- -- Name: idx_warehouse_inventory_cargo_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_warehouse_inventory_cargo_id ON freight.warehouse_inventory USING btree (cargo_id); -- -- Name: idx_warehouse_inventory_container_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_warehouse_inventory_container_id ON freight.warehouse_inventory USING btree (container_id); -- -- Name: idx_warehouse_inventory_goods_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_warehouse_inventory_goods_id ON freight.warehouse_inventory USING btree (goods_id); -- -- Name: idx_warehouse_inventory_grn_number; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_warehouse_inventory_grn_number ON freight.warehouse_inventory USING btree (grn_number) WHERE (grn_number IS NOT NULL); -- -- Name: idx_warehouse_inventory_inspection_status; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_warehouse_inventory_inspection_status ON freight.warehouse_inventory USING btree (inspection_status); -- -- Name: idx_warehouse_inventory_movement_inventory_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_warehouse_inventory_movement_inventory_id ON freight.warehouse_inventory_movement USING btree (inventory_id); -- -- Name: idx_warehouse_inventory_status; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_warehouse_inventory_status ON freight.warehouse_inventory USING btree (status); -- -- Name: idx_warehouse_inventory_warehouse_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_warehouse_inventory_warehouse_id ON freight.warehouse_inventory USING btree (warehouse_id); -- -- Name: idx_warehouse_inventory_yard_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_warehouse_inventory_yard_id ON freight.warehouse_inventory USING btree (yard_id); -- -- Name: idx_warehouse_inventory_zone_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_warehouse_inventory_zone_id ON freight.warehouse_inventory USING btree (zone_id); -- -- Name: idx_warehouse_loadings_booking_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_warehouse_loadings_booking_id ON freight.warehouse_loadings USING btree (booking_id); -- -- Name: idx_warehouse_loadings_inventory_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_warehouse_loadings_inventory_id ON freight.warehouse_loadings USING btree (warehouse_inventory_id); -- -- Name: idx_warehouse_loadings_train_schedule; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_warehouse_loadings_train_schedule ON freight.warehouse_loadings USING btree (train_schedule_id) WHERE (train_schedule_id IS NOT NULL); -- -- Name: idx_warehouse_loadings_wagon_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_warehouse_loadings_wagon_id ON freight.warehouse_loadings USING btree (wagon_id); -- -- Name: idx_warehouse_yards_status; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_warehouse_yards_status ON freight.warehouse_yards USING btree (status); -- -- Name: idx_warehouse_yards_type; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_warehouse_yards_type ON freight.warehouse_yards USING btree (type); -- -- Name: idx_warehouse_yards_warehouse_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_warehouse_yards_warehouse_id ON freight.warehouse_yards USING btree (warehouse_id); -- -- Name: idx_warehouse_zones_status; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_warehouse_zones_status ON freight.warehouse_zones USING btree (status); -- -- Name: idx_warehouse_zones_type; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_warehouse_zones_type ON freight.warehouse_zones USING btree (type); -- -- Name: idx_warehouse_zones_yard_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_warehouse_zones_yard_id ON freight.warehouse_zones USING btree (yard_id); -- -- Name: idx_warehouses_station_id; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_warehouses_station_id ON freight.warehouses USING btree (station_id); -- -- Name: idx_warehouses_status; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_warehouses_status ON freight.warehouses USING btree (status); -- -- Name: idx_warehouses_type; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_warehouses_type ON freight.warehouses USING btree (type); -- -- Name: idx_wfr_active; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_wfr_active ON freight.warehouse_fee_rules USING btree (is_active); -- -- Name: idx_wfr_type; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_wfr_type ON freight.warehouse_fee_rules USING btree (rule_type); -- -- Name: idx_wir_booking; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_wir_booking ON freight.warehouse_inspection_reports USING btree (booking_id); -- -- Name: idx_wir_inventory; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_wir_inventory ON freight.warehouse_inspection_reports USING btree (inventory_id); -- -- Name: idx_wir_status; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_wir_status ON freight.warehouse_inspection_reports USING btree (inspection_status); -- -- Name: idx_wm_moved_by; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_wm_moved_by ON freight.wagon_movements USING btree (moved_by_user_id); -- -- Name: idx_wm_transfer_request; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_wm_transfer_request ON freight.wagon_movements USING btree (transfer_request_id); -- -- Name: idx_wtr_status_from_yard; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_wtr_status_from_yard ON freight.wagon_transfer_requests USING btree (status, from_yard_id); -- -- Name: idx_yard_distances_from_yard; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_yard_distances_from_yard ON freight.yard_distances USING btree (from_yard_id); -- -- Name: idx_yard_distances_to_yard; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX idx_yard_distances_to_yard ON freight.yard_distances USING btree (to_yard_id); -- -- Name: ix_transit_agents_is_active; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX ix_transit_agents_is_active ON freight.transit_agents USING btree (is_active); -- -- Name: ix_truck_types_is_active; Type: INDEX; Schema: freight; Owner: - -- CREATE INDEX ix_truck_types_is_active ON freight.truck_types USING btree (is_active); -- -- Name: uq_booking_document_review_doc; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX uq_booking_document_review_doc ON freight.booking_document_review USING btree (booking_id, setting_code, file_key); -- -- Name: uq_clearance_milestone_booking; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX uq_clearance_milestone_booking ON freight.clearance_milestones USING btree (booking_id, milestone_code) WHERE (booking_id IS NOT NULL); -- -- Name: uq_clearance_milestone_cycle; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX uq_clearance_milestone_cycle ON freight.clearance_milestones USING btree (clearance_cycle_id, milestone_code) WHERE (clearance_cycle_id IS NOT NULL); -- -- Name: uq_contract_templates_cargo_customs; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX uq_contract_templates_cargo_customs ON freight.contract_templates USING btree (cargo_type_id, with_customs) WHERE ((deleted_at IS NULL) AND (cargo_type_id IS NOT NULL)); -- -- Name: uq_contract_templates_code; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX uq_contract_templates_code ON freight.contract_templates USING btree (code) WHERE (deleted_at IS NULL); -- -- Name: uq_interchange_active_schedule_direction; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX uq_interchange_active_schedule_direction ON freight.interchange_documents USING btree (schedule_id, direction) WHERE ((schedule_id IS NOT NULL) AND ((status)::text <> 'CANCELLED'::text) AND (deleted_at IS NULL)); -- -- Name: uq_one_active_booking_per_one_time_contract; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX uq_one_active_booking_per_one_time_contract ON freight.bookings USING btree (contract_id) WHERE (((status)::text <> ALL (ARRAY[('EXPIRED'::character varying)::text, ('CANCELLED'::character varying)::text, ('COMPLETED'::character varying)::text, ('REJECTED'::character varying)::text])) AND (contract_id IS NOT NULL) AND ((contract_kind)::text = 'ONE_TIME'::text)); -- -- Name: uq_open_wagon_cancellation_per_booking; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX uq_open_wagon_cancellation_per_booking ON freight.booking_wagon_cancellations USING btree (booking_id) WHERE (((status)::text = 'FEE_PENDING'::text) AND (deleted_at IS NULL)); -- -- Name: uq_rcr_one_pending_per_rate; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX uq_rcr_one_pending_per_rate ON freight.rate_change_requests USING btree (rate_id) WHERE (((status)::text = 'PENDING'::text) AND (deleted_at IS NULL)); -- -- Name: uq_support_doc_version; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX uq_support_doc_version ON freight.support_document_versions USING btree (document_id, version); -- -- Name: uq_support_documents_slug; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX uq_support_documents_slug ON freight.support_documents USING btree (slug); -- -- Name: uq_yard_distances_pair; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX uq_yard_distances_pair ON freight.yard_distances USING btree (from_yard_id, to_yard_id) WHERE (deleted_at IS NULL); -- -- Name: ux_invoices_eims_irn; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX ux_invoices_eims_irn ON freight.invoices USING btree (eims_irn) WHERE (eims_irn IS NOT NULL); -- -- Name: ux_train_schedules_reference; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX ux_train_schedules_reference ON freight.train_schedules USING btree (reference) WHERE (reference IS NOT NULL); -- -- Name: ux_truck_types_code; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX ux_truck_types_code ON freight.truck_types USING btree (code); -- -- Name: ux_vehicles_vin; Type: INDEX; Schema: freight; Owner: - -- CREATE UNIQUE INDEX ux_vehicles_vin ON freight.vehicles USING btree (vin) WHERE (vin IS NOT NULL); -- -- Name: last_mile_container_allocations FK_0bc28c4087bb0c6e435677a6fcb; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.last_mile_container_allocations ADD CONSTRAINT "FK_0bc28c4087bb0c6e435677a6fcb" FOREIGN KEY (last_mile_id) REFERENCES freight.last_mile(id) ON DELETE CASCADE; -- -- Name: ff_clients FK_1101fbe8e745d91b6bd0747b582; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.ff_clients ADD CONSTRAINT "FK_1101fbe8e745d91b6bd0747b582" FOREIGN KEY (forwarder_company_id) REFERENCES freight.companies(id); -- -- Name: last_mile FK_173a865c0889b8c5564993c70ff; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.last_mile ADD CONSTRAINT "FK_173a865c0889b8c5564993c70ff" FOREIGN KEY (vehicle_id) REFERENCES freight.vehicles(id) ON DELETE SET NULL; -- -- Name: external_profiles FK_26d2a16e263ab4fe0a4c8e91954; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.external_profiles ADD CONSTRAINT "FK_26d2a16e263ab4fe0a4c8e91954" FOREIGN KEY (company_id) REFERENCES freight.companies(id); -- -- Name: company_profiles FK_30228dd283a0f14486346e1db96; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.company_profiles ADD CONSTRAINT "FK_30228dd283a0f14486346e1db96" FOREIGN KEY (company_id) REFERENCES freight.companies(id); -- -- Name: first_mile_container_allocations FK_31dfdcea6bf62ec98f2e5428996; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.first_mile_container_allocations ADD CONSTRAINT "FK_31dfdcea6bf62ec98f2e5428996" FOREIGN KEY (first_mile_id) REFERENCES freight.first_mile(id) ON DELETE CASCADE; -- -- Name: last_mile_requests FK_32653c7b15225addbafdaa297c1; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.last_mile_requests ADD CONSTRAINT "FK_32653c7b15225addbafdaa297c1" FOREIGN KEY (booking_id) REFERENCES freight.bookings(id) ON DELETE CASCADE; -- -- Name: company_change_request FK_366962cebba507dd8b0146f7f47; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.company_change_request ADD CONSTRAINT "FK_366962cebba507dd8b0146f7f47" FOREIGN KEY (company_id) REFERENCES freight.companies(id) ON DELETE CASCADE; -- -- Name: warehouses FK_374ce3a1439d02d5ff97e479921; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.warehouses ADD CONSTRAINT "FK_374ce3a1439d02d5ff97e479921" FOREIGN KEY (facility_id) REFERENCES freight.facilities(id) ON DELETE SET NULL; -- -- Name: booking_container_allocations FK_4fa907f6cc2cfe181385dcd57c5; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.booking_container_allocations ADD CONSTRAINT "FK_4fa907f6cc2cfe181385dcd57c5" FOREIGN KEY (vehicle_id) REFERENCES freight.vehicles(id) ON DELETE SET NULL; -- -- Name: booking_requests FK_590f6298c3c3ae09d982f96fb9d; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.booking_requests ADD CONSTRAINT "FK_590f6298c3c3ae09d982f96fb9d" FOREIGN KEY (contract_id) REFERENCES freight.contracts(id) ON DELETE CASCADE; -- -- Name: import_djibouti_operations FK_6c3e3046300b152a13505bf8ffd; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.import_djibouti_operations ADD CONSTRAINT "FK_6c3e3046300b152a13505bf8ffd" FOREIGN KEY (train_schedule_id) REFERENCES freight.train_schedules(id) ON DELETE CASCADE; -- -- Name: bookings FK_6fa72e9c8fdfa587cffd9383470; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.bookings ADD CONSTRAINT "FK_6fa72e9c8fdfa587cffd9383470" FOREIGN KEY (destination_yard_id) REFERENCES freight.yards(id); -- -- Name: last_mile_container_allocations FK_825ceccffec68ac49c85bd75de0; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.last_mile_container_allocations ADD CONSTRAINT "FK_825ceccffec68ac49c85bd75de0" FOREIGN KEY (vehicle_id) REFERENCES freight.vehicles(id) ON DELETE SET NULL; -- -- Name: interchange_document_items FK_864508e9249279bd3e12dafdd21; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.interchange_document_items ADD CONSTRAINT "FK_864508e9249279bd3e12dafdd21" FOREIGN KEY (booking_id) REFERENCES freight.bookings(id) ON DELETE SET NULL; -- -- Name: company_revisions FK_8a17ca32f9e4624e1c55c51f7c7; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.company_revisions ADD CONSTRAINT "FK_8a17ca32f9e4624e1c55c51f7c7" FOREIGN KEY (company_id) REFERENCES freight.companies(id) ON DELETE CASCADE; -- -- Name: first_mile_container_allocations FK_8bba293eb2fd548433d28d97103; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.first_mile_container_allocations ADD CONSTRAINT "FK_8bba293eb2fd548433d28d97103" FOREIGN KEY (vehicle_id) REFERENCES freight.vehicles(id) ON DELETE SET NULL; -- -- Name: booking_container FK_91946ca51ff65658f487eae1162; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.booking_container ADD CONSTRAINT "FK_91946ca51ff65658f487eae1162" FOREIGN KEY (booking_id) REFERENCES freight.bookings(id) ON DELETE CASCADE; -- -- Name: booking_container_allocations FK_99c89fe4e4c3e3670fdc25ea9a9; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.booking_container_allocations ADD CONSTRAINT "FK_99c89fe4e4c3e3670fdc25ea9a9" FOREIGN KEY (booking_id) REFERENCES freight.bookings(id) ON DELETE CASCADE; -- -- Name: booking_requests FK_9e49de0ed55d84d3f97627040cd; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.booking_requests ADD CONSTRAINT "FK_9e49de0ed55d84d3f97627040cd" FOREIGN KEY (created_booking_id) REFERENCES freight.bookings(id) ON DELETE SET NULL; -- -- Name: cargo_types FK_CARGO_TYPES_PARENT_GROUP; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.cargo_types ADD CONSTRAINT "FK_CARGO_TYPES_PARENT_GROUP" FOREIGN KEY (parent_group_id) REFERENCES freight.cargo_types(id) ON DELETE SET NULL; -- -- Name: first_mile FK_a19b54ac3d426df8cc0e313be06; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.first_mile ADD CONSTRAINT "FK_a19b54ac3d426df8cc0e313be06" FOREIGN KEY (vehicle_id) REFERENCES freight.vehicles(id) ON DELETE SET NULL; -- -- Name: first_mile FK_a2ae03360a02c61fdc2e8361ea8; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.first_mile ADD CONSTRAINT "FK_a2ae03360a02c61fdc2e8361ea8" FOREIGN KEY (booking_id) REFERENCES freight.bookings(id) ON DELETE CASCADE; -- -- Name: ff_clients FK_af4d6bac2844d39095b2056e978; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.ff_clients ADD CONSTRAINT "FK_af4d6bac2844d39095b2056e978" FOREIGN KEY (client_company_id) REFERENCES freight.companies(id); -- -- Name: booking_cargo_modifier FK_booking_cargo_modifier_booking_id; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.booking_cargo_modifier ADD CONSTRAINT "FK_booking_cargo_modifier_booking_id" FOREIGN KEY (booking_id) REFERENCES freight.bookings(id) ON DELETE CASCADE; -- -- Name: booking_cargo_modifier FK_booking_cargo_modifier_rate_id; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.booking_cargo_modifier ADD CONSTRAINT "FK_booking_cargo_modifier_rate_id" FOREIGN KEY (rate_id) REFERENCES freight.rates(id); -- -- Name: booking_cargo_modifier FK_booking_cargo_modifier_rate_snapshot_id; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.booking_cargo_modifier ADD CONSTRAINT "FK_booking_cargo_modifier_rate_snapshot_id" FOREIGN KEY (rate_snapshot_id) REFERENCES freight.booking_rate_snapshot(id) ON DELETE RESTRICT; -- -- Name: booking_container FK_booking_container_container_type_id; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.booking_container ADD CONSTRAINT "FK_booking_container_container_type_id" FOREIGN KEY (container_type_id) REFERENCES freight.container_types(id) ON DELETE RESTRICT; -- -- Name: booking_container FK_booking_container_weight_limit_rule_id; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.booking_container ADD CONSTRAINT "FK_booking_container_weight_limit_rule_id" FOREIGN KEY (weight_limit_rule_id) REFERENCES freight.weight_limit_rules(id) ON DELETE SET NULL; -- -- Name: booking_rate_snapshot FK_booking_rate_snapshot_booking_id; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.booking_rate_snapshot ADD CONSTRAINT "FK_booking_rate_snapshot_booking_id" FOREIGN KEY (booking_id) REFERENCES freight.bookings(id) ON DELETE CASCADE; -- -- Name: booking_rate_snapshot FK_booking_rate_snapshot_rate_id; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.booking_rate_snapshot ADD CONSTRAINT "FK_booking_rate_snapshot_rate_id" FOREIGN KEY (rate_id) REFERENCES freight.rates(id) ON DELETE RESTRICT; -- -- Name: bookings FK_bookings_cargo_type_id; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.bookings ADD CONSTRAINT "FK_bookings_cargo_type_id" FOREIGN KEY (cargo_type_id) REFERENCES freight.cargo_types(id) ON DELETE RESTRICT; -- -- Name: bookings FK_bookings_company_id; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.bookings ADD CONSTRAINT "FK_bookings_company_id" FOREIGN KEY (company_id) REFERENCES freight.companies(id); -- -- Name: bookings FK_bookings_company_profile_id; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.bookings ADD CONSTRAINT "FK_bookings_company_profile_id" FOREIGN KEY (company_profile_id) REFERENCES freight.company_profiles(id); -- -- Name: bookings FK_bookings_consolidation_partner_id; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.bookings ADD CONSTRAINT "FK_bookings_consolidation_partner_id" FOREIGN KEY (consolidation_partner_id) REFERENCES freight.bookings(id) ON DELETE SET NULL; -- -- Name: bookings FK_bookings_customer_id; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.bookings ADD CONSTRAINT "FK_bookings_customer_id" FOREIGN KEY (customer_id) REFERENCES freight.customers(id) ON DELETE RESTRICT; -- -- Name: bookings FK_bookings_service_type_id; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.bookings ADD CONSTRAINT "FK_bookings_service_type_id" FOREIGN KEY (service_type_id) REFERENCES freight.service_types(id) ON DELETE RESTRICT; -- -- Name: bookings FK_bookings_shipping_line_id; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.bookings ADD CONSTRAINT "FK_bookings_shipping_line_id" FOREIGN KEY (shipping_line_id) REFERENCES freight.shipping_lines(id) ON DELETE SET NULL; -- -- Name: bookings FK_bookings_train_id; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.bookings ADD CONSTRAINT "FK_bookings_train_id" FOREIGN KEY (train_id) REFERENCES freight.trains(id) ON DELETE SET NULL; -- -- Name: last_mile FK_c2d9331fda382ae3e92e6bf913a; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.last_mile ADD CONSTRAINT "FK_c2d9331fda382ae3e92e6bf913a" FOREIGN KEY (booking_id) REFERENCES freight.bookings(id) ON DELETE CASCADE; -- -- Name: booking_document_review FK_c669c986810af3b82cf033a8d79; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.booking_document_review ADD CONSTRAINT "FK_c669c986810af3b82cf033a8d79" FOREIGN KEY (booking_id) REFERENCES freight.bookings(id) ON DELETE CASCADE; -- -- Name: last_mile_requests FK_c845afc4aeaf8f73e38a5b5483d; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.last_mile_requests ADD CONSTRAINT "FK_c845afc4aeaf8f73e38a5b5483d" FOREIGN KEY (train_schedule_id) REFERENCES freight.train_schedules(id) ON DELETE CASCADE; -- -- Name: interchange_document_items FK_c9fba2c4a1631542a37ad5089d7; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.interchange_document_items ADD CONSTRAINT "FK_c9fba2c4a1631542a37ad5089d7" FOREIGN KEY (interchange_document_id) REFERENCES freight.interchange_documents(id) ON DELETE CASCADE; -- -- Name: bookings FK_cabe80a0c7b9e0144854a4f353d; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.bookings ADD CONSTRAINT "FK_cabe80a0c7b9e0144854a4f353d" FOREIGN KEY (origin_yard_id) REFERENCES freight.yards(id); -- -- Name: cargoes FK_cargoes_cargo_type_id; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.cargoes ADD CONSTRAINT "FK_cargoes_cargo_type_id" FOREIGN KEY (cargo_type_id) REFERENCES freight.cargo_types(id); -- -- Name: cargoes FK_cargoes_container_id; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.cargoes ADD CONSTRAINT "FK_cargoes_container_id" FOREIGN KEY (container_id) REFERENCES freight.containers(id) ON DELETE RESTRICT; -- -- Name: cargo_type_wagon_types FK_cgwt_cargo_type; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.cargo_type_wagon_types ADD CONSTRAINT "FK_cgwt_cargo_type" FOREIGN KEY (cargo_type_id) REFERENCES freight.cargo_types(id) ON DELETE CASCADE; -- -- Name: cargo_type_wagon_types FK_cgwt_wagon_type; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.cargo_type_wagon_types ADD CONSTRAINT "FK_cgwt_wagon_type" FOREIGN KEY (wagon_type_id) REFERENCES freight.wagon_types(id) ON DELETE RESTRICT; -- -- Name: containers FK_containers_container_type_id; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.containers ADD CONSTRAINT "FK_containers_container_type_id" FOREIGN KEY (container_type_id) REFERENCES freight.container_types(id); -- -- Name: containers FK_containers_wagon_id; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.containers ADD CONSTRAINT "FK_containers_wagon_id" FOREIGN KEY (wagon_id) REFERENCES freight.wagons(id) ON DELETE SET NULL; -- -- Name: container_type_wagon_types FK_ctwt_container_type; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.container_type_wagon_types ADD CONSTRAINT "FK_ctwt_container_type" FOREIGN KEY (container_type_id) REFERENCES freight.container_types(id) ON DELETE CASCADE; -- -- Name: container_type_wagon_types FK_ctwt_wagon_type; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.container_type_wagon_types ADD CONSTRAINT "FK_ctwt_wagon_type" FOREIGN KEY (wagon_type_id) REFERENCES freight.wagon_types(id) ON DELETE RESTRICT; -- -- Name: last_mile_requests FK_d8e15175ed6471429295e2cd788; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.last_mile_requests ADD CONSTRAINT "FK_d8e15175ed6471429295e2cd788" FOREIGN KEY (resulting_last_mile_id) REFERENCES freight.last_mile(id) ON DELETE SET NULL; -- -- Name: dropdown_options FK_dropdown_options_setting; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.dropdown_options ADD CONSTRAINT "FK_dropdown_options_setting" FOREIGN KEY (setting_id) REFERENCES freight.dropdown_settings(id) ON DELETE CASCADE; -- -- Name: file_upload_fields FK_file_upload_fields_setting; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.file_upload_fields ADD CONSTRAINT "FK_file_upload_fields_setting" FOREIGN KEY (setting_id) REFERENCES freight.file_upload_settings(id) ON DELETE CASCADE; -- -- Name: locomotives FK_locomotive_current_yard; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.locomotives ADD CONSTRAINT "FK_locomotive_current_yard" FOREIGN KEY (current_yard_id) REFERENCES freight.yards(id) ON DELETE SET NULL; -- -- Name: rates FK_rates_cargo_type_id; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.rates ADD CONSTRAINT "FK_rates_cargo_type_id" FOREIGN KEY (cargo_type_id) REFERENCES freight.cargo_types(id) ON DELETE SET NULL; -- -- Name: rates FK_rates_destination_yard_id; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.rates ADD CONSTRAINT "FK_rates_destination_yard_id" FOREIGN KEY (destination_yard_id) REFERENCES freight.yards(id); -- -- Name: rates FK_rates_origin_yard_id; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.rates ADD CONSTRAINT "FK_rates_origin_yard_id" FOREIGN KEY (origin_yard_id) REFERENCES freight.yards(id); -- -- Name: train_locomotives FK_train_locomotives_locomotive; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.train_locomotives ADD CONSTRAINT "FK_train_locomotives_locomotive" FOREIGN KEY (locomotive_id) REFERENCES freight.locomotives(id); -- -- Name: train_locomotives FK_train_locomotives_train; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.train_locomotives ADD CONSTRAINT "FK_train_locomotives_train" FOREIGN KEY (train_id) REFERENCES freight.trains(id) ON DELETE CASCADE; -- -- Name: train_set_locomotives FK_train_set_locomotives_locomotive; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.train_set_locomotives ADD CONSTRAINT "FK_train_set_locomotives_locomotive" FOREIGN KEY (locomotive_id) REFERENCES freight.locomotives(id); -- -- Name: train_set_locomotives FK_train_set_locomotives_train_set; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.train_set_locomotives ADD CONSTRAINT "FK_train_set_locomotives_train_set" FOREIGN KEY (train_set_id) REFERENCES freight.train_sets(id) ON DELETE CASCADE; -- -- Name: train_sets FK_train_sets_train; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.train_sets ADD CONSTRAINT "FK_train_sets_train" FOREIGN KEY (train_id) REFERENCES freight.trains(id) ON DELETE SET NULL; -- -- Name: trains FK_trains_current_yard; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.trains ADD CONSTRAINT "FK_trains_current_yard" FOREIGN KEY (current_yard_id) REFERENCES freight.yards(id) ON DELETE SET NULL; -- -- Name: wagons FK_wagon_current_yard; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.wagons ADD CONSTRAINT "FK_wagon_current_yard" FOREIGN KEY (current_yard_id) REFERENCES freight.yards(id) ON DELETE SET NULL; -- -- Name: wagons FK_wagons_current_location_yard_id; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.wagons ADD CONSTRAINT "FK_wagons_current_location_yard_id" FOREIGN KEY (current_location_yard_id) REFERENCES freight.yards(id) ON DELETE SET NULL; -- -- Name: wagons FK_wagons_train_id; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.wagons ADD CONSTRAINT "FK_wagons_train_id" FOREIGN KEY (train_id) REFERENCES freight.trains(id) ON DELETE SET NULL; -- -- Name: wagons FK_wagons_wagon_type_id; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.wagons ADD CONSTRAINT "FK_wagons_wagon_type_id" FOREIGN KEY (wagon_type_id) REFERENCES freight.wagon_types(id); -- -- Name: warranties FK_warranties_vehicle_id; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.warranties ADD CONSTRAINT "FK_warranties_vehicle_id" FOREIGN KEY (vehicle_id) REFERENCES freight.vehicles(id) ON DELETE CASCADE; -- -- Name: weight_limit_rules FK_weight_limit_rules_container_type; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.weight_limit_rules ADD CONSTRAINT "FK_weight_limit_rules_container_type" FOREIGN KEY (container_type_id) REFERENCES freight.container_types(id) ON DELETE RESTRICT; -- -- Name: work_orders FK_work_orders_vehicle_id; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.work_orders ADD CONSTRAINT "FK_work_orders_vehicle_id" FOREIGN KEY (vehicle_id) REFERENCES freight.vehicles(id) ON DELETE CASCADE; -- -- Name: booking_batch_offers booking_batch_offers_booking_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.booking_batch_offers ADD CONSTRAINT booking_batch_offers_booking_id_fkey FOREIGN KEY (booking_id) REFERENCES freight.bookings(id) ON DELETE CASCADE; -- -- Name: booking_batch_offers booking_batch_offers_train_schedule_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.booking_batch_offers ADD CONSTRAINT booking_batch_offers_train_schedule_id_fkey FOREIGN KEY (train_schedule_id) REFERENCES freight.train_schedules(id) ON DELETE CASCADE; -- -- Name: booking_container_units booking_container_units_booking_container_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.booking_container_units ADD CONSTRAINT booking_container_units_booking_container_id_fkey FOREIGN KEY (booking_container_id) REFERENCES freight.booking_container(id) ON DELETE CASCADE; -- -- Name: booking_contract_signatures booking_contract_signatures_booking_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.booking_contract_signatures ADD CONSTRAINT booking_contract_signatures_booking_id_fkey FOREIGN KEY (booking_id) REFERENCES freight.bookings(id) ON DELETE CASCADE; -- -- Name: booking_contract_signatures booking_contract_signatures_signature_file_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.booking_contract_signatures ADD CONSTRAINT booking_contract_signatures_signature_file_id_fkey FOREIGN KEY (signature_file_id) REFERENCES freight.files(id) ON DELETE SET NULL; -- -- Name: booking_document_review booking_document_review_contract_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.booking_document_review ADD CONSTRAINT booking_document_review_contract_id_fkey FOREIGN KEY (contract_id) REFERENCES freight.contracts(id); -- -- Name: booking_handovers booking_handovers_booking_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.booking_handovers ADD CONSTRAINT booking_handovers_booking_id_fkey FOREIGN KEY (booking_id) REFERENCES freight.bookings(id) ON DELETE CASCADE; -- -- Name: booking_handovers booking_handovers_edr_assignment_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.booking_handovers ADD CONSTRAINT booking_handovers_edr_assignment_id_fkey FOREIGN KEY (edr_assignment_id) REFERENCES freight.last_mile_vehicle_assignments(id) ON DELETE SET NULL; -- -- Name: booking_handovers booking_handovers_truck_assignment_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.booking_handovers ADD CONSTRAINT booking_handovers_truck_assignment_id_fkey FOREIGN KEY (truck_assignment_id) REFERENCES freight.customer_truck_assignments(id) ON DELETE SET NULL; -- -- Name: booking_review_note booking_review_note_booking_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.booking_review_note ADD CONSTRAINT booking_review_note_booking_id_fkey FOREIGN KEY (booking_id) REFERENCES freight.bookings(id) ON DELETE CASCADE; -- -- Name: booking_wagon_cancellations booking_wagon_cancellations_booking_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.booking_wagon_cancellations ADD CONSTRAINT booking_wagon_cancellations_booking_id_fkey FOREIGN KEY (booking_id) REFERENCES freight.bookings(id); -- -- Name: booking_wagon_cancellations booking_wagon_cancellations_fee_invoice_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.booking_wagon_cancellations ADD CONSTRAINT booking_wagon_cancellations_fee_invoice_id_fkey FOREIGN KEY (fee_invoice_id) REFERENCES freight.invoices(id); -- -- Name: booking_wagon_cancellations booking_wagon_cancellations_fee_rate_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.booking_wagon_cancellations ADD CONSTRAINT booking_wagon_cancellations_fee_rate_id_fkey FOREIGN KEY (fee_rate_id) REFERENCES freight.rates(id); -- -- Name: booking_wagon_cancellations booking_wagon_cancellations_rebooked_booking_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.booking_wagon_cancellations ADD CONSTRAINT booking_wagon_cancellations_rebooked_booking_id_fkey FOREIGN KEY (rebooked_booking_id) REFERENCES freight.bookings(id); -- -- Name: bookings bookings_contract_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.bookings ADD CONSTRAINT bookings_contract_id_fkey FOREIGN KEY (contract_id) REFERENCES freight.contracts(id); -- -- Name: bookings bookings_contract_route_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.bookings ADD CONSTRAINT bookings_contract_route_id_fkey FOREIGN KEY (contract_route_id) REFERENCES freight.contract_routes(id); -- -- Name: clearance_incidents clearance_incidents_booking_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.clearance_incidents ADD CONSTRAINT clearance_incidents_booking_id_fkey FOREIGN KEY (booking_id) REFERENCES freight.bookings(id) ON DELETE CASCADE; -- -- Name: clearance_milestones clearance_milestones_booking_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.clearance_milestones ADD CONSTRAINT clearance_milestones_booking_id_fkey FOREIGN KEY (booking_id) REFERENCES freight.bookings(id) ON DELETE CASCADE; -- -- Name: clearance_milestones clearance_milestones_clearance_cycle_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.clearance_milestones ADD CONSTRAINT clearance_milestones_clearance_cycle_id_fkey FOREIGN KEY (clearance_cycle_id) REFERENCES freight.contract_clearance_cycles(id); -- -- Name: clearance_milestones clearance_milestones_contract_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.clearance_milestones ADD CONSTRAINT clearance_milestones_contract_id_fkey FOREIGN KEY (contract_id) REFERENCES freight.contracts(id) ON DELETE CASCADE; -- -- Name: compliance_records compliance_records_vehicle_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.compliance_records ADD CONSTRAINT compliance_records_vehicle_id_fkey FOREIGN KEY (vehicle_id) REFERENCES freight.vehicles(id); -- -- Name: contract_approval_steps contract_approval_steps_contract_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.contract_approval_steps ADD CONSTRAINT contract_approval_steps_contract_id_fkey FOREIGN KEY (contract_id) REFERENCES freight.contracts(id) ON DELETE CASCADE; -- -- Name: contract_cargo_scope contract_cargo_scope_contract_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.contract_cargo_scope ADD CONSTRAINT contract_cargo_scope_contract_id_fkey FOREIGN KEY (contract_id) REFERENCES freight.contracts(id) ON DELETE CASCADE; -- -- Name: contract_clearance_cycles contract_clearance_cycles_contract_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.contract_clearance_cycles ADD CONSTRAINT contract_clearance_cycles_contract_id_fkey FOREIGN KEY (contract_id) REFERENCES freight.contracts(id) ON DELETE CASCADE; -- -- Name: contract_document_review contract_document_review_clearance_cycle_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.contract_document_review ADD CONSTRAINT contract_document_review_clearance_cycle_id_fkey FOREIGN KEY (clearance_cycle_id) REFERENCES freight.contract_clearance_cycles(id); -- -- Name: contract_document_review contract_document_review_contract_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.contract_document_review ADD CONSTRAINT contract_document_review_contract_id_fkey FOREIGN KEY (contract_id) REFERENCES freight.contracts(id) ON DELETE CASCADE; -- -- Name: contract_document_revisions contract_document_revisions_contract_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.contract_document_revisions ADD CONSTRAINT contract_document_revisions_contract_id_fkey FOREIGN KEY (contract_id) REFERENCES freight.contracts(id) ON DELETE CASCADE; -- -- Name: contract_rate_snapshots contract_rate_snapshots_contract_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.contract_rate_snapshots ADD CONSTRAINT contract_rate_snapshots_contract_id_fkey FOREIGN KEY (contract_id) REFERENCES freight.contracts(id) ON DELETE CASCADE; -- -- Name: contract_review_notes contract_review_notes_contract_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.contract_review_notes ADD CONSTRAINT contract_review_notes_contract_id_fkey FOREIGN KEY (contract_id) REFERENCES freight.contracts(id) ON DELETE CASCADE; -- -- Name: contract_routes contract_routes_contract_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.contract_routes ADD CONSTRAINT contract_routes_contract_id_fkey FOREIGN KEY (contract_id) REFERENCES freight.contracts(id) ON DELETE CASCADE; -- -- Name: contract_signatures contract_signatures_contract_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.contract_signatures ADD CONSTRAINT contract_signatures_contract_id_fkey FOREIGN KEY (contract_id) REFERENCES freight.contracts(id) ON DELETE CASCADE; -- -- Name: contract_templates contract_templates_cargo_type_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.contract_templates ADD CONSTRAINT contract_templates_cargo_type_id_fkey FOREIGN KEY (cargo_type_id) REFERENCES freight.cargo_types(id); -- -- Name: contracts contracts_renewal_of_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.contracts ADD CONSTRAINT contracts_renewal_of_id_fkey FOREIGN KEY (renewal_of_id) REFERENCES freight.contracts(id); -- -- Name: customer_truck_assignments customer_truck_assignments_booking_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.customer_truck_assignments ADD CONSTRAINT customer_truck_assignments_booking_id_fkey FOREIGN KEY (booking_id) REFERENCES freight.bookings(id) ON DELETE CASCADE; -- -- Name: customer_truck_containers customer_truck_containers_assignment_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.customer_truck_containers ADD CONSTRAINT customer_truck_containers_assignment_id_fkey FOREIGN KEY (assignment_id) REFERENCES freight.customer_truck_assignments(id) ON DELETE CASCADE; -- -- Name: customer_truck_containers customer_truck_containers_booking_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.customer_truck_containers ADD CONSTRAINT customer_truck_containers_booking_id_fkey FOREIGN KEY (booking_id) REFERENCES freight.bookings(id) ON DELETE CASCADE; -- -- Name: facility_handling_events facility_handling_events_booking_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.facility_handling_events ADD CONSTRAINT facility_handling_events_booking_id_fkey FOREIGN KEY (booking_id) REFERENCES freight.bookings(id); -- -- Name: facility_handling_events facility_handling_events_inventory_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.facility_handling_events ADD CONSTRAINT facility_handling_events_inventory_id_fkey FOREIGN KEY (inventory_id) REFERENCES freight.warehouse_inventory(id); -- -- Name: facility_handling_events facility_handling_events_train_schedule_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.facility_handling_events ADD CONSTRAINT facility_handling_events_train_schedule_id_fkey FOREIGN KEY (train_schedule_id) REFERENCES freight.train_schedules(id); -- -- Name: facility_handling_events facility_handling_events_yard_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.facility_handling_events ADD CONSTRAINT facility_handling_events_yard_id_fkey FOREIGN KEY (yard_id) REFERENCES freight.yards(id); -- -- Name: first_mile_vehicle_assignments first_mile_vehicle_assignments_first_mile_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.first_mile_vehicle_assignments ADD CONSTRAINT first_mile_vehicle_assignments_first_mile_id_fkey FOREIGN KEY (first_mile_id) REFERENCES freight.first_mile(id) ON DELETE CASCADE; -- -- Name: first_mile_vehicle_assignments first_mile_vehicle_assignments_vehicle_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.first_mile_vehicle_assignments ADD CONSTRAINT first_mile_vehicle_assignments_vehicle_id_fkey FOREIGN KEY (vehicle_id) REFERENCES freight.vehicles(id); -- -- Name: cargoes fk_cargoes_booking; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.cargoes ADD CONSTRAINT fk_cargoes_booking FOREIGN KEY (booking_id) REFERENCES freight.bookings(id) ON DELETE SET NULL; -- -- Name: cargoes fk_cargoes_wagon_allocation; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.cargoes ADD CONSTRAINT fk_cargoes_wagon_allocation FOREIGN KEY (wagon_booking_allocation_id) REFERENCES freight.wagon_booking_allocations(id) ON DELETE SET NULL; -- -- Name: containers fk_containers_booking; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.containers ADD CONSTRAINT fk_containers_booking FOREIGN KEY (booking_id) REFERENCES freight.bookings(id) ON DELETE SET NULL; -- -- Name: containers fk_containers_booking_container; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.containers ADD CONSTRAINT fk_containers_booking_container FOREIGN KEY (booking_container_id) REFERENCES freight.booking_container(id) ON DELETE SET NULL; -- -- Name: containers fk_containers_wagon_allocation; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.containers ADD CONSTRAINT fk_containers_wagon_allocation FOREIGN KEY (wagon_booking_allocation_id) REFERENCES freight.wagon_booking_allocations(id) ON DELETE SET NULL; -- -- Name: fuel_consumption fk_fuel_consumption_vehicle; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.fuel_consumption ADD CONSTRAINT fk_fuel_consumption_vehicle FOREIGN KEY (vehicle_id) REFERENCES freight.vehicles(id) ON DELETE CASCADE; -- -- Name: fuel_purchases fk_fuel_purchases_vehicle; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.fuel_purchases ADD CONSTRAINT fk_fuel_purchases_vehicle FOREIGN KEY (vehicle_id) REFERENCES freight.vehicles(id) ON DELETE CASCADE; -- -- Name: invoice_lines fk_invoice_lines_invoice; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.invoice_lines ADD CONSTRAINT fk_invoice_lines_invoice FOREIGN KEY (invoice_id) REFERENCES freight.invoices(id) ON DELETE CASCADE; -- -- Name: invoices fk_invoices_company; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.invoices ADD CONSTRAINT fk_invoices_company FOREIGN KEY (company_id) REFERENCES freight.companies(id) ON DELETE RESTRICT; -- -- Name: invoices fk_invoices_company_profile; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.invoices ADD CONSTRAINT fk_invoices_company_profile FOREIGN KEY (company_profile_id) REFERENCES freight.company_profiles(id) ON DELETE RESTRICT; -- -- Name: invoices fk_invoices_payment; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.invoices ADD CONSTRAINT fk_invoices_payment FOREIGN KEY (payment_id) REFERENCES freight.payments(id) ON DELETE SET NULL; -- -- Name: maintenance_costs fk_maintenance_schedule; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.maintenance_costs ADD CONSTRAINT fk_maintenance_schedule FOREIGN KEY (maintenance_schedule_id) REFERENCES freight.maintenance_schedules(id) ON DELETE SET NULL; -- -- Name: payment_refunds fk_payment_refunds_payment; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.payment_refunds ADD CONSTRAINT fk_payment_refunds_payment FOREIGN KEY (payment_id) REFERENCES freight.payments(id) ON DELETE RESTRICT; -- -- Name: train_schedule_bookings fk_train_schedule_bookings_booking; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.train_schedule_bookings ADD CONSTRAINT fk_train_schedule_bookings_booking FOREIGN KEY (booking_id) REFERENCES freight.bookings(id); -- -- Name: train_schedule_bookings fk_train_schedule_bookings_schedule; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.train_schedule_bookings ADD CONSTRAINT fk_train_schedule_bookings_schedule FOREIGN KEY (train_schedule_id) REFERENCES freight.train_schedules(id) ON DELETE CASCADE; -- -- Name: train_schedules fk_train_schedules_destination; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.train_schedules ADD CONSTRAINT fk_train_schedules_destination FOREIGN KEY (destination_station_id) REFERENCES freight.yards(id); -- -- Name: train_schedules fk_train_schedules_origin; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.train_schedules ADD CONSTRAINT fk_train_schedules_origin FOREIGN KEY (origin_station_id) REFERENCES freight.yards(id); -- -- Name: train_schedules fk_train_schedules_route; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.train_schedules ADD CONSTRAINT fk_train_schedules_route FOREIGN KEY (route_id) REFERENCES freight.routes(id); -- -- Name: train_schedules fk_train_schedules_train_set; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.train_schedules ADD CONSTRAINT fk_train_schedules_train_set FOREIGN KEY (train_set_id) REFERENCES freight.train_sets(id); -- -- Name: train_set_wagons fk_train_set_wagons_physical_wagon; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.train_set_wagons ADD CONSTRAINT fk_train_set_wagons_physical_wagon FOREIGN KEY (physical_wagon_id) REFERENCES freight.wagons(id) ON DELETE SET NULL; -- -- Name: train_set_wagons fk_train_set_wagons_train_set; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.train_set_wagons ADD CONSTRAINT fk_train_set_wagons_train_set FOREIGN KEY (train_set_id) REFERENCES freight.train_sets(id) ON DELETE CASCADE; -- -- Name: train_set_wagons fk_train_set_wagons_wagon_type; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.train_set_wagons ADD CONSTRAINT fk_train_set_wagons_wagon_type FOREIGN KEY (wagon_type_id) REFERENCES freight.wagon_types(id); -- -- Name: train_sets fk_train_sets_locomotive; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.train_sets ADD CONSTRAINT fk_train_sets_locomotive FOREIGN KEY (locomotive_id) REFERENCES freight.locomotives(id); -- -- Name: vehicles fk_vehicles_truck_type; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.vehicles ADD CONSTRAINT fk_vehicles_truck_type FOREIGN KEY (truck_type_id) REFERENCES freight.truck_types(id) ON DELETE SET NULL; -- -- Name: wagon_allocation_bulk_loads fk_wabl_allocation; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.wagon_allocation_bulk_loads ADD CONSTRAINT fk_wabl_allocation FOREIGN KEY (wagon_booking_allocation_id) REFERENCES freight.wagon_booking_allocations(id) ON DELETE CASCADE; -- -- Name: wagon_allocation_bulk_loads fk_wabl_booking; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.wagon_allocation_bulk_loads ADD CONSTRAINT fk_wabl_booking FOREIGN KEY (booking_id) REFERENCES freight.bookings(id); -- -- Name: wagon_allocation_bulk_loads fk_wabl_cargo_type; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.wagon_allocation_bulk_loads ADD CONSTRAINT fk_wabl_cargo_type FOREIGN KEY (cargo_type_id) REFERENCES freight.cargo_types(id) ON DELETE SET NULL; -- -- Name: wagon_allocation_container_items fk_waci_allocation; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.wagon_allocation_container_items ADD CONSTRAINT fk_waci_allocation FOREIGN KEY (wagon_booking_allocation_id) REFERENCES freight.wagon_booking_allocations(id) ON DELETE CASCADE; -- -- Name: wagon_allocation_container_items fk_waci_booking_container; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.wagon_allocation_container_items ADD CONSTRAINT fk_waci_booking_container FOREIGN KEY (booking_container_id) REFERENCES freight.booking_container(id) ON DELETE SET NULL; -- -- Name: wagon_allocation_container_items fk_waci_container; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.wagon_allocation_container_items ADD CONSTRAINT fk_waci_container FOREIGN KEY (container_id) REFERENCES freight.containers(id) ON DELETE SET NULL; -- -- Name: wagon_allocation_container_items fk_waci_container_type; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.wagon_allocation_container_items ADD CONSTRAINT fk_waci_container_type FOREIGN KEY (container_type_id) REFERENCES freight.container_types(id); -- -- Name: wagon_booking_allocations fk_wagon_booking_allocations_booking; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.wagon_booking_allocations ADD CONSTRAINT fk_wagon_booking_allocations_booking FOREIGN KEY (booking_id) REFERENCES freight.bookings(id); -- -- Name: wagon_booking_allocations fk_wagon_booking_allocations_wagon; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.wagon_booking_allocations ADD CONSTRAINT fk_wagon_booking_allocations_wagon FOREIGN KEY (train_set_wagon_id) REFERENCES freight.train_set_wagons(id) ON DELETE CASCADE; -- -- Name: wagons fk_wagons_current_train_schedule; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.wagons ADD CONSTRAINT fk_wagons_current_train_schedule FOREIGN KEY (current_train_schedule_id) REFERENCES freight.train_schedules(id) ON DELETE SET NULL; -- -- Name: wagons fk_wagons_train_set_wagon; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.wagons ADD CONSTRAINT fk_wagons_train_set_wagon FOREIGN KEY (train_set_wagon_id) REFERENCES freight.train_set_wagons(id) ON DELETE SET NULL; -- -- Name: wagon_movements fk_wm_transfer_request; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.wagon_movements ADD CONSTRAINT fk_wm_transfer_request FOREIGN KEY (transfer_request_id) REFERENCES freight.wagon_transfer_requests(id) ON DELETE SET NULL; -- -- Name: wagon_transfer_requests fk_wtr_from_yard; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.wagon_transfer_requests ADD CONSTRAINT fk_wtr_from_yard FOREIGN KEY (from_yard_id) REFERENCES freight.yards(id); -- -- Name: wagon_transfer_requests fk_wtr_to_yard; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.wagon_transfer_requests ADD CONSTRAINT fk_wtr_to_yard FOREIGN KEY (to_yard_id) REFERENCES freight.yards(id); -- -- Name: wagon_transfer_requests fk_wtr_wagon_type; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.wagon_transfer_requests ADD CONSTRAINT fk_wtr_wagon_type FOREIGN KEY (wagon_type_id) REFERENCES freight.wagon_types(id); -- -- Name: gps_devices gps_devices_vehicle_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.gps_devices ADD CONSTRAINT gps_devices_vehicle_id_fkey FOREIGN KEY (vehicle_id) REFERENCES freight.vehicles(id); -- -- Name: last_mile_vehicle_assignments last_mile_vehicle_assignments_last_mile_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.last_mile_vehicle_assignments ADD CONSTRAINT last_mile_vehicle_assignments_last_mile_id_fkey FOREIGN KEY (last_mile_id) REFERENCES freight.last_mile(id) ON DELETE CASCADE; -- -- Name: last_mile_vehicle_assignments last_mile_vehicle_assignments_vehicle_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.last_mile_vehicle_assignments ADD CONSTRAINT last_mile_vehicle_assignments_vehicle_id_fkey FOREIGN KEY (vehicle_id) REFERENCES freight.vehicles(id); -- -- Name: last_mile_vehicle_containers last_mile_vehicle_containers_assignment_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.last_mile_vehicle_containers ADD CONSTRAINT last_mile_vehicle_containers_assignment_id_fkey FOREIGN KEY (assignment_id) REFERENCES freight.last_mile_vehicle_assignments(id) ON DELETE CASCADE; -- -- Name: maintenance_intervals maintenance_intervals_vehicle_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.maintenance_intervals ADD CONSTRAINT maintenance_intervals_vehicle_id_fkey FOREIGN KEY (vehicle_id) REFERENCES freight.vehicles(id) ON DELETE CASCADE; -- -- Name: priority_rule_change_requests priority_rule_change_requests_priority_config_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.priority_rule_change_requests ADD CONSTRAINT priority_rule_change_requests_priority_config_id_fkey FOREIGN KEY (priority_config_id) REFERENCES freight.priority_configs(id); -- -- Name: rate_change_requests rate_change_requests_rate_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.rate_change_requests ADD CONSTRAINT rate_change_requests_rate_id_fkey FOREIGN KEY (rate_id) REFERENCES freight.rates(id); -- -- Name: route_milestones route_milestones_route_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.route_milestones ADD CONSTRAINT route_milestones_route_id_fkey FOREIGN KEY (route_id) REFERENCES freight.routes(id) ON DELETE CASCADE; -- -- Name: route_milestones route_milestones_yard_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.route_milestones ADD CONSTRAINT route_milestones_yard_id_fkey FOREIGN KEY (yard_id) REFERENCES freight.yards(id); -- -- Name: routes routes_destination_yard_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.routes ADD CONSTRAINT routes_destination_yard_id_fkey FOREIGN KEY (destination_yard_id) REFERENCES freight.yards(id); -- -- Name: routes routes_origin_yard_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.routes ADD CONSTRAINT routes_origin_yard_id_fkey FOREIGN KEY (origin_yard_id) REFERENCES freight.yards(id); -- -- Name: support_document_versions support_document_versions_document_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.support_document_versions ADD CONSTRAINT support_document_versions_document_id_fkey FOREIGN KEY (document_id) REFERENCES freight.support_documents(id) ON DELETE CASCADE; -- -- Name: train_checkpoint_events train_checkpoint_events_train_schedule_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.train_checkpoint_events ADD CONSTRAINT train_checkpoint_events_train_schedule_id_fkey FOREIGN KEY (train_schedule_id) REFERENCES freight.train_schedules(id) ON DELETE CASCADE; -- -- Name: train_set_wagons train_set_wagons_alight_yard_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.train_set_wagons ADD CONSTRAINT train_set_wagons_alight_yard_id_fkey FOREIGN KEY (alight_yard_id) REFERENCES freight.yards(id) ON DELETE SET NULL; -- -- Name: train_set_wagons train_set_wagons_board_yard_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.train_set_wagons ADD CONSTRAINT train_set_wagons_board_yard_id_fkey FOREIGN KEY (board_yard_id) REFERENCES freight.yards(id) ON DELETE SET NULL; -- -- Name: wagon_movements wagon_movements_booking_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.wagon_movements ADD CONSTRAINT wagon_movements_booking_id_fkey FOREIGN KEY (booking_id) REFERENCES freight.bookings(id) ON DELETE SET NULL; -- -- Name: wagon_movements wagon_movements_from_yard_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.wagon_movements ADD CONSTRAINT wagon_movements_from_yard_id_fkey FOREIGN KEY (from_yard_id) REFERENCES freight.yards(id); -- -- Name: wagon_movements wagon_movements_to_yard_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.wagon_movements ADD CONSTRAINT wagon_movements_to_yard_id_fkey FOREIGN KEY (to_yard_id) REFERENCES freight.yards(id); -- -- Name: wagon_movements wagon_movements_train_schedule_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.wagon_movements ADD CONSTRAINT wagon_movements_train_schedule_id_fkey FOREIGN KEY (train_schedule_id) REFERENCES freight.train_schedules(id) ON DELETE SET NULL; -- -- Name: wagon_movements wagon_movements_wagon_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.wagon_movements ADD CONSTRAINT wagon_movements_wagon_id_fkey FOREIGN KEY (wagon_id) REFERENCES freight.wagons(id) ON DELETE CASCADE; -- -- Name: wagon_status_logs wagon_status_logs_wagon_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.wagon_status_logs ADD CONSTRAINT wagon_status_logs_wagon_id_fkey FOREIGN KEY (wagon_id) REFERENCES freight.wagons(id); -- -- Name: warehouse_inventory_movement warehouse_inventory_movement_inventory_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.warehouse_inventory_movement ADD CONSTRAINT warehouse_inventory_movement_inventory_id_fkey FOREIGN KEY (inventory_id) REFERENCES freight.warehouse_inventory(id) ON DELETE CASCADE; -- -- Name: warehouse_inventory warehouse_inventory_warehouse_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.warehouse_inventory ADD CONSTRAINT warehouse_inventory_warehouse_id_fkey FOREIGN KEY (warehouse_id) REFERENCES freight.warehouses(id); -- -- Name: warehouse_inventory warehouse_inventory_yard_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.warehouse_inventory ADD CONSTRAINT warehouse_inventory_yard_id_fkey FOREIGN KEY (yard_id) REFERENCES freight.warehouse_yards(id); -- -- Name: warehouse_inventory warehouse_inventory_zone_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.warehouse_inventory ADD CONSTRAINT warehouse_inventory_zone_id_fkey FOREIGN KEY (zone_id) REFERENCES freight.warehouse_zones(id); -- -- Name: warehouse_loadings warehouse_loadings_warehouse_inventory_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.warehouse_loadings ADD CONSTRAINT warehouse_loadings_warehouse_inventory_id_fkey FOREIGN KEY (warehouse_inventory_id) REFERENCES freight.warehouse_inventory(id) ON DELETE CASCADE; -- -- Name: warehouse_yard_cargo_types warehouse_yard_cargo_types_cargo_type_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.warehouse_yard_cargo_types ADD CONSTRAINT warehouse_yard_cargo_types_cargo_type_id_fkey FOREIGN KEY (cargo_type_id) REFERENCES freight.cargo_types(id) ON DELETE CASCADE; -- -- Name: warehouse_yard_cargo_types warehouse_yard_cargo_types_yard_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.warehouse_yard_cargo_types ADD CONSTRAINT warehouse_yard_cargo_types_yard_id_fkey FOREIGN KEY (yard_id) REFERENCES freight.warehouse_yards(id) ON DELETE CASCADE; -- -- Name: warehouse_yards warehouse_yards_warehouse_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.warehouse_yards ADD CONSTRAINT warehouse_yards_warehouse_id_fkey FOREIGN KEY (warehouse_id) REFERENCES freight.warehouses(id) ON DELETE CASCADE; -- -- Name: warehouse_zones warehouse_zones_yard_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.warehouse_zones ADD CONSTRAINT warehouse_zones_yard_id_fkey FOREIGN KEY (yard_id) REFERENCES freight.warehouse_yards(id) ON DELETE CASCADE; -- -- Name: yard_distances yard_distances_from_yard_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.yard_distances ADD CONSTRAINT yard_distances_from_yard_id_fkey FOREIGN KEY (from_yard_id) REFERENCES freight.yards(id); -- -- Name: yard_distances yard_distances_to_yard_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.yard_distances ADD CONSTRAINT yard_distances_to_yard_id_fkey FOREIGN KEY (to_yard_id) REFERENCES freight.yards(id); -- -- Name: yard_facilities yard_facilities_yard_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.yard_facilities ADD CONSTRAINT yard_facilities_yard_id_fkey FOREIGN KEY (yard_id) REFERENCES freight.yards(id) ON DELETE CASCADE; -- -- Name: yard_locations yard_locations_yard_id_fkey; Type: FK CONSTRAINT; Schema: freight; Owner: - -- ALTER TABLE ONLY freight.yard_locations ADD CONSTRAINT yard_locations_yard_id_fkey FOREIGN KEY (yard_id) REFERENCES freight.yards(id) ON DELETE CASCADE; -- -- PostgreSQL database dump complete --