X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_oembed.md;h=651a52e740fe6776eee98e6a7cdea37cf6da6457;hb=2ae6556b3293f20647edeea36b793fda8f65691f;hp=080c9824cbe49a76504c72644c6bcdbf8ed723d6;hpb=6b250d3ae967f304074c7b398dd56008d1c864fd;p=friendica.git diff --git a/doc/database/db_oembed.md b/doc/database/db_oembed.md index 080c9824cb..651a52e740 100644 --- a/doc/database/db_oembed.md +++ b/doc/database/db_oembed.md @@ -4,6 +4,7 @@ Table oembed | Field | Description | Type | Null | Key | Default | Extra | | ------------ | ---------------------------------- | ------------ | ---- | --- | ------------------- | ----- | | url | page url | varchar(255) | NO | PRI | NULL | | +| maxwidth | Maximum width passed to Oembed | int(11) | NO | PRI | 0 | | | content | OEmbed data of the page | text | NO | | NULL | | | created | datetime of creation | datetime | NO | MUL | 0001-01-01 00:00:00 | |