Device.version[]).
Primary Keys: device_version_id
Foreign Keys:
- device_id - links to the device table
| Column | Data Type | Description |
|---|---|---|
| device_version_id | varchar | Unique identifier for the version row |
| device_id | varchar | Parent device |
| version | varchar | Version value (e.g., model or version string) |

