ftracker/docs/SCHEMA.md

15 lines
211 B
Markdown
Raw Normal View History

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