Consent.category[]).
Primary Keys:
- consent_category_id
- consent_id - links to the consent table
| Column | Data Type | Description |
|---|---|---|
| consent_category_id | varchar | Unique identifier for the category row |
| consent_id | varchar | FK to the parent consent record |
| text | varchar | Display text for the category |

