| Table: dbo.Workforce_Hub_Form_Type | |||
| This table contains all the types of forms that can be sent to WorkforceHub | |||
| Columns | |||
| Name | Type | Constraints | Description |
| workforce_hub_form_type_KEY | tinyint (1) | NOT NULL | Primary key. |
| description | nvarchar (20) | NOT NULL | The description of the WorkforceHub form. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Workforce_Hub_Form_Type | workforce_hub_form_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Workforce_Hub_Form_Type$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Workforce_Hub_Form_Queue__Workforce_Hub_Form_Type__workforce_hub_form_type_KEY | workforce_hub_form_type_KEY | Workforce_Hub_Form_Queue | |