mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:02:54 +00:00
Add database doc about the new oembed.maxwidth field
This commit is contained in:
parent
2f2ded4e55
commit
ebbf6089b4
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ Table oembed
|
|||
| Field | Description | Type | Null | Key | Default | Extra |
|
||||
| ------------ | ---------------------------------- | ------------ | ---- | --- | ------------------- | ----- |
|
||||
| url | page url | varchar(255) | NO | PRI | NULL | |
|
||||
| maxwidth | Maximum width passed to Oembed | int(11) | NO | PRI | 0 | |
|
||||
| content | OEmbed data of the page | text | NO | | NULL | |
|
||||
| created | datetime of creation | datetime | NO | MUL | 0001-01-01 00:00:00 | |
|
||||
|
||||
|
|
Loading…
Reference in a new issue