|
help me name a table
sounds simple, but i'm having trouble naming a table in this new db schema i'm working on.
i'm writting version 2 of my call center app. this version will work a little like the relationship between threads and posts in a forum.
there will be an initial issue table( threads ) that will have an issue_id and issue_title .. then each time the client calls back regarding the same issue, the information will be added as a "post" in this other table referrencing the issue id from the issue table.
but what do i name my "post" table? it's not a post, , what would be the word for sub-issue, or ...??
this is funny, i've never had trouble naming a table, but i want it to make sense.
|