Comments Column with multiple entries

I want to make a column for comments which will keep track of multiple comments and timestamp them. I dont want a previous comment being deleted when I follow up with another comment. Whats the easiest way of doing this?

0 2 299
  • UX
2 REPLIES 2

Another approach would be a related table structure where the original record is a parent and comments are child record. Please check this article…

Top Labels in this Space