friendica/doc/database/db_oembed.md

13 lines
786 B
Markdown
Raw Normal View History

2016-01-15 23:27:25 +01:00
Table oembed
===========
cache for OEmbed queries
2016-01-15 23:27:25 +01:00
2021-06-14 07:58:51 +02:00
| Field | Description | Type | Null | Key | Default | Extra |
| -------- | ------------------------------ | ------------------ | ---- | --- | ------------------- | ----- |
| url | page url | varbinary(255) | 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 | |
2016-01-15 23:27:25 +01:00
Return to [database documentation](help/database)