0
huntethan89 created
We want to link OUs to a separate table. Is it possible add a new column with Foreign Key constraint in OrganizationUnit table? Please guide if so,
4 Answer(s)
-
0
Hi,
This document can help you <a class="postlink" href="https://aspnetzero.com/Documents/Extending-Existing-Entities">https://aspnetzero.com/Documents/Extend ... g-Entities</a>.
-
0
I have seen that already and it states- "In AspNet Zero, Tenant, User and Role entities are abstract in the framework, others are not. "
So, since they are not allowing to extend this entity, I have created a separate table and storing the OU ID there and adding other fields as a solution.
-
0
i have the same problem any solution !!!
-
0
@sago, can you explain your case ? Have you tried @smartlayer's solution ?