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:Jump to solution
```
php artisan queue:batches-table
php artisan vendor:publish --tag=filament-actions-migrations
php artisan migrate...
2 Replies
Solution
Thanks, I'm not sure how i missed those. πββοΈ