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