FAFEVENTCOMMUNICATIONCHANNELREGISTRANT (3.0)

Store Communication Channel tracking data for registration

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

REGISTRANTID

uniqueidentifier

false

Registrant ID

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

CHANNELCODE

tinyint

false

0

Communication channel code

CHANNEL

nvarchar(8) (Computed)

true

Provides a translation for the 'CHANNELCODE' field.

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_FAFEVENTCOMMUNICATIONCHANNELREGISTRANT_DATEADDED

DATEADDED

False

False

True

IX_FAFEVENTCOMMUNICATIONCHANNELREGISTRANT_DATECHANGED

DATECHANGED

False

False

False

IX_FAFEVENTCOMMUNICATIONCHANNELREGISTRANT_REGISTRANTID

REGISTRANTID

False

False

False

PK_FAFEVENTCOMMUNICATIONCHANNELREGISTRANT

ID

True

True

False

Triggers
Trigger Name Description

TR_FAFEVENTCOMMUNICATIONCHANNELREGISTRANT_AUDIT_UPDATE

TR_FAFEVENTCOMMUNICATIONCHANNELREGISTRANT_AUDIT_DELETE