]> git.mxchange.org Git - friendica.git/blob - doc/database/db_oembed.md
09b9fbbf4ce88b1d2005589daf521f7c5d2f6080
[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)