init
This commit is contained in:
15
docs/SCHEMA.md
Normal file
15
docs/SCHEMA.md
Normal file
@ -0,0 +1,15 @@
|
||||
Database Layout Documentation
|
||||
=============================
|
||||
|
||||
Default table
|
||||
```
|
||||
[
|
||||
{
|
||||
'room': 'roomname',
|
||||
'name': 'firstname-middlename-lastname',
|
||||
'arrival': 'UTC-ISO-TIMESTAMP',
|
||||
'departure': 'UTC-ISO-TIMESTAMP'
|
||||
},
|
||||
...
|
||||
]
|
||||
```
|
||||
Reference in New Issue
Block a user