Table: dbo.GL_Transaction_N_Bank_Transaction | |||
This dictionary table associates a bank transaction with its associated GL transaction specific detail. | |||
Columns | |||
Name | Type | Constraints | Description |
gl_transaction_KEY | int (4) | NOT NULL | Primary key. Also the foreign key to the GL transaction detail being associated with a bank transaction. |
bank_transaction_KEY | int (4) | NOT NULL | Foreign key to Bank_Transaction. |
Primary key | |||
Name | Columns | Description | |
PK_GL_Transaction_N_Bank_Transaction$gl_transaction_KEY | gl_transaction_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_GL_Transaction_N_Bank_Transaction$bank_transaction_KEY | bank_transaction_KEY |