]> git.mxchange.org Git - friendica.git/blob - doc/database/db_dsprphotoq.md
Merge pull request #2258 from rabuzarus/1701_forumlist_profile
[friendica.git] / doc / database / db_dsprphotoq.md
1 Table dsprphotoq
2 ================
3
4 | Field   | Description      | Type             | Null | Key | Default | Extra          |
5 |---------|------------------|------------------|------|-----|---------|----------------|
6 | id      | sequential ID    | int(10) unsigned | NO   | PRI | NULL    | auto_increment |
7 | uid     |                  | int(11)          | NO   |     | 0       |                |
8 | msg     |                  | mediumtext       | NO   |     | NULL    |                |
9 | attempt |                  | tinyint(4)       | NO   |     | 0       |                |
10
11 Return to [database documentation](help/database)