X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_oembed.md;h=651a52e740fe6776eee98e6a7cdea37cf6da6457;hb=b96dbcd4cb93749d64b4c31f5fb1eec153114e69;hp=5e994eca39f91f86b954a45d4ebff1b54013b6d6;hpb=8ec424325375aa923c7d2d78ac8ddcc352f09cff;p=friendica.git diff --git a/doc/database/db_oembed.md b/doc/database/db_oembed.md index 5e994eca39..651a52e740 100644 --- a/doc/database/db_oembed.md +++ b/doc/database/db_oembed.md @@ -4,7 +4,8 @@ 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 | 0000-00-00 00:00:00 | | +| created | datetime of creation | datetime | NO | MUL | 0001-01-01 00:00:00 | | Return to [database documentation](help/database)