TOKENIZERUSERCONFIG

Primary Key

Primary Key Field Type
ID uniqueidentifier

Fields

Field Field Type Null Notes Description
FIELDMAPPING xml yes
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
APPUSERID uniqueidentifier APPUSER.ID
ADDEDBYID uniqueidentifier CHANGEAGENT.ID
CHANGEDBYID uniqueidentifier CHANGEAGENT.ID

Indexes

Index Name Fields Unique Primary Clustered
IX_TOKENIZERUSERCONFIG_DATEADDED DATEADDED yes
IX_TOKENIZERUSERCONFIG_DATECHANGED DATECHANGED
PK_TOKENIZERUSERCONFIG ID yes yes
UC_TOKENIZERUSERCONFIG_APPUSERID APPUSERID yes

Triggers

Trigger Name Description
TR_TOKENIZERUSERCONFIG_AUDIT_UPDATE
TR_TOKENIZERUSERCONFIG_AUDIT_DELETE