]> git.mxchange.org Git - friendica.git/blob - doc/database/db_search.md
Move Photo module, update Photo model
[friendica.git] / doc / database / db_search.md
1 Table search
2 ============
3
4 | Field | Description      | Type         | Null | Key | Default | Extra          |
5 |-------|------------------|--------------|------|-----|---------|----------------|
6 | id    | sequential ID    | int(11)      | NO   | PRI | NULL    | auto_increment |
7 | uid   |                  | int(11)      | NO   | MUL | 0       |                |
8 | term  |                  | varchar(255) | NO   | MUL |         |                |
9
10 Return to [database documentation](help/database)