For example, I have Users
and Projects
tables.
Multiple users can be members of a project. How do I insert multiple users into the members
column of the Projects
table?
Do I separate by comma like: "John, Alex, Hanna"?
I'm a beginner in MySQL, sorry if this is a dumb question. Thanks!