units as $unit){ \App\Unit::query()->firstOrCreate(["name"=>$unit]); } } /** * Reverse the migrations. * * @return void */ public function down() { } }