EVOLUTION-NINJA
Edit File: test_model.php
<?php namespace App\Models; use CodeIgniter\Model; class test_model extends Model { protected $table = 'test_uploads'; protected $primaryKey = 'id'; protected $allowedFields = ['student_name','chapter_id','mapping_id','file_name','file_path', 'uploaded_at','status','login_id','faculty_id']; }