]> git.mxchange.org Git - friendica.git/blob - doc/database/db_oembed.md
5e994eca39f91f86b954a45d4ebff1b54013b6d6
[friendica.git] / doc / database / db_oembed.md
1 Table oembed
2 ============
3
4 | Field        | Description                        | Type         | Null | Key | Default             | Extra |
5 | ------------ | ---------------------------------- | ------------ | ---- | --- | ------------------- | ----- |
6 | url          | page url                           | varchar(255) | NO   | PRI | NULL                |       |
7 | content      | OEmbed data of the page            | text         | NO   |     | NULL                |       |
8 | created      | datetime of creation               | datetime     | NO   | MUL | 0000-00-00 00:00:00 |       |
9
10 Return to [database documentation](help/database)