Primary Key Field Type
 ID int

Field Field Type Null Notes Description
 Name nvarchar(128)
 Value nvarchar(1024)
 CreateDate datetime   Default = getutcdate()
 UpdateDate datetime   Default = getutcdate()
 ADDEDBYCMSUSERID int
 CHANGEDBYCMSUSERID int
 TS timestamp  
 TSLONG bigint (Computed) convert(bigint, TS)
 GUID uniqueidentifier   Default = (newid())

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

Index Name Field(s) Unique Primary Clustered
 PK_Setting ID

Trigger Name Description
 TR_SETTING_AUDIT_DELETE
 TR_SETTING_AUDIT_UPDATE

Entity-Relationship diagram of this table