select()->each(function ($item){ $content = json_decode($item['fields'], true); unset($content['info_status']['other_info']); unset($content['other_info']); $item->fields = json_encode($content); $item->save(); }); } }