Primary Key Field Type
 ID int

Field Field Type Null Notes Description
 CreateDate datetime   Default = getutcdate()
 UpdateDate datetime   Default = getutcdate()
 TransactionXml ntext  
 AcknowledgementXml ntext  
 Amount decimal(30, 6)  
 AllowsMatchingGifts bit   Default = 0
 ECardsXml ntext
 EReceiptPdfForCreditCard bit   Default = 0
 EReceiptPdfForDirectDebit bit   Default = 0
 MarkReceiptedForCreditCard bit   Default = 0
 MarkReceiptedForDirectDebit bit   Default = 0
 CartSendDonationAcknowledgementAlways bit   Default = 0

Foreign Key Field Type Null Notes Description
 ShoppingCartID int   ShoppingCart.ID

Index Name Field(s) Unique Primary Clustered
 PK_ShoppingCartDonation ID  

Entity-Relationship diagram of this table