1], ['name' => 'Low']); Priority::updateOrCreate(['id' => 2], ['name' => 'Normal']); Priority::updateOrCreate(['id' => 3], ['name' => 'High']); } }