1
0
Fork 0

Pad the lengths of the columns

This commit is contained in:
Michael 2021-06-14 05:33:47 +00:00
commit 4095e6c9be
72 changed files with 761 additions and 751 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 | NO | PRI | NULL | |
| jobs | Flag for outstanding jobs | boolean | YES | | NULL | |
| key | | int | NO | PRI | NULL | |
| jobs | Flag for outstanding jobs | boolean | YES | | NULL | |
Return to [database documentation](help/database)