exports table csv
Hi I'm trying to use builtin export action, but it fails, since there is no "exports" table in the database (using MySQL), which makes sense since I have no migration for that. Shouldn't filament publish its own migrations? What am I missing here?
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'laravel_inertia_vue_template.exports' doesn't exist
2 Replies
I ran the first two (i have laravel 11)
Oh my bad, the last 2 commands should be run with both versions 🤦♂️
Thanks man