4 cache for OEmbed queries
9 | Field | Description | Type | Null | Key | Default | Extra |
10 | -------- | ------------------------------ | ------------------ | ---- | --- | ------------------- | ----- |
11 | url | page url | varbinary(255) | NO | PRI | NULL | |
12 | maxwidth | Maximum width passed to Oembed | mediumint unsigned | NO | PRI | NULL | |
13 | content | OEmbed data of the page | mediumtext | YES | | NULL | |
14 | created | datetime of creation | datetime | NO | | 0001-01-01 00:00:00 | |
21 | PRIMARY | url, maxwidth |
25 Return to [database documentation](help/database)