You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current DB schema, one trip has many points, and one point can belong to multiple trips. In next iteration, I need to create an additional table to fix this many to many mapping. Maybe use has_and_belongs_to_many?
The text was updated successfully, but these errors were encountered:
In the current DB schema, one trip has many points, and one point can belong to multiple trips. In next iteration, I need to create an additional table to fix this many to many mapping. Maybe use has_and_belongs_to_many?
The text was updated successfully, but these errors were encountered: