'int', ]; protected $fillable = [ 'booking_id', 'binary_data' ]; public function booking() { return $this->belongsTo(Booking::class); } }