| Table: dbo.Spreadsheet_Import_Direct_Deposit_Allocation_Type | |||
| Table to identify the direct deposit allocation type used when importing employees | |||
| Columns | |||
| Name | Type | Constraints | Description |
| spreadsheet_import_direct_deposit_allocation_type_KEY | int (4) | NOT NULL | Primary key for this table |
| description | nvarchar (40) | NOT NULL | direct deposit allocation item import type description |
| sequence_number | int (4) | NOT NULL | |
| Primary key | |||
| Name | Columns | Description | |
| PK_Spreadsheet_Import_Direct_Deposit_Allocation_Type | spreadsheet_import_direct_deposit_allocation_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Spreadsheet_Import_Direct_Deposit_Allocation_Type$description | description | ||
| UK_Spreadsheet_Import_Direct_Deposit_Allocation_Type$sequence_number | sequence_number | ||