noahwiener / experiencely

3 stars 0 forks source link

db schema-workshops #2

Open hackerjade opened 9 years ago

hackerjade commented 9 years ago

The workshops table has a lot of not null columns. I'd try to pair these items down. Store lat/lng floats but don't save the location to the database. It's redundant and you can use Geocoder on the front end to display the street address by using the lat/lng.

take1away commented 9 years ago

lat/lng

take1away commented 9 years ago

lat/lng