0
Leonardo.Willrich created
-
ABP Framework version: v7.1.0
-
UI type: Blazor WASM
-
DB provider: EF Core
Hi, I have two DBContext in my application, one is for ABP tables, like AbpUsers, and the other one I have the tables for my application.
In one table, I need to create a Foreign Key to Users (UserId), is that possible? If so, how I can implement that?
Kind regards,
Leonardo Willrich.
2 Answer(s)
-
0
Hi,
Unfortunately, it's not possible.
Here is a good explanation: https://stackoverflow.com/questions/36018140/custom-aspnet-identity-one-to-many-relationship-using-multiple-context-applicati
-
0
Ok, thank you.