aku nok ndi : /home/spdtg/www/schoolmis/app/ |
aku nok ndi : /home/spdtg/www/schoolmis/app/StudentRegSibling.php |
<?php namespace App; use Illuminate\Database\Eloquent\Model; class StudentRegSibling extends Model { protected $primaryKey = 'idRegSibling'; protected $table = 'student_registration_siblings'; protected $fillable = ['idRegistration', 'fName', 'lName', 'education', 'age', 'schoolName']; }