-
Notifications
You must be signed in to change notification settings - Fork 2
Database Model
abeforgit edited this page Nov 4, 2019
·
3 revisions
Incoming hardware detection events
column | type | constraints |
---|---|---|
id | integer | primary key |
baton_id | integer | fk_baton |
beacon_id | integer | fk_beacon |
timestamp | timestamp |
column | type | constraints |
---|---|---|
id | integer | primary key |
name | varchar(255) | |
baton_id | integer | fk_baton |
column | type | constraints |
---|---|---|
id | integer | primary key |
name | varchar(255) |
column | type | constraints |
---|---|---|
id | integer | primary key |
name | varchar(255) |
Generated by the logic, based on incoming detections.
column | type | constraints |
---|---|---|
id | integer | primary key |
team_id | integer | fk_team |
timestamp | timestamp |