APPUSERCLAIMSLINK

Primary Key

Primary Key Field Type
ID uniqueidentifier

Fields

Field Field Type Null Notes Description
NAMEIDENTIFIER nvarchar(450) Default = ''
DATEADDED datetime Default = getdate()
DATECHANGED datetime Default = getdate()
TS timestamp
TSLONG bigint (Computed) yes CONVERT(bigint, TS)
ISREGISTERED bit Default = 0

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_APPUSERCLAIMSLINK_DATEADDED DATEADDED yes
IX_APPUSERCLAIMSLINK_DATECHANGED DATECHANGED
PK_APPUSERCLAIMSLINK ID yes yes
UC_APPUSERCLAIMSLINK_APPUSERID APPUSERID yes
UIX_APPUSERCLAIMSLINK_NAMEIDENTIFIER NAMEIDENTIFIER yes

Triggers

Trigger Name Description
TR_APPUSERCLAIMSLINK_AUDIT_UPDATE
TR_APPUSERCLAIMSLINK_AUDIT_DELETE