RegCode
One-time registration codes tied to a sensor.
Entity: RegCode
Description
One-time registration codes tied to a sensor.
Attributes
| Attribute | Type / Unit | Description |
|---|---|---|
RCID | PK (UUID/string) | Reg code id. |
SID | FK → Sensor(SID) | Target sensor. |
code_UK | string | The code (unique). |
redeemed_at | timestamp | null | Redemption time. |
Keys
- Primary Key:
RCID - Foreign Keys:
SID→Sensor.SID - Unique Keys:
code_UK