delete(); \DB::table('processings')->insert(array ( 0 => array ( 'id' => 1, 'name' => 'Raw', 'sort_index' => 0, ), 1 => array ( 'id' => 2, 'name' => 'Encode', 'sort_index' => 0, ), )); } }