EventCalendar
Primary Key
| Primary Key | Field Type |
|---|---|
| ID | int |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| Name | nvarchar(255) | |||
| CreateDate | datetime | yes | ||
| DefaultDisplayMode | nvarchar(20) | yes | ||
| ManagerRoles | nvarchar(4000) | yes |
Foreign Keys
| Foreign Key | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| SiteContentID | int | yes | SiteContent.ID | |
| PersonalPageDataID | int | yes | PersonalPageData.ID |
Indexes
| Index Name | Fields | Unique | Primary | Clustered |
|---|---|---|---|---|
| PK_EventCalendar | ID | yes | yes |
Referenced by
| Referenced by | Field |
|---|---|
| CalendarEvent | EventCalendarID |
| CalendarEvtCategoryPicks | EventCalendarID |
| EventCalendarHighlightDetail | SrcCalendarID |