Getting no such table: imports error when using import action

I have a score model and wanted to import from a csv file and used the new 3.1 import action. But after setting up the importer in my case ScoreImporter and including it in ListScores getHeaderActions then picking the csv and choosing the correct fields when i click import i'm getting the following error https://flareapp.io/share/bP99M3pP. Do i need to create imports table to use import action?
Solution:
``` php artisan queue:batches-table php artisan vendor:publish --tag=filament-actions-migrations php artisan migrate...
Jump to solution
2 Replies
Solution
BlackShadow
BlackShadow7mo ago
php artisan queue:batches-table
php artisan vendor:publish --tag=filament-actions-migrations

php artisan migrate
php artisan queue:batches-table
php artisan vendor:publish --tag=filament-actions-migrations

php artisan migrate
amokzeal
amokzeal7mo ago
Thanks, I'm not sure how i missed those. 🙇‍♂️