Full Text Indexes
ucan-lab opened this issue · 0 comments
ucan-lab commented
https://laravel.com/docs/9.x/releases#full-text
https://laravel.com/docs/9.x/migrations#available-index-types
// Adds a full text index (MySQL/PostgreSQL).
$table->fullText('body');
// Adds a full text index of the specified language (PostgreSQL).
$table->fullText('body')->language('english');