How to store comments in the database? My table has the following comments: <br/> <pre> id, text, id_user, idPost </ pre> <br/> But there is still a reply to the comment and there may be several reply comments to one comment. Then how should the comment table look?