X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_post-link.md;h=cee382f3d7e7a871c52ee624dab291f8364d20a1;hb=9581b05603e6ee4e250738c159ed2e67b3fb2eeb;hp=a162453567a49c2b6e3d8af43a75562c61bd1695;hpb=6354d7c81da4ef440131374f67620633ca4feef1;p=friendica.git diff --git a/doc/database/db_post-link.md b/doc/database/db_post-link.md index a162453567..cee382f3d7 100644 --- a/doc/database/db_post-link.md +++ b/doc/database/db_post-link.md @@ -6,12 +6,15 @@ Post related external links Fields ------ -| Field | Description | Type | Null | Key | Default | Extra | -| -------- | --------------------------------------------------------- | -------------- | ---- | --- | ------- | -------------- | -| id | sequential ID | int unsigned | NO | PRI | NULL | auto_increment | -| uri-id | Id of the item-uri table entry that contains the item uri | int unsigned | NO | | NULL | | -| url | External URL | varbinary(511) | NO | | NULL | | -| mimetype | | varchar(60) | YES | | NULL | | +| Field | Description | Type | Null | Key | Default | Extra | +| -------- | --------------------------------------------------------- | ----------------- | ---- | --- | ------- | -------------- | +| id | sequential ID | int unsigned | NO | PRI | NULL | auto_increment | +| uri-id | Id of the item-uri table entry that contains the item uri | int unsigned | NO | | NULL | | +| url | External URL | varbinary(511) | NO | | NULL | | +| mimetype | | varchar(60) | YES | | NULL | | +| height | Height of the media | smallint unsigned | YES | | NULL | | +| width | Width of the media | smallint unsigned | YES | | NULL | | +| blurhash | BlurHash representation of the link | varbinary(255) | YES | | NULL | | Indexes ------------