﻿# `theme_event_types`

**Module:** Theme

---

## Purpose

Junction table mapping theme versions to supported event types. A theme can support multiple event types.

---

## Columns (Summary)

| Column | Notes |
|--------|-------|
| `id INT UNSIGNED AUTO_INCREMENT PK` | — |
| `theme_version_id SMALLINT UNSIGNED NOT NULL FK→theme_versions` | — |
| `event_type_id TINYINT UNSIGNED NOT NULL FK→event_types` | — |

---

## Referenced By

None

---

## Notes

See `docs/database/RELATIONSHIP.md` for full entity relationships and `database/schema.sql` for authoritative DDL.
