friendica/doc/database/db_search.md
2021-06-14 05:14:09 +00:00

12 lines
382 B
Markdown

Table search
===========
| Field | Description | Type | Null | Key | Default | Extra |
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
| id | sequential ID | int unsigned | NO | PRI | NULL | auto_increment |
| uid | User id | mediumint unsigned | NO | | 0 | |
| term | | varchar(255) | NO | | | |
Return to [database documentation](help/database)