Table: dbo.Funding_Withdrawal_Bank_Transaction_Detail | |||
Columns | |||
Name | Type | Constraints | Description |
funding_withdrawal_bank_transaction_detail_KEY | int (4) | NOT NULL | Primary key. |
funding_withdrawal__bank_transaction_KEY | int (4) | NOT NULL | Foreign key to the client Impound funding withdrawal whose detail is being tracked in this table. |
detail__bank_transaction_KEY | int (4) | NOT NULL | Foreign key to a client bank transaction that is one of the source details for this client Impound funding withdrawal. |
Primary key | |||
Name | Columns | Description | |
PK_Funding_Withdrawal_Bank_Transaction_Detail | funding_withdrawal_bank_transaction_detail_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Funding_Withdrawal_Bank_Transaction_Detail$detail__bank_transaction_KEY | detail__bank_transaction_KEY |