Hi
I am using Hybrid DB structure for my application.I need to keep all rights related table in one database (parent_db) and all other tables including user in other table(child_db).
child_db can be multiple.
Is it possible to keep the ‘auth_assignment’ table in child_db along with user to solve the issue.