-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Description
Hi
Pgsql does not like this query (probably it is an issue if you are selecting any other driver then mysql):
DB::statement('ALTER TABLE contact_us ADD FULLTEXT search(firstname, lastname, email, subject, message)');
in:
- 2025_03_16_035500_create_contact_us_table.php
The other files has this guard:
if (config('database.default') === 'mysql') { $table->fullText(['title', 'content_overview']); }
Probably this one should have it to
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels