resource_skills_v1
Resource skills are the qualifications, accreditations, or experience-based qualifications held by individuals. They ensure efficient resource allocation and up-to-date accreditations, enabling organisations to assign the right people to tasks and maintain compliance with industry standards, maximising productivity and minimising risks.
Column | Data type | Description |
---|---|---|
id | VARCHAR(32) | The unique identifier of the resource skill. |
name | VARCHAR(75) | The specific title assigned to a resource skill, representing the expertise or qualification held by the resource. |
expiry_at | TIMESTAMP_TZ(9) | The timestamp with time zone offset of when a particular resource skill record expires. |
_resource_id | NUMBER(38,0) | The identifier of the resource associated with the skill. |
_last_sync_at | TIMESTAMP_TZ(9) | The timestamp with time zone offset of when the resource record was last refreshed. |