You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm not sure if this will even work with Laravel 9.X but I'm getting an error when running php artisan:migrate after install and copying vendor files which looks like this
SQLSTATE[42704]: Undefined object: 7 ERROR: type "fulltext_title" does not exist at character 43 (SQL: ALTER TABLE laravel_fulltext ADD FULLTEXT fulltext_title(indexed_title))
I can fix it maybe, but I'm not sure what it's supposed to be
The text was updated successfully, but these errors were encountered:
Hi, I'm not sure if this will even work with Laravel 9.X but I'm getting an error when running
php artisan:migrate
after install and copying vendor files which looks like thisI can fix it maybe, but I'm not sure what it's supposed to be
The text was updated successfully, but these errors were encountered: