Primary Key Field Type
 ID uniqueidentifier

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) CONVERT(bigint, TS) Numeric representation of the timestamp.

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 PATTERNBLOCK.ID A foreign key to the pattern block table.

Index Name Field(s) Unique Primary Clustered
 IX_CLASSMEETINGGROUP_DATEADDED DATEADDED    
 IX_CLASSMEETINGGROUP_DATECHANGED DATECHANGED      
 PK_CLASSMEETINGGROUP ID  

Trigger Name Description
 TR_CLASSMEETINGGROUP_AUDIT_UPDATE
 TR_CLASSMEETINGGROUP_AUDIT_DELETE

Referenced by Field
 CLASSMEETING CLASSMEETINGGROUPID
 CLASSMEETINGTEMPLATE CLASSMEETINGGROUPID
 FACULTYCLASSMEETINGGROUP CLASSMEETINGGROUPID
 STUDENTCLASSMEETINGGROUP CLASSMEETINGGROUPID

Entity-Relationship diagram of this table