CoursePreReqOverride (ver6.0.0)
Stores course prerequisites that have been overridden.
Column Name | Initial Version | Data Type | Description |
---|---|---|---|
Comments | 6.0.0 | Varchar2(512) | Comments for the override. |
CourseID | 6.0.0 | Number(10) | Foreign key to the Courses table ID column. |
CourseNumber | 6.0.0 | Varchar2(11) | Copy of the course number from the Courses table. |
CreatedByUserID | 6.0.0 | Number(10) | The ID of the person who created the student override from the Users table. |
ID | 6.0.0 | Number(10) | Row ID. Required. |
ModifiedByUserID | 6.0.0 | Number(10) | The ID of the person who modified the student override from the Users table. |
StudentID | 6.0.0 | Number(10) | Foreign key to the Students table ID column. |
WhenCreated | 6.0.0 | Timestamp(6) | Created Timestamp. Defaults to system date. |
WhenModified | 6.0.0 | Timestamp(6) | Modified Timestamp. Defaults to system date. |
WhoCreated | 6.0.0 | Varchar2(100) | Name of person who gave a student override. Defaults to user. |
WhoModified | 6.0.0 | Varchar2(100) | Name of person who modified a student override. Defaults to user. |
YearID | 6.0.0 | Number(10) | Retrieved from the Terms table. |