0
I need to create an authentication system on three levels: user, Therapist and student. At first I have a single table, but I think about creating 3 different tables. the problem is: how and where do I search user email in different tables?
0
I need to create an authentication system on three levels: user, Therapist and student. At first I have a single table, but I think about creating 3 different tables. the problem is: how and where do I search user email in different tables?
Browser other questions tagged laravel
You are not signed in. Login or sign up in order to post.
Why 3 tables? Have different fields these types? Your question is wide
– novic
Hello Virgilio, yes each of them has a field that differs them.
– fgpereira
Then add this field to the User Model and it will solve your problem
– novic