]> git.mxchange.org Git - friendica.git/blob - doc/database/db_search.md
Pad the lengths of the columns
[friendica.git] / doc / database / db_search.md
1 Table search
2 ===========
3
4
5 | Field | Description | Type | Null | Key | Default | Extra |
6 | ----- | ----------- | ---- | ---- | --- | ------- | ----- |
7 | id   | sequential ID | int unsigned       | NO | PRI | NULL | auto_increment |    
8 | uid  | User id       | mediumint unsigned | NO |     | 0    |                |    
9 | term |               | varchar(255)       | NO |     |      |                |    
10
11 Return to [database documentation](help/database)