Students enrolled in this course after shopping week is over
Metadata column used for signifying the date the record was created
One CourseInstance has many FacultyCourseInstance
The primary key record identifier. Used for uniquiely identifying records and for cross-table joins. UUID is used to enable records from different tables to be combined into one dataset without causing ID collisions
One CourseInstance has many Meetings
Indicates whether the course is currently being offered this Semester, and whether the course would normally be offered in other semesters
Students enrolled in this course before shopping week
The Semester this course instance is scheduled to take place in
Many Semesters have one CourseInstance
Students enrolled in this class during shopping week
Metadata column used for signifying the date the record was last updated
Generated using TypeDoc
CourseInstances are instances of a Course that are scheduled for a semester. One Course can have many CourseInstances that are used to track historical information such as name changes or change of OFFERED status over time