We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Core.Owner table should have an optional (Nullable) FK relationships to Core.Company and Core.PersonalDetails
Core.Owner
Core.Company
Core.PersonalDetails
This is to allow owners to be represented by either a company or an individual.
The text was updated successfully, but these errors were encountered:
#149 Made ownership optional to either a company or individual. Re-ba…
dc26d11
…selined migrations to reduce clutter as not shipped a release yet.
SimonGeering
No branches or pull requests
The
Core.Owner
table should have an optional (Nullable) FK relationships toCore.Company
andCore.PersonalDetails
This is to allow owners to be represented by either a company or an individual.
The text was updated successfully, but these errors were encountered: