]> git.mxchange.org Git - friendica.git/blobdiff - doc/database/db_locks.md
Merge pull request #12593 from nupplaphil/feat/node.config.php
[friendica.git] / doc / database / db_locks.md
index 337999017462774d8f58d3009edce06ce30dca23..dc5371184dce15e9a9452d54bb789ffb1c6326fd 100644 (file)
@@ -3,6 +3,9 @@ Table locks
 
 
 
+Fields
+------
+
 | Field   | Description                  | Type         | Null | Key | Default             | Extra          |
 | ------- | ---------------------------- | ------------ | ---- | --- | ------------------- | -------------- |
 | id      | sequential ID                | int unsigned | NO   | PRI | NULL                | auto_increment |
@@ -11,4 +14,13 @@ Table locks
 | pid     | Process ID                   | int unsigned | NO   |     | 0                   |                |
 | expires | datetime of cache expiration | datetime     | NO   |     | 0001-01-01 00:00:00 |                |
 
+Indexes
+------------
+
+| Name         | Fields        |
+| ------------ | ------------- |
+| PRIMARY      | id            |
+| name_expires | name, expires |
+
+
 Return to [database documentation](help/database)