Coverage.class[]).
Primary Keys:
- coverage_class_id
- coverage_id - links to the coverage table
| Column | Data Type | Description |
|---|---|---|
| coverage_class_id | varchar | Unique identifier for the class row |
| coverage_id | varchar | FK to the parent coverage record |
| type_text | varchar | Display text for the class type |
| value | varchar | Class identifier value (e.g. group number) |
| name | varchar | Human-readable name for the class |

