I have two types of users. For example:
- Male 2 Female
Now I have created a table of 'users' that holds all the common information and 'males' and 'females' will hold specific information related to those.
Now my question is how to create the table for males and females. Do they will hold the user_id column. If so, then hypothetically, a user can have multiple male or female accounts. How to solve this issue?