EventCalendarHighlight
Primary Key
Primary Key | Field Type |
---|---|
ID | int |
Fields
Field | Field Type | Null | Notes | Description |
---|---|---|---|---|
ShowUpcoming | bit | yes | Default = 0 | |
ShowRecent | bit | yes | Default = 0 | |
UpcomingDays | int | yes | Default = 1 | |
RecentDays | int | yes | Default = 1 | |
UpcomingTitle | nvarchar(255) | yes | Default = '' | |
RecentTitle | nvarchar(255) | yes | Default = '' | |
MoreEventURL | nvarchar(255) | yes | Default = '' | |
CreateDate | datetime | yes | ||
ShowPrint | bit | yes | Default = 0 | |
Categories | nvarchar(2048) | yes |
Foreign Keys
Foreign Key | Field Type | Null | Notes | Description |
---|---|---|---|---|
SiteContentID | int | yes | SiteContent.ID |
Indexes
Index Name | Fields | Unique | Primary | Clustered |
---|---|---|---|---|
PK_EventCalendarHighlight | ID | yes | yes |