The `Core.Owner` table should have an optional (Nullable) FK relationships to `Core.Company` and `Core.PersonalDetails` This is to allow owners to be represented by either a company or an individual.
The
Core.Ownertable should have an optional (Nullable) FK relationships toCore.CompanyandCore.PersonalDetailsThis is to allow owners to be represented by either a company or an individual.