I have to add point datatype for a postgres database field in laravel 5.8. I am using below code -
point
$table->point(\'coordinates\')