0
dwoodard created
Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
- ABP Framework version: v4.2.2
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
- Exception message and stack trace:
- Steps to reproduce the issue:
Is there any particular negative side to setting the DbTablePrefix to an empty string? I assume the prefix is put there to help prevent entity name clashes between modules.
3 Answer(s)
-
0
you can set an empty string to table prefix. but you need to clear the DG Migrations and regenerate them.
-
0
Related discuss https://github.com/abpframework/abp/issues/3121
-
0
This question has been automatically marked as stale because it has not had recent activity.