Search Results

0
votes

Database modeling question - different data required deppending on the user type

I've previously done the same thing. As long as you store the customer type then it's not difficult to get the correct details. You may consider 2 tables and use views to union them if ther …