I need to create a three level authentication system: user, therapist and student. At first I have a single table, but I think of creating 3 different tables. the problem is: how and where do I look up the user's email in different tables?
I need to create a three level authentication system: user, therapist and student. At first I have a single table, but I think of creating 3 different tables. the problem is: how and where do I look up the user's email in different tables?