i am working on a project in php MySQL i want to design a route with dynamic tracking of van .problem i am facing right now is that how to put stops in database because i only know how to store start and end point in database but how when it comes stops between points
route(r_id, start_point,end_point)
when there are many routes with different start and end points also different stops in different routes