[x] Match formatting of sample wiki for the schema
[x] Include a polylinestring in your Runs table - this will be how you store the data necessary for Google Maps.
[x] Think about including another column in your Friends table indicating whether the friendship has been accepted or not - otherwise, all friending is automatically approved.
[x] No need to have a Maps table - all the information there can be stored as a polyline in the Runs table
polyline
string
in yourRuns
table - this will be how you store the data necessary for Google Maps.Friends
table indicating whether the friendship has been accepted or not - otherwise, all friending is automatically approved.Maps
table - all the information there can be stored as a polyline in theRuns
table