Base solution for your next web application
Open Closed

Database Referential Integrity #1530


User avatar
0
cfsean created

Hi,

I'm starting to become a little more familiar with ABP and I've just notice that there is a serious lacking of referential integrity in the database for ABP.

For example, on OrganizationUnits table there is no for foreign key for

  • TenantId
  • CreatorUserId
  • LastModifierUserId

This is the same across all tables in the ABP framework and in a relational database, it is an issue when there are no relations.

Do you have any comments regarding why it's been done this way and if you plan to fix it at all?

Regards, Sean


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Please see #1532