I'd want hear your suggestions on how to model a Organization model which could be a private person with social security number or (as in most cases) a company with organization number. Each organization then have one to many user accounts tied to it.
Any suggestions on clean/lean ways of modelling this? Right now I'm using following below where Organization is currently Customer:
Thanks in advance.
The most straightforward solution is as follows: