Since the introduction of lms_user and lms_course we still have relationships that only follow the old "user" and "grouping". Relate assignment to lms_course (with a FK lms_course_id). Maintaining the existing `course_id` FK for now.
Since the introduction of lms_user and lms_course we still have relationships that only follow the old "user" and "grouping".
Relate assignment to lms_course (with a FK lms_course_id). Maintaining the existing
course_idFK for now.