Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 STARTDATE date   Start date of the meeting.
 ENDDATE date   End date of the meeting.
 STARTTIME UDT_HOURMINUTE   Default = '' Starting time of the meeting.
 ENDTIME UDT_HOURMINUTE   Default = '' Ending time of the meeting.
 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
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.

Index Name Field(s) Unique Primary Clustered
 IX_EDUCATIONMEETING_DATEADDED DATEADDED    
 IX_EDUCATIONMEETING_DATECHANGED DATECHANGED      
 IX_EDUCATIONMEETING_STARTDATE_ENDDATE_STARTTIME_ENDTIME STARTDATE, ENDDATE, STARTTIME, ENDTIME      
 PK_EDUCATIONMEETING ID  

Trigger Name Description
 TR_EDUCATIONMEETING_AUDIT_UPDATE
 TR_EDUCATIONMEETING_AUDIT_DELETE

Referenced by Field
 CLASSMEETING EDUCATIONMEETINGID

Entity-Relationship diagram of this table