DonationDesignations
Primary Key
| Primary Key | Field Type | 
|---|---|
| ID | int | 
Fields
| Field | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
| BackOfficeID | int | |||
| Name | nvarchar(512) | |||
| IsDefault | bit | Default = 0 | ||
| BackOfficeIDGUID | uniqueidentifier | yes | ||
| DisplayOrder | int | Default = 0 | 
Foreign Keys
| Foreign Key | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
| ClientDonationsID | int | ClientDonations.ID | 
Indexes
| Index Name | Fields | Unique | Primary | Clustered | 
|---|---|---|---|---|
| IX_DonationDesignations_ClientDonationsID | ClientDonationsID | |||
| PK_DonationDesignations | ID | yes | yes | yes |