X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_process.md;h=062e6ff22cc364a10ab0064b9cdb2fb93d334cf4;hb=6d0f6babe3387d16c768fa0f779ee65acde1b5d1;hp=648019e835e942089ee612112a9a43802e53cebd;hpb=2cd0c1d30d237806e9c3853aa0645f786e31855c;p=friendica.git diff --git a/doc/database/db_process.md b/doc/database/db_process.md index 648019e835..062e6ff22c 100644 --- a/doc/database/db_process.md +++ b/doc/database/db_process.md @@ -3,10 +3,22 @@ Table process Currently running system processes +Fields +------ + | 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 | | +Indexes +------------ + +| Name | Fields | +| ------- | ------- | +| PRIMARY | pid | +| command | command | + + Return to [database documentation](help/database)