| Table: dbo.Import_Template_Type | |||
| Lists the types of data available for importing. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| import_template_type_KEY | int (4) | NOT NULL | Primary key. |
| description | nvarchar (100) | NOT NULL | Unique user-friendly name of the template type. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Import_Template_Type | import_template_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Import_Template_Type$description | description | ||