]> git.mxchange.org Git - friendica.git/blobdiff - doc/database/db_process.md
Category added
[friendica.git] / doc / database / db_process.md
index 8ffec5767155ba600a6bb4c278e1550b3cac42b1..c0eb75f2974b61ac932f9c26c6fb547284837a3e 100644 (file)
@@ -6,12 +6,12 @@ Currently running system processes
 Fields
 ------
 
-| Field    | Description                        | Type          | Null | Key | Default             | Extra |
-| -------- | ---------------------------------- | ------------- | ---- | --- | ------------------- | ----- |
-| pid      | The process ID of the current node | int unsigned  | NO   | PRI | NULL                |       |
-| hostname | The hostname of the current node   | varchar(32)   | NO   | PRI | NULL                |       |
-| command  |                                    | varbinary(32) | NO   |     |                     |       |
-| created  |                                    | datetime      | NO   |     | 0001-01-01 00:00:00 |       |
+| Field    | Description                                | Type          | Null | Key | Default             | Extra |
+| -------- | ------------------------------------------ | ------------- | ---- | --- | ------------------- | ----- |
+| pid      | The ID of the process                      | int unsigned  | NO   | PRI | NULL                |       |
+| hostname | The name of the host the process is ran on | varchar(32)   | NO   | PRI | NULL                |       |
+| command  |                                            | varbinary(32) | NO   |     |                     |       |
+| created  |                                            | datetime      | NO   |     | 0001-01-01 00:00:00 |       |
 
 Indexes
 ------------