ftracker/docs/SCHEMA.md

16 lines
233 B
Markdown
Raw Permalink Normal View History

2020-11-30 18:00:16 +01:00
Database Layout Documentation
=============================
Default table
```
[
{
2020-12-01 01:27:09 +01:00
'room': 'roomname',
'name': 'firstname-middlename-lastname',
'arrival': 'UTC-ISO-TIMESTAMP',
'departure': 'UTC-ISO-TIMESTAMP'
2020-11-30 18:00:16 +01:00
},
...
]
```