fud30_title_index - fudforum/FUDforum GitHub Wiki
Description of FUDforum table fud30_title_index. This table indexes words in message subjects for use by the forum's search engine.
Column Name | Datatype | Can be Null? | Key? | Default | Description |
---|---|---|---|---|---|
|
|
|
|
- |
|
word_id | int(11) | NO | MUL | 0 | |
msg_id | int(11) | NO | MUL | 0 |
Index Name | Uniqueness | Column Name | Seq in index | Comments |
---|---|---|---|---|
PRIMARY | UNIQUE | word_id | 1 | |
PRIMARY | UNIQUE | msg_id | 2 | |
fud30_title_index_i_m | NOT UNIQUE | msg_id | 1 |