| Table: dbo.Direct_Deposit_Processing_Locked_Transaction_Type | |||
| This table holds keys for direct deposit processing locked transaction types | |||
| Columns | |||
| Name | Type | Constraints | Description |
| direct_deposit_processing_locked_transaction_type_KEY | int (4) | NOT NULL | Primary key |
| description | nvarchar (80) | NOT NULL | The description of the transaction type - correlates to the transaction table for the transaction being locked. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Direct_Deposit_Processing_Locked_Transaction_Type | direct_deposit_processing_locked_transaction_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Direct_Deposit_Processing_Locked_Transaction_Type$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Direct_Deposit_Processing_Locked_Transaction__Direct_Deposit_Processing_Locked_Transaction_Type__direct_deposit_processing_lo | direct_deposit_processing_locked_transaction_type_KEY | Direct_Deposit_Processing_Locked_Transaction | |