]> git.mxchange.org Git - friendica.git/blobdiff - doc/database/db_inbox-status.md
Merge remote-tracking branch 'upstream/2021.06-rc' into public-timeline
[friendica.git] / doc / database / db_inbox-status.md
index fb6a40850679df5ca9b29630ba07b2bdca8541cb..3b82cf46a0620521f3c995ebd24c8b0b6447a124 100644 (file)
@@ -3,6 +3,9 @@ Table inbox-status
 
 Status of ActivityPub inboxes
 
+Fields
+------
+
 | Field    | Description                          | Type           | Null | Key | Default             | Extra |
 | -------- | ------------------------------------ | -------------- | ---- | --- | ------------------- | ----- |
 | url      | URL of the inbox                     | varbinary(255) | NO   | PRI | NULL                |       |
@@ -13,4 +16,12 @@ Status of ActivityPub inboxes
 | archive  | Is the inbox archived?               | boolean        | NO   |     | 0                   |       |
 | shared   | Is it a shared inbox?                | boolean        | NO   |     | 0                   |       |
 
+Indexes
+------------
+
+| Name    | Fields |
+| ------- | ------ |
+| PRIMARY | url    |
+
+
 Return to [database documentation](help/database)