]> git.mxchange.org Git - friendica.git/blob - doc/database/db_oembed.md
3a264d7da07a9d5271d64f1818a8a813f7d6687c
[friendica.git] / doc / database / db_oembed.md
1 Table oembed
2 ===========
3 cache for OEmbed queries
4
5 | Field | Description | Type | Null | Key | Default | Extra |
6 | ----- | ----------- | ---- | ---- | --- | ------- | ----- |
7 | url      | page url                       | varbinary(255)     | NO  | PRI | NULL                |  |    
8 | maxwidth | Maximum width passed to Oembed | mediumint unsigned | NO  | PRI | NULL                |  |    
9 | content  | OEmbed data of the page        | mediumtext         | YES |     | NULL                |  |    
10 | created  | datetime of creation           | datetime           | NO  |     | 0001-01-01 00:00:00 |  |    
11
12 Return to [database documentation](help/database)