My requirement is to change the table name while inserting the records.
I want to change the table name to users_myCompany where myCompany will change for each and every query.
Example: I have a api called user/settings, User does a api call from company_1 the table name for the entity Users must be set as Users_company_1 and if the user is doing a api call from company 2, the table name for the entity must be set as users_company_2.