Reversed "null"

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

View file

@ -4,7 +4,7 @@ Inter process communication between the frontend and the worker
| Field | Description | Type | Null | Key | Default | Extra |
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
| key | | int | YES | PRI | NULL | |
| jobs | Flag for outstanding jobs | boolean | NO | | NULL | |
| key | | int | NO | PRI | NULL | |
| jobs | Flag for outstanding jobs | boolean | YES | | NULL | |
Return to [database documentation](help/database)