| Column | ID | Type |
|---|---|---|
| tenant_id | 0 | string NOT NULL HASH |
| label_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 |
| icon | 5 | string NULLABLE VALUE |
| description | 6 | string NULLABLE VALUE |
| category_id | 7 | binary NULLABLE VALUE |
| archived | 8 | bool NULLABLE VALUE |
| usage_count | 9 | int64 NULLABLE VALUE |
| sort_order | 10 | int64 NULLABLE VALUE |
| system | 11 | bool NULLABLE VALUE |
| created_at | 12 | int64 NULLABLE VALUE |
| updated_at | 13 | int64 NULLABLE VALUE |