CMSSECURITYGROUPCONTENTTYPE

Primary Key

Primary Key Field Type
ID uniqueidentifier

Fields

Field Field Type Null Notes Description
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
CMSSECURITYGROUPID uniqueidentifier CMSSECURITYGROUP.ID
CONTENTTYPEID int ContentTypes.ID
ADDEDBYID uniqueidentifier CHANGEAGENT.ID
CHANGEDBYID uniqueidentifier CHANGEAGENT.ID

Indexes

Index Name Fields Unique Primary Clustered
IX_CMSSECURITYGROUPCONTENTTYPE_DATEADDED DATEADDED yes
IX_CMSSECURITYGROUPCONTENTTYPE_DATECHANGED DATECHANGED
PK_CMSSECURITYGROUPCONTENTTYPE ID yes yes
UIX_CMSSECURITYGROUPCONTENTTYPE_CMSSECURITYGROUPID_CONTENTTYPEID CMSSECURITYGROUPID, CONTENTTYPEID yes

Triggers

Trigger Name Description
TR_CMSSECURITYGROUPCONTENTTYPE_AUDIT_UPDATE
TR_CMSSECURITYGROUPCONTENTTYPE_AUDIT_DELETE