abpframework / abp

Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
https://abp.io
GNU Lesser General Public License v3.0
12.94k stars 3.45k forks source link

How to change the default database table prefix? #1996

Closed viewtance closed 5 years ago

viewtance commented 5 years ago

On ABP there is a override method to change the default table prefix

modelBuilder.ChangeAbpTablePrefix<Tenant, Role, User>("YourPrefix")

Is there an approach do it on abp vnext?

maliming commented 5 years ago

https://github.com/abpframework/abp/issues/1429#issuecomment-541096039