'int', 'total' => 'float', 'binary_data' => 'boolean' ]; protected $fillable = [ 'lead_id', 'total', 'binary_data' ]; public function lead() { return $this->belongsTo(Lead::class); } }