© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
F
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
Join
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
Filament Table With default ?
F
Filament / ❓┊help
3y ago
Table groups change default sort
F
Filament / ❓┊help
3y ago
I want to change default table for user
F
Filament / ❓┊help
16mo ago
FIlament Blade components outside filament. Change default primary color
F
Filament / ❓┊help
2y ago