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