| Column | ID | Type |
|---|---|---|
| tenant_id | 0 | string NOT NULL HASH |
| category_id | 1 | binary NOT NULL RANGE_ASC_NULL_LAST |
| project_id | 2 | string NULLABLE VALUE |
| name | 3 | string NULLABLE VALUE |
| color | 4 | string NULLABLE VALUE |
| system | 5 | bool NULLABLE VALUE |
| sort_order | 6 | int64 NULLABLE VALUE |
| created_at | 7 | int64 NULLABLE VALUE |
| updated_at | 8 | int64 NULLABLE VALUE |