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
When I have a migration for categories (different use-case) I get the following message: File [database/migrations/2025_02_17_114942_create_categories_table.php] already exists SKIPPED
This leads to the error where the migration fails. Failed to open the referenced table 'bolt_categories'
I fixed this issue by manually copy over the stub to a new created migration.
But I had to run this migration as first in order to work correctly.
How to reproduce the bug
Run the bolt:install command, while having one or more similar named migrations.