]> git.mxchange.org Git - friendica.git/blobdiff - doc/database/db_oembed.md
Category added
[friendica.git] / doc / database / db_oembed.md
index 86b23f70f91154efc98367e71d28c6eb05b79349..bdcbbcc2bfc53ab406fd56e8025a80ca350d4504 100644 (file)
@@ -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)