I\'m designing a comments MySQL db, and my comments table has fields:
id
thread
You can simply set thread to NULL to signify that the comment is a root comment rather than attached to a thread.
NULL