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