Sindbad~EG File Manager

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

<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;

class ms_stock extends Model
{
    use HasFactory;
    protected $table = 'ms_stock';
    // protected $fillable = [
    //     'kode_brg',
    //     'nama_brg',
    //     'gudang',
    //     'kode_kategori_brg',
    //     'kelompok',
    //     'jenis',
    //     'merk',
    //     'satuan',
    //     'status'
    // ];
    protected $fillable = [
        'kode_brg',
        'nama_brg',
        'kelompok',
        'jenis',
        'merk',
        'satuan',
        'status',
        'tglid',
    ];

    public $timestamps = false;

    // {
    //     return $this->belongsTo(Barang::class);
    // }
    // // 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