Worker Assignments

Worker Assignments

FieldTypeDescription
id 🔑INTEGERThe unique identifier for the worker assignment record.
agency_id 🔗INTEGERThe ID of the agency this worker assignment belongs to.
agency_worker_id 🔗INTEGERThe ID of the agency worker being assigned.
application_id 🔗INTEGERThe ID of the application this worker is assigned to.
license_id 🔗INTEGERThe ID of the license this worker assignment is associated with.
roleSTRINGThe role or responsibility of the worker in this assignment.
created_atTIMESTAMPThe timestamp when the worker assignment was created.
assigned_atTIMESTAMPThe timestamp when the worker was assigned to this role.
unassigned_atTIMESTAMPThe timestamp when the worker was unassigned from this role, if applicable.

Key Information

Primary Keys

  • id - The unique identifier for the worker assignment record.

Foreign Keys

  • agency_id - The ID of the agency this worker assignment belongs to.
  • agency_worker_id - The ID of the agency worker being assigned.
  • application_id - The ID of the application this worker is assigned to.
  • license_id - The ID of the license this worker assignment is associated with.