| Table: dbo.Direct_Deposit_Distribution_Method | |||
| Type table for direct deposit distribution method.. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| direct_deposit_distribution_method_KEY | int (4) | NOT NULL | Primary Key |
| description | nvarchar (60) | NOT NULL | Direct deposit distribution method. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Direct_Deposit_Distribution_Method | direct_deposit_distribution_method_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Direct_Deposit_Distribution_Method$description | description | ||