-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
userhierarchy table schema #9
Comments
What is a retail user? What is a 'house userid'? |
A retail user is one who signed up straight from the website w/o referral or hand-holding. A non-corp user with just one account. A house user id is a catch-all to allow enforcement of the not null condition on the manager id field. It would be an account Cryptonomic controls. |
How is the record for the house user ID inserted? |
Wish list: I find manager simply doesn't convey much about the actual meaning of this relationship |
house user id will be baked into the DB init script.
|
Do you imagine the hierarchy tree to be 2-level deep or more complex? Up to now I can imagine
but I might be framing it all wrong |
Retail users will be sub-accounts of some house userid. PK on this table would be userid+managerid.
The text was updated successfully, but these errors were encountered: