Multi Tenancy associate Tenant to Resource
I have created a model that has a
Do I need to do anything else in each resource to associate the tenant id for the CRUD operations?
I get this error when I create a new record on a resource inside the Multi Tenancy Panel
Any advice?
team_id column and also a team() relation to the Team model. The Team model has been setup as the tenant model on the Provider.Do I need to do anything else in each resource to associate the tenant id for the CRUD operations?
I get this error when I create a new record on a resource inside the Multi Tenancy Panel
Any advice?