X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_post-media.md;h=2d73a39cfc0c985071520f28ec3319f179d7787b;hb=2f3f41ed9cdb4229d78bdf2f91b0617403a8dd62;hp=d6e3a703c63a2831dc3533ab8e57869e5807a56c;hpb=9ffa053c905c7e366793380ed32ed6323d53e4d1;p=friendica.git diff --git a/doc/database/db_post-media.md b/doc/database/db_post-media.md index d6e3a703c6..2d73a39cfc 100644 --- a/doc/database/db_post-media.md +++ b/doc/database/db_post-media.md @@ -17,6 +17,7 @@ Fields | height | Height of the media | smallint unsigned | YES | | NULL | | | width | Width of the media | smallint unsigned | YES | | NULL | | | size | Media size | bigint unsigned | YES | | NULL | | +| blurhash | BlurHash representation of the image | varbinary(255) | YES | | NULL | | | preview | Preview URL | varbinary(512) | YES | | NULL | | | preview-height | Height of the preview picture | smallint unsigned | YES | | NULL | | | preview-width | Width of the preview picture | smallint unsigned | YES | | NULL | |