full_name = 'Taiwan'; $t->save(); } $m = \App\Models\Country::find(807); if($m) { $m->full_name = 'Macedonia'; $m->save(); } } /** * Reverse the migrations. * * @return void */ public function down() { // } };