-
Couldn't load subscription status.
- Fork 10
Closed
Description
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');
Metadata
Metadata
Assignees
Labels
No labels