mirror of
https://github.com/friendica/friendica
synced 2024-11-11 21:02:54 +00:00
12 lines
399 B
Markdown
12 lines
399 B
Markdown
|
Table process
|
||
|
===========
|
||
|
Currently running system processes
|
||
|
|
||
|
| Field | Description | Type | Null | Key | Default | Extra |
|
||
|
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
|
||
|
| pid | | int unsigned | YES | PRI | | |
|
||
|
| command | | varbinary(32) | YES | | | |
|
||
|
| created | | datetime | YES | | 0001-01-01 00:00:00 | |
|
||
|
|
||
|
Return to [database documentation](help/database)
|