'int', 'price' => 'int' ]; protected $dates = [ 'negotiationDate' ]; protected $fillable = [ 'negotiator', 'itemName', 'itemValue', 'price', 'description' ]; public function commissioned() { return $this->belongsTo(\App\Commissioned::class, 'ID'); } }