| Table: dbo.Initial_Open_Item_Bank_Transaction | |||
| This table holds additional information needed only by an Initial Open Item bank transaction. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| bank_transaction_KEY | int (4) | NOT NULL | The primary key and a foreign key to the parent bank transaction. |
| related__client_KEY | int (4) | NOT NULL | Non-impound client that the impound transaction refers to. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Initial_Open_Item_Bank_Transaction$bank_transaction_KEY | bank_transaction_KEY | ||
| Foreign keys | |||
| Name | Columns | Referenced table | Description |
| FK_Initial_Open_Item_Bank_Transaction__Bank_Transaction__bank_transaction_KEY | bank_transaction_KEY | Bank_Transaction (bank_transaction_KEY) | |
| FK_Initial_Open_Item_Bank_Transaction__Client__related__client_KEY | related__client_KEY | Client (client_KEY) | |