Table: dbo.Import_Template_Column | |||
Parent record for user-defined Import Templates. | |||
Columns | |||
Name | Type | Constraints | Description |
import_template_column_KEY | int (4) | NOT NULL | Primary key. |
import_template_KEY | int (4) | NOT NULL | Parent record for the user defined Import Template |
import_template_column_type_KEY | int (4) | NOT NULL | Parent record for the user defined Import Template_Column_Type |
column_number | int (4) | NOT NULL |
Primary key | |||
Name | Columns | Description | |
PK_Import_Template_Column | import_template_column_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Import_Template_Column$import_template_KEY$column_number | import_template_KEY, column_number |