FireStation
Fire station metadata and location, owned/created by a user.
Entity: FireStation
Description
Fire station metadata and location, owned/created by a user.
Attributes
| Attribute | Type / Unit | Description |
|---|---|---|
FSID | PK (UUID/string) | Fire station id. |
UID | FK → User(UID) | Creator/owner. |
long | float | Longitude. |
lat | float | Latitude. |
name | string | Station name. |
... | — | Other fields. |
Keys
- Primary Key:
FSID - Foreign Keys:
UID→User.UID - Unique Keys: (optional) consider unique on
name