Can I have some way to store comments for multiple ID's

Hi everyone, Is there any way to store different comments made by a user for multiple ID’s in a column?

Why do you need to do that? To save rows count? Theoretically a JSON set up may work, but you would need to find a way to display that as well.

No actually, I wanted to show in the description of a particular doctor what comments the users made about him. And a user can comment for multiple doctors but they won’t be able to like directly comment in the description because the comments will be verified first so I wanted a way where I can store comments made by a single user for multiple doctors in a way that I get to know which comment is for which doctor.