CMS_UNPROCESSEDBBSPTRANSACTION

Primary Key

Primary Key Field Type
ID uniqueidentifier

Fields

Field Field Type Null Notes Description
BBSPTOKEN uniqueidentifier
DATA xml
DATEADDED datetime Default = getdate()
DATECHANGED datetime Default = getdate()
TS timestamp
TSLONG bigint (Computed) yes CONVERT(bigint, TS)

Foreign Keys

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

Indexes

Index Name Fields Unique Primary Clustered
IX_CMS_UNPROCESSEDBBSPTRANSACTION_BBSPTOKEN BBSPTOKEN
IX_CMS_UNPROCESSEDBBSPTRANSACTION_DATEADDED DATEADDED yes
IX_CMS_UNPROCESSEDBBSPTRANSACTION_DATECHANGED DATECHANGED
PK_CMS_UNPROCESSEDBBSPTRANSACTION ID yes yes

Triggers

Trigger Name Description
TR_CMS_UNPROCESSEDBBSPTRANSACTION_AUDIT_UPDATE
TR_CMS_UNPROCESSEDBBSPTRANSACTION_AUDIT_DELETE