1
1
Fork 0

Reversed "null"

This commit is contained in:
Michael 2021-06-14 05:14:09 +00:00
commit a827f948c8
73 changed files with 752 additions and 752 deletions

View file

@ -4,9 +4,9 @@ main configuration storage
| Field | Description | Type | Null | Key | Default | Extra |
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
| id | | int unsigned | YES | PRI | NULL | auto_increment |
| cat | | varbinary(50) | YES | | | |
| k | | varbinary(50) | YES | | | |
| v | | mediumtext | NO | | NULL | |
| 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)