CLASSMEETINGGROUP
This table contains information about the meetings associated with a class.
Primary Key
Primary Key |
Field Type |
ID |
uniqueidentifier |
Fields
Field |
Field Type |
Null |
Notes |
Description |
STARTDATE |
date |
|
|
This is the first date covered by this class meeting group. |
ENDDATE |
date |
|
|
This is the last date covered by this class meeting group. |
DATEADDED |
datetime |
|
Default = getdate() |
Indicates the date this record was added. |
DATECHANGED |
datetime |
|
Default = getdate() |
Indicates the date this record was last changed. |
TS |
timestamp |
|
|
Timestamp. |
TSLONG |
bigint (Computed) |
yes |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
Foreign Keys
Foreign Key |
Field Type |
Null |
Notes |
Description |
CLASSID |
uniqueidentifier |
|
CLASS.ID
|
A foreign key to the class table. |
ADDEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
CHANGEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
PATTERNBLOCKID |
uniqueidentifier |
yes |
PATTERNBLOCK.ID
|
A foreign key to the pattern block table. |
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
IX_CLASSMEETINGGROUP_DATEADDED |
DATEADDED |
|
|
yes |
IX_CLASSMEETINGGROUP_DATECHANGED |
DATECHANGED |
|
|
|
PK_CLASSMEETINGGROUP |
ID |
yes |
yes |
|
Triggers
Referenced by