© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
1 reply
headbanger

Filament: Change default table names for imports

0

I want to use the import records functionality mentioned here: https://filamentphp.com/docs/3.x/panels/resources/creating-records#importing-resource-records

Although, I want to prefix the tables used in the import functionality in filament:

- job_batches -> mvl_job_batches
- notifications -> mvl_notifications
- imports -> mvl_imports
- failed_import_rows -> mvl_failed_import_rows
- Also, the user_id columns in these tables needs to change -> mvl_user_id

As of now I've tried everything mentioned here https://laracasts.com/discuss/channels/filament/import-record-change-table-names?page=1&replyId=920681 . But I get an error: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'test.imports' doesn't exist

What all changes I need to make in order for the import to work successfully.
Laracasts
Creating records - Panel Builder - Filament
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Filament Table With default ?
FilamentFFilament / ❓┊help
3y ago
Table groups change default sort
FilamentFFilament / ❓┊help
3y ago
I want to change default table for user
FilamentFFilament / ❓┊help
16mo ago
FIlament Blade components outside filament. Change default primary color
FilamentFFilament / ❓┊help
2y ago