Agency Workers
Agency Workers
Field | Type | Description |
---|---|---|
id 🔑 | INTEGER | The unique identifier for the agency worker record. |
agency_id 🔗 | INTEGER | The ID of the agency this worker belongs to. |
person_id 🔗 | INTEGER | The ID of the person who is an agency worker. |
email | STRING | The email address associated with this agency worker. |
role_slug | STRING | The role or position of the worker within the agency. |
Key Information
Primary Keys
id
- The unique identifier for the agency worker record.
Foreign Keys
agency_id
- The ID of the agency this worker belongs to.person_id
- The ID of the person who is an agency worker.
Updated 6 days ago