| Table: dbo.Import_Template_Column_Type | |||
| Lists the types of column data available for importing. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| import_template_column_type_KEY | int (4) | NOT NULL | Primary key. |
| import_template_type_KEY | int (4) | NOT NULL | Key to the parent table. |
| description | nvarchar (100) | NOT NULL | Unique user-friendly name of the column data type. |
| sequence_number | int (4) | NOT NULL | Order that the column options are to be displayed to the user. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Import_Template_Column_Type | import_template_column_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Import_Template_Column_Type$description | description | ||
| UK_Import_Template_Column_Type$import_template_type_KEY$sequence_number | import_template_type_KEY, sequence_number | ||
| Foreign keys | |||
| Name | Columns | Referenced table | Description |
| FK_Import_Template_Column_Type__Import_Template_Type__import_template_type_KEY | import_template_type_KEY | Import_Template_Type (import_template_type_KEY) | |
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Import_Template_Column__Import_Template_Column_Type__import_template_column_type_KEY | import_template_column_type_KEY | Import_Template_Column | |