Sindbad~EG File Manager

Current Path : /home/webg5288/www/laravel_kendal/app/Models/
Upload File :
Current File : /home/webg5288/www/laravel_kendal/app/Models/TrStock.php

<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Model;

class TrStock extends Model
{
    // protected $table = 'tr_stock';
    // public $timestamps = false;
    protected $table = 'tr_stock';
    //   public $timestamps = false;      // karena tabel tidak ada created_at & updated_at
      protected $fillable = [
        'no_inv',
        'tgl_inv',
        'kode_brg',
        'TYPE',
        'quantity',
        'satuan',
        'harga',
        'keterangan',
    ];
    // // pakai kolom custom untuk created_at
    const CREATED_AT = 'tglid';
    // const UPDATED_AT = 'userid';
    // const UPDATED_AT = 'userid';

    // // matikan updated_at
    const UPDATED_AT = null;        
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists