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