GPStudentPlan (ver6.2.0)
Links a Student with multiple Graduation Plan/Versions.
Column Name | Initial Version | Data Type | Description |
---|---|---|---|
GPVersionID | 6.2.0 | Number(10) | Foreign key to GPVersion.ID. |
ID | 6.2.0 | Number(10) | Unique identifier. |
SortOrder | 6.2.0 | Number(10) | Display order of this plan in the Progress screen. |
StudentID | 6.2.0 | Number(10) | Foreign key to Students.ID. |
WhenCreated | 6.2.0 | Timestamp(6) | Date and time the record was created. Defaults to system date. |
WhenModified | 6.2.0 | Timestamp(6) | Date and time the record was modified. Defaults to system date. |
WhoCreated | 6.2.0 | Varchar2(100) | The user login that created the record. Defaults to database user. |
WhoModified | 6.2.0 | Varchar2(100) | The user login that modified the record. Defaults to database user. |