$table->decimal('latitude', total : 8, places : 6); code example Example: mysql how to store lat,lng lat DECIMAL(10, 8), lng DECIMAL(11, 8) ;