table('locations'); $table->addColumn('lat', 'float', ['null' => true]); $table->addColumn('lng', 'float', ['null' => true]); $table->update(); } }