# solution_categories: Freshdesk Solution Categories
- Catalog: `Freshdesk`
- Schema: `Freshdesk`
- Primary Keys: `id`
- Label: Solution Categories
This is a read-only table. The Freshdesk API may not support changing the data or the Invantive UniversalSQL driver for Freshdesk does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Freshdesk API.
## Table Columns
The columns of the table `solution_categories` are shown below. Each column has an SQL data type.
| Name | Data Type | Label | Required | Documentation |
|---|:---:|---|:---:|---|
| `created_at` | `datetime` | Created at | ☐ | Date/time at which the record was created. |
| `description` | `varchar2` | Description | ☐ | Description. |
| `id` | `int64` | ID | ☐ | Unique ID of the solution category. |
| `is_default` | `char` | Is Default | ☐ | Whether the category is a default category. |
| `name` | `varchar2` | Name | ☐ | Name of the solution category. |
| `position` | `int64` | Position | ☐ | Rank of the solution category in the category listing. |
| `updated_at` | `datetime` | Updated at | ☐ | Date/time at which the record was last updated. |