<?php namespace App; use Illuminate\Database\Eloquent\Model; class timeline_history extends Model { protected $table = "timeline_history"; protected $fillable = ['auditId','created_by','status']; }