Multi tenancy and Dynamic model for each tenant #8040
Unanswered
priyadharshini-gopal
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have started to develop a multi tenant application. Each tenant will have a different database and a main database for users and roles. I have tried the multi tenancy strategy and can bind different schema at run time. Now the problem is each tenant will have common models like people , interactions etc but the columns in each can differ. Also we can add new tables. Is it possible to create model columns dynamically based on the request tenant and also controllers for new tables dynamically? Is there a example application on this? Any help is greatly appreciated.
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions