| Table: dbo.Workforce_Hub_Pending_Acknowledgement_Queue | |||
| This table contains list of updates that came from WFH but have not been acknowledged yet. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| workforce_hub_pending_acknowledgement_queue_KEY | int (4) | NOT NULL | Primary key. |
| client_KEY | int (4) | NOT NULL | Client key to which the update belongs. |
| change_id | nvarchar (80) | NOT NULL | The identifier that came with the change request when we pulled in data from WFH. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Workforce_Hub_Pending_Acknowledgement_Queue | workforce_hub_pending_acknowledgement_queue_KEY | ||
| Foreign keys | |||
| Name | Columns | Referenced table | Description |
| FK_Workforce_Hub_Pending_Acknowledgement_Queue__Client__client_KEY | client_KEY | Client (client_KEY) | |