| Table: dbo.Staff_Locator | |||
| Columns | |||
| Name | Type | Constraints | Description |
| staff_locator_KEY | int (4) | NOT NULL | Database assigned primary key for this table |
| staff_KEY | int (4) | NOT NULL | Key to a Staff record |
| staff_locator_status_KEY | int (4) | Key to a Staff Locator Status row | |
| returning | smalldatetime (4) | Date and time the staff will return. | |
| comments | nvarchar (-1) | Any comments entered by the user. | |
| Primary key | |||
| Name | Columns | Description | |
| PK_Staff_Locator | staff_locator_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Staff_Locator$staff_KEY | staff_KEY | ||
| Foreign keys | |||
| Name | Columns | Referenced table | Description |
| FK_Staff_Locator__Staff__staff_KEY | staff_KEY | Staff (staff_KEY) | |
| FK_Staff_Locator__Staff_Locator_Status__staff_locator_status_KEY | staff_locator_status_KEY | Staff_Locator_Status (staff_locator_status_KEY) | |