No. Just have users table with type column.
Jul 8, 2020
5
Level 11
DB design best Practice
Hi Mates, in my project I have a requirement like counselors and clients related website. so coming to DB design I wanna create a three table one table for clients, a second table for counselors and a third table is the users. in the users' table, I just want to save the username/email/password/user_type_id. I'm just trying to understand what is the best practice for this scenario. also thinking to use a passport package for auth. so do you think is it best practice?
Please or to participate in this conversation.