CMSSECURITYGROUPCLIENTROLECLIENTSITE
Associates a CMS Security Group with a CMS Role and a CMS Site
Primary Key
Primary Key |
Field Type |
ID |
uniqueidentifier |
Fields
Field |
Field Type |
Null |
Notes |
Description |
APPLYTOCHILDREN |
bit |
|
Default = 1 |
|
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. |
Foreign Keys
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
IX_CMSSECURITYGROUPCLIENTROLECLIENTSITE_DATEADDED |
DATEADDED |
|
|
yes |
IX_CMSSECURITYGROUPCLIENTROLECLIENTSITE_DATECHANGED |
DATECHANGED |
|
|
|
PK_CMSSECURITYGROUPCLIENTROLECLIENTSITE |
ID |
yes |
yes |
|
UIX_CMSSECURITYGROUPCLIENTROLECLIENTSITE_CLIENTROLESID_CLIENTSITESID_CMSSECURITYGROUPID |
CLIENTROLESID, CLIENTSITESID, CMSSECURITYGROUPID |
yes |
|
|
Triggers