EDUCATIONMEETING

Date and time information for education related meetings.

Primary Key

Primary Key Field Type
ID uniqueidentifier

Fields

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

Foreign Keys

Foreign Key Field Type Null Notes Description
ADDEDBYID uniqueidentifier CHANGEAGENT.ID FK to CHANGEAGENT.
CHANGEDBYID uniqueidentifier CHANGEAGENT.ID FK to CHANGEAGENT.

Indexes

Index Name Fields Unique Primary Clustered
IX_EDUCATIONMEETING_DATEADDED DATEADDED yes
IX_EDUCATIONMEETING_DATECHANGED DATECHANGED
IX_EDUCATIONMEETING_STARTDATE_ENDDATE_STARTTIME_ENDTIME STARTDATE, ENDDATE, STARTTIME, ENDTIME
PK_EDUCATIONMEETING ID yes yes

Triggers

Trigger Name Description
TR_EDUCATIONMEETING_AUDIT_UPDATE
TR_EDUCATIONMEETING_AUDIT_DELETE

Referenced by

Referenced by Field
CLASSMEETING EDUCATIONMEETINGID