Hi,
you could make a second table called comments. As the name suggests, you store all the comments inthere, like you would do for a forum thread. The columns could be like: id, poster (user Y or X in your example), user (user A), comment, date (if you want to store the date on which teh comment was added).
I hope this helped,
Crebilis
|