This table contains information about the class meetings associated to a student.
Fields
Field |
Field Type |
Null |
Notes |
Description |
DATEADDED
|
datetime
|
false
|
|
Indicates the date this record was added.
|
DATECHANGED
|
datetime
|
false
|
|
Indicates the date this record was last changed.
|
TS
|
timestamp
|
false
|
|
Timestamp.
|
TSLONG
|
bigint (Computed)
|
true
|
|
Numeric representation of the timestamp.
|
STATUSCODE
|
tinyint
|
false
|
|
The enrollment status of a student for a class meeting group.
|
STATUSDATE
|
date
|
true
|
|
The date the status was set to not enrolled. For example, Withdrawn Date, Transferred Date, or Dropped Date.
|
STATUS
|
nvarchar(15) (Computed)
|
true
|
|
Provides a translation for the 'STATUSCODE' field.
|