belongsTo(User::class, 'change_user_id', 'id'); } public function holeData(){ return $this->belongsTo(CourseHole::class, 'hole_id', 'id'); } public function gameUser(){ return $this->belongsTo(GameUser::class, 'game_user_id', 'id'); } }