whereArrivalDate(null)->get(); foreach ($states as $state) { $state->arrival_date = $state->user->personalData->planned_arrival_date; $state->save(); } } /** * Down is not possible and not needed since this is a bugfix. */ public function down() { } }