]> git.mxchange.org Git - friendica.git/blobdiff - doc/database/db_conv.md
Merge remote-tracking branch 'origin/2022.12-rc' into fixes
[friendica.git] / doc / database / db_conv.md
index c1d50b5de587feeca1a4db8f4969d8b85e05c268..69815fae7db6e11408b9b464f21406975700f539 100644 (file)
@@ -9,7 +9,7 @@ Fields
 | Field   | Description                               | Type               | Null | Key | Default             | Extra          |
 | ------- | ----------------------------------------- | ------------------ | ---- | --- | ------------------- | -------------- |
 | id      | sequential ID                             | int unsigned       | NO   | PRI | NULL                | auto_increment |
-| guid    | A unique identifier for this conversation | varchar(255)       | NO   |     |                     |                |
+| guid    | A unique identifier for this conversation | varbinary(255)     | NO   |     |                     |                |
 | recips  | sender_handle;recipient_handle            | text               | YES  |     | NULL                |                |
 | uid     | Owner User id                             | mediumint unsigned | NO   |     | 0                   |                |
 | creator | handle of creator                         | varchar(255)       | NO   |     |                     |                |