-
I am working with a SaaS system where I have the users, roles and permissions in the parent database (Landlord) and I would like to create the tenant_id column because it does not allow me to integrate only the model_has_roles table in the tenant databases (Tenant), then a solution that occurred to me was to create in the table the tenant column, but I do not know how to keep the sync methods and that I register in that column. |
Beta Was this translation helpful? Give feedback.
Answered by
erikn69
Nov 3, 2021
Replies: 1 comment 12 replies
-
#1827 (comment) add field to migration |
Beta Was this translation helpful? Give feedback.
12 replies
Answer selected by
alexv96
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#1827 (comment) add field to migration
overwrite relations or use teams-permissions