Open
Description
Describe the bug
I've 2 database connections, One for the main application and other one is for activity logs. Adding data to activity logs table is working fine, but when I'm retreiving data from acvitivut logs table, It is showing the error base table or view secondary_database.users not found
. How can I override the causer
relation to mention the database connection. I don't want to mention database connection name in each model.