friendica/doc/database/db_process.md

12 lines
399 B
Markdown
Raw Normal View History

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)