1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-01-14 13:04:43 +00:00
friendica-github/doc/database/db_oembed.md
2018-01-10 19:25:08 -05:00

750 B

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

Return to database documentation