CMSSITESETTING
Settings for asdf CMS Sites
Primary Key
Primary Key |
Field Type |
ID |
uniqueidentifier |
Fields
Field |
Field Type |
Null |
Notes |
Description |
ENUMID |
smallint |
|
Default = ((0)) |
Corresponds to ENUM in code. |
SETTING |
nvarchar(255) |
|
Default = '' |
|
VALUE |
nvarchar(1024) |
|
Default = '' |
|
Foreign Keys
Foreign Key |
Field Type |
Null |
Notes |
Description |
CLIENTSITESID |
int |
yes |
ClientSites.ID
|
FK to CLIENTSITES |
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
PK_CMSSITESETTING |
ID |
yes |
yes |
yes |
UIX_CMSSITESETTING_CLIENTSITESID_ENUMID |
CLIENTSITESID, ENUMID |
yes |
|
|