PageContent
Primary Key
| Primary Key | Field Type | 
|---|---|
| ID | int | 
Fields
| Field | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
| ContentOrder | int | Default = 1 | ||
| RequiresSSL | bit | yes | ||
| PaneName | nvarchar(256) | yes | 
Foreign Keys
| Foreign Key | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
| SitePagesID | int | SitePages.ID | ||
| SiteContentID | int | SiteContent.ID | 
Indexes
| Index Name | Fields | Unique | Primary | Clustered | 
|---|---|---|---|---|
| IX_PageContent_SearchSiteContent | SiteContentID, SitePagesID, ID | |||
| IX_PageContent_SearchSitePage | SitePagesID, SiteContentID, ID | |||
| PK_PageContent | ID | yes | yes | yes |