Table: dbo.Staff_Type | |||
The table used to store system Staff types. These values are not expected to be surfaced to the user. | |||
Columns | |||
Name | Type | Constraints | Description |
staff_type_KEY | int (4) | NOT NULL | Primary key for this table. |
description | nvarchar (60) | NOT NULL | Unique description for this record. |
Primary key | |||
Name | Columns | Description | |
PK_Staff_Type | staff_type_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Staff_Type$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Custom_Field__Staff_Type__staff_type_KEY | staff_type_KEY | Custom_Field | |
FK_Security_Group__Staff_Type__staff_type_KEY | staff_type_KEY | Security_Group | |
FK_Staff__Staff_Type__staff_type_KEY | staff_type_KEY | Staff |