Hey all, my site is now going to start allowing two different types of users to sign up...
- normal people
- companies
the two will be able to do all the same things on the site, but their profiles will look different, and im sure they will want to store different types of information about themselves.
my question is: should i store them on separate mysql tables? or...should i put them on 1 and label them as "user" or "company"?
I could really use your input to help me to avoid pitfalls with either...
thanks!