belongsTo(User::class)->setEagerlyType(0); } public function point() { return $this->belongsTo(VideoPoint::class)->setEagerlyType(0); } public function userinfo() { return $this->belongsTo(UserInfo::class,'user_id','user_id')->setEagerlyType(0); } }