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
NameTypeConstraintsDescription
bank_feeds_retrieved_financial_account_KEYint (4)NOT NULLThe key of bank feeds account associated with the deleted transaction. This column is part of the 2-column primary key of this table.
transaction_idbigint (8)NOT NULLID of the deleted bank feeds transaction. This column is part of the 2-column primary key of this table.
Primary key
NameColumnsDescription
PK_Bank_Feeds_Refused_Transaction$bank_feeds_retrieved_financial_account_KEY$transaction_idbank_feeds_retrieved_financial_account_KEY, transaction_id
Foreign keys
NameColumnsReferenced tableDescription
FK_Bank_Feeds_Refused_Transaction__Bank_Feeds_Retrieved_Financial_Account__bank_feeds_retrieved_financial_account_KEYbank_feeds_retrieved_financial_account_KEYBank_Feeds_Retrieved_Financial_Account (bank_feeds_retrieved_financial_account_KEY)

Schema diagram