EVOLUTION-NINJA
Edit File: Online_Prep_SectionModel.php
<?php namespace App\Models; use CodeIgniter\Model; class Online_Prep_SectionModel extends Model { protected $table ='online_prep_section'; protected $allowedFields = ['id','org_id','master_name','created_at','created_by','updated_at','updated_by','active_status']; } ?>