| Primary Key | Field Type | 
|---|---|
|  ID | int | 
| Field | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
|  ClientMembershipsID | int | |||
|  AddedByUserID | int |  | ||
|  DateAdded | datetime | Default = getutcdate() | ||
|  XMLObjectData | ntext | |||
|  processed_date | datetime |  | ||
|  IsDeleted | bit | Default = 0 | ||
|  EmailID | int |  | ||
|  GiftAmount | numeric(30, 6) |  | ||
|  GiftPaymentMethod | int |  | ||
|  GiftCurrencyType | int |  | ||
|  TransactionGUID | uniqueidentifier |  | ||
|  Status | tinyint | Default = 1 | ||
|  FailureData | nvarchar(max) |  | 
| Foreign Key | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
|  EmailJobRecipientID | int |  | EmailJob_Recipient.ID | 
| Index Name | Field(s) | Unique | Primary | Clustered | 
|---|---|---|---|---|
|  IX_MembershipTransactions_EmailJobRecipientID | EmailJobRecipientID | |||
|  IX_MembershipTransactions_processed_date_ClientMembershipsID | processed_date, ClientMembershipsID | |||
|  PK_MembershipTransactions | ID |  |  |  | 
