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.
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.