]> git.mxchange.org Git - friendica.git/blob - doc/database/db_parsed_url.md
Move Photo module, update Photo model
[friendica.git] / doc / database / db_parsed_url.md
1 Table parsed_url
2 ================
3
4 | Field        | Description                        | Type         | Null | Key | Default             | Extra |
5 | ------------ | ---------------------------------- | ------------ | ---- | --- | ------------------- | ----- |
6 | url          | page url                           | varchar(255) | NO   | PRI | NULL                |       |
7 | guessing     | is the "guessing" mode active?     | tinyint(1)   | NO   | PRI | 0                   |       |
8 | oembed       | is the data the result of oembed?  | tinyint(1)   | NO   | PRI | 0                   |       |
9 | content      | page data                          | text         | NO   |     | NULL                |       |
10 | created      | datetime of creation               | datetime     | NO   | MUL | 0001-01-01 00:00:00 |       |
11
12 Return to [database documentation](help/database)