]> git.mxchange.org Git - friendica.git/blobdiff - doc/database/db_conversation.md
Merge branch 'develop' into blocks-status-fix
[friendica.git] / doc / database / db_conversation.md
index 964a98d6100220e256acc36b0d6d01d7e43bc9a8..504b0dd4ae1c96bc125dc2865d1cec57ae03d939 100644 (file)
@@ -3,6 +3,9 @@ Table conversation
 
 Raw data and structure information for messages
 
+Fields
+------
+
 | Field             | Description                                                          | Type             | Null | Key | Default             | Extra |
 | ----------------- | -------------------------------------------------------------------- | ---------------- | ---- | --- | ------------------- | ----- |
 | item-uri          | Original URI of the item - unrelated to the table with the same name | varbinary(255)   | NO   | PRI | NULL                |       |
@@ -14,4 +17,14 @@ Raw data and structure information for messages
 | source            | Original source                                                      | mediumtext       | YES  |     | NULL                |       |
 | received          | Receiving date                                                       | datetime         | NO   |     | 0001-01-01 00:00:00 |       |
 
+Indexes
+------------
+
+| Name             | Fields           |
+| ---------------- | ---------------- |
+| PRIMARY          | item-uri         |
+| conversation-uri | conversation-uri |
+| received         | received         |
+
+
 Return to [database documentation](help/database)