| Table: dbo.Custom_Value_Client_Staff | |||
| This table links a client staff (ACS or CSS) to one of the custom values associated with it. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| custom_value_KEY | int (4) | NOT NULL | Primary key for this table and FK to the custom value being referenced. |
| staff_KEY | int (4) | NOT NULL | The client staff that owns this custom value. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Custom_Value_Client_Staff$custom_value_KEY | custom_value_KEY | ||
| Foreign keys | |||
| Name | Columns | Referenced table | Description |
| FK_Custom_Value_Client_Staff__Custom_Value__custom_value_KEY | custom_value_KEY | Custom_Value (custom_value_KEY) | |
| FK_Custom_Value_Client_Staff__Staff__staff_KEY | staff_KEY | Staff (staff_KEY) | |