Table: dbo.Funding_Withdrawal_Liability_Detail
Columns
NameTypeConstraintsDescription
funding_withdrawal_liability_detail_KEYint (4)NOT NULLPrimary key.
funding_withdrawal__bank_transaction_KEYint (4)NOT NULLForeign key to the client Impound funding withdrawal whose detail is being tracked in this table.
detail__payable_transaction_KEYint (4)NOT NULLForeign key to a client liability transaction that is one of the source details for this client Impound funding withdrawal.
Primary key
NameColumnsDescription
PK_Funding_Withdrawal_Liability_Detailfunding_withdrawal_liability_detail_KEY
Unique constraints
NameColumnsDescription
UK_Funding_Withdrawal_Liability_Detail$detail__payable_transaction_KEYdetail__payable_transaction_KEY
Foreign keys
NameColumnsReferenced tableDescription
FK_Funding_Withdrawal_Liability_Detail__Bank_Transaction__funding_withdrawal__bank_transaction_KEYfunding_withdrawal__bank_transaction_KEYBank_Transaction (bank_transaction_KEY)
FK_Funding_Withdrawal_Liability_Detail__Payable_Transaction__detail__payable_transaction_KEYdetail__payable_transaction_KEYPayable_Transaction (payable_transaction_KEY)

Schema diagram