X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_oembed.md;h=8304a32f4b3a3509746f40508ac32be63ce7b949;hb=a2532ad7554602d631d9caabb5c74564328d1fff;hp=3edee64c688ea4fdf7a8c8d23d7ac83c7c103bef;hpb=2cd0c1d30d237806e9c3853aa0645f786e31855c;p=friendica.git diff --git a/doc/database/db_oembed.md b/doc/database/db_oembed.md index 3edee64c68..8304a32f4b 100644 --- a/doc/database/db_oembed.md +++ b/doc/database/db_oembed.md @@ -3,6 +3,9 @@ Table oembed cache for OEmbed queries +Fields +------ + | Field | Description | Type | Null | Key | Default | Extra | | -------- | ------------------------------ | ------------------ | ---- | --- | ------------------- | ----- | | url | page url | varbinary(255) | NO | PRI | NULL | | @@ -10,4 +13,13 @@ cache for OEmbed queries | content | OEmbed data of the page | mediumtext | YES | | NULL | | | created | datetime of creation | datetime | NO | | 0001-01-01 00:00:00 | | +Indexes +------------ + +| Name | Fields | +| ------- | ------------- | +| PRIMARY | url, maxwidth | +| created | created | + + Return to [database documentation](help/database)