Updated full text indexes

This commit is contained in:
Michael 2024-01-21 16:39:28 +00:00
parent 6389133575
commit 5a33a494e8
5 changed files with 14 additions and 16 deletions

View file

@ -12,6 +12,7 @@ Fields
| network | | char(4) | YES | | NULL | |
| private | 0=public, 1=private, 2=unlisted | tinyint unsigned | YES | | NULL | |
| searchtext | Simplified text for the full text search | mediumtext | YES | | NULL | |
| created | | datetime | YES | | NULL | |
Indexes
------------
@ -19,6 +20,7 @@ Indexes
| Name | Fields |
| ---------- | -------------------- |
| PRIMARY | uri-id |
| created | created |
| searchtext | FULLTEXT, searchtext |
Foreign Keys