Updates database structure documentation

This commit is contained in:
Michael 2021-06-13 20:33:50 +00:00
parent cd8ce7eada
commit 84ab5d6159
83 changed files with 1289 additions and 796 deletions

10
doc/database/db_host.md Normal file
View file

@ -0,0 +1,10 @@
Table host
===========
Hostname
| Field | Description | Type | Null | Key | Default | Extra |
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
| id | sequential ID | tinyint unsigned | YES | PRI | | auto_increment |
| name | The hostname | varchar(128) | YES | | | |
Return to [database documentation](help/database)