关于公交数据表设计的思路

地名一张表station_id,station_name。线路一张表line_name,line_station_ids。站点映射路线表station_id,line_id。创建线路时,线路已知,添加站点进行一一存储