]> git.mxchange.org Git - friendica.git/blobdiff - doc/database/db_profile.md
Merge pull request #12000 from tobiasd/20221015-vagrant
[friendica.git] / doc / database / db_profile.md
index a8c7f2a210906fa96eddcdc3498d257bc8e01308..c180332c5b037a0cff9cdd7d6b6223b25fe782c8 100644 (file)
@@ -47,8 +47,8 @@ Fields
 | homepage     |                                               | varchar(255)       | NO   |     |            |                |
 | xmpp         | XMPP address                                  | varchar(255)       | NO   |     |            |                |
 | matrix       | Matrix address                                | varchar(255)       | NO   |     |            |                |
-| photo        |                                               | varchar(255)       | NO   |     |            |                |
-| thumb        |                                               | varchar(255)       | NO   |     |            |                |
+| photo        |                                               | varbinary(383)     | NO   |     |            |                |
+| thumb        |                                               | varbinary(383)     | NO   |     |            |                |
 | publish      | publish default profile in local directory    | boolean            | NO   |     | 0          |                |
 | net-publish  | publish profile in global directory           | boolean            | NO   |     | 0          |                |