hasOne(SysCategory::class, 'category_id', 'courses_category_id'); } public function teacher() { return $this->hasOne(CollegeTeacher::class, 'teacher_id', 'courses_teacher_id'); } }