]> git.mxchange.org Git - friendica.git/blob - doc/database/db_worker-ipc.md
Pad the lengths of the columns
[friendica.git] / doc / database / db_worker-ipc.md
1 Table worker-ipc
2 ===========
3 Inter process communication between the frontend and the worker
4
5 | Field | Description | Type | Null | Key | Default | Extra |
6 | ----- | ----------- | ---- | ---- | --- | ------- | ----- |
7 | key  |                           | int     | NO  | PRI | NULL |  |    
8 | jobs | Flag for outstanding jobs | boolean | YES |     | NULL |  |    
9
10 Return to [database documentation](help/database)