CMSSITEURLS
Primary Key
Primary Key | Field Type |
---|---|
ID | uniqueidentifier |
Fields
Field | Field Type | Null | Notes | Description |
---|---|---|---|---|
URL | nvarchar(255) | Default = '' | ||
SEQUENCE | int | Default = 0 |
Foreign Keys
Foreign Key | Field Type | Null | Notes | Description |
---|---|---|---|---|
CLIENTSITESID | int | ClientSites.ID |
Indexes
Index Name | Fields | Unique | Primary | Clustered |
---|---|---|---|---|
PK_CMSSITEURLS | ID | yes | yes | yes |
UIX_CMSSITEURLS_CLIENTSITESID_URL | CLIENTSITESID, URL | yes |