FundRaiserPages
Primary Key
| Primary Key | Field Type | 
|---|---|
| ID | int | 
Fields
| Field | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
| IsDefault | bit | |||
| PageType | int | Default = 0 | ||
| DisplayName | nvarchar(100) | yes | 
Foreign Keys
| Foreign Key | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
| FundRaiserID | int | FundRaisers.ID | ||
| SitePageID | int | SitePages.ID | 
Indexes
| Index Name | Fields | Unique | Primary | Clustered | 
|---|---|---|---|---|
| IX_FundraiserPages_FundraiserID | FundRaiserID | |||
| PK_FundRaiserPages | ID | yes | yes | yes | 
Referenced by
| Referenced by | Field | 
|---|---|
| FundRaiserTeams | FundRaiserPageID | 
| UserPersonalPages | FundRaiserPageID |