Table: dbo.Employer_Type | |||
Columns | |||
Name | Type | Constraints | Description |
employer_type_KEY | int (4) | NOT NULL | Primary key for this table |
description | nvarchar (70) | NOT NULL | Employer type description |
Primary key | |||
Name | Columns | Description | |
PK_Employer_Type | employer_type_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Employer_Type$description | description |