]> git.mxchange.org Git - friendica.git/blob - doc/database/db_process.md
648019e835e942089ee612112a9a43802e53cebd
[friendica.git] / doc / database / db_process.md
1 Table process
2 ===========
3
4 Currently running system processes
5
6 | Field   | Description | Type          | Null | Key | Default             | Extra |
7 | ------- | ----------- | ------------- | ---- | --- | ------------------- | ----- |
8 | pid     |             | int unsigned  | NO   | PRI | NULL                |       |
9 | command |             | varbinary(32) | NO   |     |                     |       |
10 | created |             | datetime      | NO   |     | 0001-01-01 00:00:00 |       |
11
12 Return to [database documentation](help/database)