Here's my database design:
USER SKILLS
id idUser
email 1-------* description
name selfAssesedLevel
lastname yearsExperience
?skills? reference
How could I handle this? I'm kind of lost on what I have to write down in ?skills? field of the USER table.
My purpose is to have a user be able to add n number of skills to his profile.
Thank you.