标签全文索引搜索
This commit is contained in:
@@ -32,6 +32,11 @@ CREATE INDEX idx_color_0_b ON web_images(color_0_b);
|
||||
CREATE INDEX idx_color_1_r ON web_images(color_1_r);
|
||||
CREATE INDEX idx_color_1_g ON web_images(color_1_g);
|
||||
CREATE INDEX idx_color_1_b ON web_images(color_1_b);
|
||||
|
||||
-- 全文索引
|
||||
CREATE FULLTEXT INDEX idx_images_desc ON web_images (images_desc);
|
||||
|
||||
|
||||
```
|
||||
|
||||
```bash
|
||||
|
Reference in New Issue
Block a user