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
Was this page helpful?