Table: dbo.Impound_Payment_Client_Bank_Transaction_Detail | |||
Columns | |||
Name | Type | Constraints | Description |
impound_payment_client_bank_transaction_detail_KEY | int (4) | NOT NULL | Primary key. |
impound__bank_transaction_KEY | int (4) | NOT NULL | Foreign key to the Impound payee check whose detail is being tracked in this table. |
client__bank_transaction_KEY | int (4) | NOT NULL | Foreign key to a client payroll or vendor bank transaction (check) that is part of the source detail for this Impound payee check. |
Primary key | |||
Name | Columns | Description | |
PK_Impound_Payment_Client_Bank_Transaction_Detail | impound_payment_client_bank_transaction_detail_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Impound_Payment_Client_Bank_Transaction_Detail$client__bank_transaction_KEY | client__bank_transaction_KEY |