Communication.category[]).
Primary Keys:
- communication_category_id
- communication_id - links to the communication table
| Column | Data Type | Description |
|---|---|---|
| communication_category_id | varchar | Unique identifier for the category row |
| communication_id | varchar | FK to the parent communication record |
| text | varchar | Display text for the category |

