aku nok ndi : /home/spdtg/www/schoolmis/app/ |
aku nok ndi : /home/spdtg/www/schoolmis/app/ExamQuestions.php |
<?php namespace App; use Illuminate\Database\Eloquent\Model; class ExamQuestions extends Model { protected $primaryKey = 'idQuestions'; protected $table = 'exam_mcq_questions'; protected $fillable = ['idMcq', 'question', 'answerA', 'answerB', 'answerC', 'answerD', 'answerCorrect', 'marks']; }