SiteStyleSheets
Primary Key
| Primary Key |
Field Type |
| ID |
int |
Fields
| Field |
Field Type |
Null |
Notes |
Description |
| Name |
nvarchar(255) |
|
|
|
| ClientSitesID |
int |
|
|
|
| Description |
nvarchar(1024) |
yes |
|
|
| CustomCSS |
ntext |
yes |
|
|
| Guid |
uniqueidentifier |
yes |
Default = (newid()) |
|
| OwnerID |
int |
yes |
|
|
| Deleted |
bit |
|
Default = 0 |
|
| CustomCssXml |
ntext |
yes |
|
|
| CreateDate |
datetime |
yes |
|
|
| CopySourceID |
int |
yes |
|
|
| CopyBatchGUID |
uniqueidentifier |
yes |
|
|
| MediaType |
nvarchar(max) |
yes |
|
|
| BrowserType |
uniqueidentifier |
yes |
|
|
| UpdateDate |
datetime |
|
Default = getutcdate() |
|
Indexes
| Index Name |
Fields |
Unique |
Primary |
Clustered |
| IX_SiteStylesheets_GUID |
Guid |
|
|
|
| IX_SiteStyleSheets_Name |
ClientSitesID, Name |
yes |
|
|
| PK_SiteStlyeSheets |
ID |
yes |
yes |
yes |
Referenced by