MultiTenantPrefix
(Created page with "Multi Tenant Prefix is a property on SqlDatabaseConfig. If set, created tables will be prefixed, and tables without or with other prefix will be ignored by create and evolve....")
 
No edit summary
Line 3: Line 3:
If set, created tables will be prefixed, and tables without or with other prefix will be ignored by create and evolve. This will let you effectively have multiple eco-created systems in one database instance; Multi tenant.
If set, created tables will be prefixed, and tables without or with other prefix will be ignored by create and evolve. This will let you effectively have multiple eco-created systems in one database instance; Multi tenant.


In MDrivenServer we use Admin_ prefix for MDrivensServers own model, and prefix A0_ for your uploaded model if you have chosen BuiltInDB .
In MDrivenServer we use Admin_ prefix for MDrivenServers own model, and prefix A0_ for your uploaded model if you have chosen BuiltInDB .
[[File:2022-02-19 10h32 05.png|none|thumb|417x417px]]

Revision as of 09:32, 19 February 2022

This page was created by Hans.karlsen@mdriven.net on 2022-02-19. Last edited by Edgar on 2025-01-20.

Multi Tenant Prefix is a property on SqlDatabaseConfig.

If set, created tables will be prefixed, and tables without or with other prefix will be ignored by create and evolve. This will let you effectively have multiple eco-created systems in one database instance; Multi tenant.

In MDrivenServer we use Admin_ prefix for MDrivenServers own model, and prefix A0_ for your uploaded model if you have chosen BuiltInDB .

2022-02-19 10h32 05.png