aku nok ndi : /home/spdtg/www/schoolmis/app/ |
aku nok ndi : /home/spdtg/www/schoolmis/app/Customer.php |
<?php namespace App; use Illuminate\Database\Eloquent\Model; use App\Traits; class Customer extends Model { protected $primaryKey = 'idCustomer'; protected $table = 'customers'; protected $fillable = ['customerName','idSchool','customerNumber','openingBal','gstin','address_line','area','pincode','city','stateName']; }