'array', ]; public function appointment() { return $this->belongsTo(Appointment::class, 'nIDAppointment', 'nID'); } }