| Table: dbo.Bank_Feeds_Refused_Transaction | |||
| This table holds the information about bank feeds transactions that were deleted by the user so that they do not show up on future retrievals | |||
| Columns | |||
| Name | Type | Constraints | Description |
| bank_feeds_retrieved_financial_account_KEY | int (4) | NOT NULL | The key of bank feeds account associated with the deleted transaction. This column is part of the 2-column primary key of this table. |
| transaction_id | bigint (8) | NOT NULL | ID of the deleted bank feeds transaction. This column is part of the 2-column primary key of this table. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Bank_Feeds_Refused_Transaction$bank_feeds_retrieved_financial_account_KEY$transaction_id | bank_feeds_retrieved_financial_account_KEY, transaction_id | ||