For my job portal i need to store user profile details along with their skill set and educational details. I use a table just for logging in. I use another table for personal details like name, location and age.
Now skill set and educational details how do i store them. Should i have to user mongo db?
If there is a standard way of doing kindly share.
I would have a table of skills with a many to many relationship to the personal details
Educational details - I guess another table which would store personal_details_id, qualification, organisation (school/university), and start/end dates - this would be related to personal details with a one to many
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community