*/ protected $fillable = [ 'account_id', 'user_id', 'name', 'timestamp', ]; /** * The attributes that should be cast. * * @var array */ protected $casts = [ 'timestamp' => 'datetime', ]; }