CMSSECURITYGROUP

Groups CMS Security task rights

Primary Key

Primary Key Field Type
ID uniqueidentifier

Fields

Field Field Type Null Notes Description
NAME nvarchar(100) Default = ''
SITETASKSGROUP bit Default = 0
DATEADDED datetime Default = getdate() Indicates the date this record was added.
DATECHANGED datetime Default = getdate() Indicates the date this record was last changed.
TS timestamp Timestamp.
TSLONG bigint (Computed) yes CONVERT(bigint, TS) Numeric representation of the timestamp.
CONTENTTYPESCODE tinyint Default = 0
CONTENTTYPES nvarchar(29) (Computed) yes CASE [CONTENTTYPESCODE] WHEN 0 THEN N'All content types' WHEN 1 THEN N'Specified basic content types' WHEN 2 THEN N'Specified content types' END

Foreign Keys

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

Indexes

Index Name Fields Unique Primary Clustered
IX_CMSSECURITYGROUP_DATEADDED DATEADDED yes
IX_CMSSECURITYGROUP_DATECHANGED DATECHANGED
PK_CMSSECURITYGROUP ID yes yes
UC_CMSSECURITYGROUP_NAME NAME yes

Triggers

Trigger Name Description
TR_CMSSECURITYGROUP_AUDIT_UPDATE
TR_CMSSECURITYGROUP_AUDIT_DELETE

Referenced by

Referenced by Field
CMSSECURITYGROUPCLIENTROLECLIENTSITE CMSSECURITYGROUPID
CMSSECURITYGROUPCONTENTTYPE CMSSECURITYGROUPID
CMSSECURITYGROUPTASK CMSSECURITYGROUPID