Hello, What's the best database model to use for an user registration process that deppending on the user's type selected, some fields will be required or not.
Example: User Type A requires: Name, Email, Birth date and Gender User Type B requires: Company Name, Contact Person, Email, N. employees
I think the most commom is to create a table with all these fields and make them allow NULL.
What would you guys suggest?