MultiTenantPrefix
(Adding message template to the top of the page)
(Replacing message template with parser tag)
Line 1: Line 1:
{{message|Write the content here to display this box}}
<message>Write the content here to display this box</message>
MultiTenant Prefix is a property on SqlDatabaseConfig.
MultiTenant Prefix is a property on SqlDatabaseConfig.



Revision as of 07:46, 17 June 2024

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

MultiTenant Prefix is a property on SqlDatabaseConfig.

If set, created tables will be prefixed, and tables with or without other prefixes will be ignored by Create and Evolve. This will let you effectively have multiple eco-created systems in one database instance: MultiTenant.

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

2022-02-19 10h32 05.png