NavBarItems
Primary Key
| Primary Key | Field Type |
|---|---|
| ID | int |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| Caption | nvarchar(50) | yes | ||
| URL | nvarchar(1024) | yes | ||
| SitePageID | int | yes | ||
| DefaultSiteImageID | int | yes | ||
| ActiveSiteImageID | int | yes | ||
| HoverSiteImageID | int | yes | ||
| Sequence | int | yes | ||
| PageTabId | int | Default = 0 | ||
| Target | nvarchar(255) | yes | ||
| AddQS | nvarchar(25) | yes | ||
| DocumentID | int | Default = -1 |
Foreign Keys
| Foreign Key | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| ContentID | int | SiteContent.ID |
Indexes
| Index Name | Fields | Unique | Primary | Clustered |
|---|---|---|---|---|
| PK_NavBarItems | ID | yes | yes | yes |