Hey i need some outside input here. Cuz i dont like my thoughts i get here 😄
Im creating a database for saving questions, answers and tests taken.
There is a questions table, a answers table and a taken_tests table
the question table has id, type_id and "content"
the answers table has id, question_id and "content"
im curious how to name this "content" column properly...
i was thinking about "text" or simple "question" or "answer",
but... anyhow using questions.question feels wrong, same as questions.content
Any other ideas on this? How you do that? and why?