trend_taxi_app_past_trips
-
id increments
-
timestamps timestamps
-
trip_id string (24)
-
driver_id FK integer
-
passenger_id FK integer
-
start_time integer
-
end_time integer
-
locations text
-
status enum
-
est_price decimal (15,2)
-
est_distance decimal (15,2)
-
est_duration string (24)
-
act_price decimal (15,2)
-
act_distance decimal (15,2)
-
act_duration string (24)
-
trip_reward decimal (15,2)
-
trip_fee decimal (15,2)
trend_taxi_app_active_trips
-
id increments
-
timestamps timestamps