friendica/doc/database/db_process.md

25 lines
666 B
Markdown
Raw Normal View History

Table process
===========
2021-06-14 08:10:11 +02:00
Currently running system processes
2021-06-14 10:53:37 +02:00
Fields
------
2021-06-14 08:10:11 +02:00
| Field | Description | Type | Null | Key | Default | Extra |
| ------- | ----------- | ------------- | ---- | --- | ------------------- | ----- |
| pid | | int unsigned | NO | PRI | NULL | |
| command | | varbinary(32) | NO | | | |
| created | | datetime | NO | | 0001-01-01 00:00:00 | |
2021-06-14 10:53:37 +02:00
Indexes
------------
2021-06-14 14:15:10 +02:00
| Name | Fields |
| ------- | ------- |
| PRIMARY | pid |
2021-06-14 10:53:37 +02:00
| command | command |
Return to [database documentation](help/database)