Label Model
Labels categorize issues with colored tags.
Fields
| Field | Type | Required | Description |
|---|---|---|---|
| id | UUID | Auto | Unique identifier |
| name | string (255) | Yes | Label name |
| color | string | No | Hex color code |
| description | string | No | Description |
| parent | FK->Label | No | Parent label (hierarchical) |
| sort_order | float | Auto | Display order |
| project | FK->Project | No | Parent project (null=workspace-level) |