PATTERNBLOCKMEETING (4.0SP17)

Pattern Block Meetings

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

TIMETABLEDAYID

uniqueidentifier

false

The timetable day for which this meeting is defined

PATTERNBLOCKID

uniqueidentifier

false

The pattern block for which this period is defined

TIMETABLEDAYPERIODID

uniqueidentifier

true

The timetable day period for which this meeting is defined

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

DESCRIPTION

nvarchar(60)

false

''

The description of the meeting.

STARTTIME

UDT_HOURMINUTE

false

''

Meeting start time

ENDTIME

UDT_HOURMINUTE

false

''

Meeting end time

LENGTHINPERIODS

int

false

0

The number of periods a meeting overlaps

DATEADDED

datetime

false

getdate()

Indicates the date this record was added.

DATECHANGED

datetime

false

getdate()

Indicates the date this record was last changed.

TS

timestamp

false

Timestamp.

TSLONG

bigint (Computed)

true

Numeric representation of the timestamp.

Indexes
Index Name Field(s) Unique Primary Clustered

IX_PATTERNBLOCKMEETING_DATEADDED

DATEADDED

False

False

True

IX_PATTERNBLOCKMEETING_DATECHANGED

DATECHANGED

False

False

False

PK_PATTERNBLOCKMEETING

ID

True

True

False

Triggers
Trigger Name Description

TR_PATTERNBLOCKMEETING_INSERTUPDATE_STARTENDTIMEUPDATE

TR_PATTERNBLOCKMEETING_AUDIT_UPDATE

TR_PATTERNBLOCKMEETING_AUDIT_DELETE