aku nok ndi : /home/spdtg/www/schoolmis/app/ |
aku nok ndi : /home/spdtg/www/schoolmis/app/EmployeeOtherAccount.php |
<?php namespace App; use Illuminate\Database\Eloquent\Model; class EmployeeOtherAccount extends Model { protected $primaryKey = 'idOtherAccount'; protected $table = 'employee_accounts'; protected $fillable = ['idEmployee', 'accName', 'accNumber', 'otherDetails']; }