I am stuck with the schema creation so could you provide me an idea to implement this scenario
i do have 4 types of users Student, Teacher, Parent and Admin
i have tried to create 4 tables for each users and a table for username, password and tokens but i am not able to relate this table to the users because more than one user cannot have same username
What i want is i need to authenticate each user withe their user name and password and the Student table might be having relationship with Parent table !!!!
so while authenticating i need to know which type of user he/she is
i am using python Django 1.9