Import Model still trying to use user_id despite specifying a different model
Hiya, I am using the import action, I have two Authenticatable models User and Admin, I changed the column name to admin_id on the imports migration but it still tries to use user_id
Solution:Jump to solution
Hello, you can check this https://filamentphp.com/docs/3.x/actions/prebuilt-actions/import#using-a-custom-user-model
2 Replies
Solution
thank you, that documentation fixed it