<div dir="ltr"><div style>I&#39;m prototyping a feature where comments are aggregated.  For example, if I&#39;m viewing comments on an Account, I might want to see all comments for the Contacts associated with the Account.  The reverse could also be true; maybe I want to see the Account comments if I&#39;m looking at a Contact.</div>
<div><br></div>I notice there is already a vtiger_modcomments.parent_comments column in the database, but it appears to be unused in 5.4.0.  What is the intended purpose of this field?<br><div><br></div><div style>On a somewhat related note, why are the related_to and parent_comments fields VARCHAR?  Shouldn&#39;t they either be INTEGER or broken out into a join table?  I am really not a fan of putting a bunch of database ids into a field separated by semicolons; SQL really doesn&#39;t handle that sort of shenanigans very well.</div>
<div style><br></div></div>