]> git.mxchange.org Git - friendica.git/blobdiff - doc/database/db_oembed.md
Merge remote-tracking branch 'upstream/develop' into user-contact
[friendica.git] / doc / database / db_oembed.md
index 3edee64c688ea4fdf7a8c8d23d7ac83c7c103bef..8304a32f4b3a3509746f40508ac32be63ce7b949 100644 (file)
@@ -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)