Table Type: Metadata
This table contains the routing skills of a user.
Columns
| Column | Type | Modifiers | Notes |
|---|---|---|---|
| id | string | Primary Key | The ID of the skill |
| user_id | string | Primary Key | The ID of the user |
| state | string | The status of the skill - one of: active, inactive or deleted | |
| name | string | The name of the skill | |
| proficiency | double | The proficiency of the skill the user has | |
| db_last_updated | datetime | Required | When this record was last updated in UTC. |
