1
0
Fork 0

Trailing whitespace removed

This commit is contained in:
Michael 2021-06-14 06:10:11 +00:00
commit 2cd0c1d30d
72 changed files with 965 additions and 893 deletions

View file

@ -1,12 +1,13 @@
Table config
===========
main configuration storage
| Field | Description | Type | Null | Key | Default | Extra |
| ----- | ----------- | ------------- | ---- | --- | ------- | -------------- |
| id | | int unsigned | NO | PRI | NULL | auto_increment |
| cat | | varbinary(50) | NO | | | |
| k | | varbinary(50) | NO | | | |
| v | | mediumtext | YES | | NULL | |
| Field | Description | Type | Null | Key | Default | Extra |
| ----- | ----------- | ------------- | ---- | --- | ------- | -------------- |
| id | | int unsigned | NO | PRI | NULL | auto_increment |
| cat | | varbinary(50) | NO | | | |
| k | | varbinary(50) | NO | | | |
| v | | mediumtext | YES | | NULL | |
Return to [database documentation](help/database)