How to store coordinates in MySQL
Many times we capture the geo-location of users and store in the database for different use cases.
I have seen that most of the developers use multiple fields to store the latitude and longitude separately like
Table_name(field1, field2, ..., latitud...
bibekkakati.hashnode.dev1 min read