]> git.mxchange.org Git - friendica.git/blob - doc/database/db_oembed.md
e08af5f010bdbf990247f88c10c2a991cefef74c
[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) | YES | PRI |  |  |    
8 | maxwidth | Maximum width passed to Oembed | mediumint unsigned | YES | PRI |  |  |    
9 | content | OEmbed data of the page | mediumtext | NO |  |  |  |    
10 | created | datetime of creation | datetime | YES |  | 0001-01-01 00:00:00 |  |    
11
12 Return to [database documentation](help/database)