Supervisors
Supervisors
| Field | Type | Description |
|---|---|---|
supervisory_assignment_id đ | INTEGER | The unique identifier for the supervisory assignment record. |
agency_id đ | INTEGER | The ID of the agency this supervisory assignment belongs to. |
supervisor_id đ | INTEGER | The ID of the agency worker who is the supervisor. |
supervisee_id đ | INTEGER | The ID of the agency worker who is the supervisee. |
created_at | TIMESTAMP | The timestamp when the supervisory assignment was created. |
updated_at | TIMESTAMP | The timestamp when the supervisory assignment was last updated. |
Key Information
Primary Keys
supervisory_assignment_id- The unique identifier for the supervisory assignment record.
Foreign Keys
agency_id- The ID of the agency this supervisory assignment belongs to.supervisor_id- The ID of the agency worker who is the supervisor.supervisee_id- The ID of the agency worker who is the supervisee.
Updated 16 days ago
