We have implement multitenancy. On database side we are using "Single Database Shared Schema" approach. Means we will be creating set of tables for different tenants based on schema name in single database.
How to create database scripts for deployment.
For example in test environment we have two tenant, tenant1 and tenant2.
We need to create database scripts based on tenants?
No comments:
Post a Comment