DonationSources
Primary Key
| Primary Key | Field Type |
|---|---|
| ID | int |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| BackOfficeID | int | |||
| Name | nvarchar(50) | |||
| IsDefault | bit | Default = 0 | ||
| ShowInList | bit | Default = -1 |
Foreign Keys
| Foreign Key | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| ClientDonationsID | int | ClientDonations.ID |
Indexes
| Index Name | Fields | Unique | Primary | Clustered |
|---|---|---|---|---|
| IX_DonationSources_ClientDonationsID | ClientDonationsID | |||
| PK_DonationSources | ID | yes | yes | yes |