X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_oembed.md;h=bdcbbcc2bfc53ab406fd56e8025a80ca350d4504;hb=8a7d08ae2860d82fe98a26f4e86626b3c7eb4d1e;hp=86b23f70f91154efc98367e71d28c6eb05b79349;hpb=96f07c7288a0b9a2433ad66ee6cef21612d90264;p=friendica.git diff --git a/doc/database/db_oembed.md b/doc/database/db_oembed.md index 86b23f70f9..bdcbbcc2bf 100644 --- a/doc/database/db_oembed.md +++ b/doc/database/db_oembed.md @@ -8,7 +8,7 @@ Fields | Field | Description | Type | Null | Key | Default | Extra | | -------- | ------------------------------ | ------------------ | ---- | --- | ------------------- | ----- | -| url | page url | varbinary(255) | NO | PRI | NULL | | +| url | page url | varbinary(383) | NO | PRI | NULL | | | maxwidth | Maximum width passed to Oembed | mediumint unsigned | NO | PRI | NULL | | | content | OEmbed data of the page | mediumtext | YES | | NULL | | | created | datetime of creation | datetime | NO | | 0001-01-01 00:00:00 | | @@ -16,10 +16,10 @@ Fields Indexes ------------ -| Name | Fields | -|------|---------| +| Name | Fields | +| ------- | ------------- | | PRIMARY | url, maxwidth | -| created | created | +| created | created | Return to [database documentation](help/database)