StudentCourseStatusHistory


Columns

Column Type Size Nulls Auto Default Children Parents Comments
StudentCourseStatusHistorySeq int identity 4 null
StudentCoursesSeq int 4 null
StatusChangeDate datetime 16,3 null
StatusChangedByID int 4 null
CourseStatus varchar 15 null
CourseStatusDate datetime 16,3 null
CourseStatusDescription varchar 255 ('')

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
PK_StudentCourseStatusHistory Primary key Asc StudentCourseStatusHistorySeq
AK_StudentCourseStatusHistory_StudentCoursesSeq Performance Asc StudentCoursesSeq