I read this tutorial, but I got confused about this.
What naming style should I be using in this case:
QuestionTypes
or question_types
?QuestionTypeID
or QuestionType_ID
, question_type_id
?I know when MySQL workbench create .sql file, QuestionType_ID
will be converted into questiontype_id
, so should I be using this style: QuestionType
?
Thank you very much.
If you want to follow that specific convention, your table would be named question_types
, and the field question_type_id
.
I don't follow that convention, so I would name the table QuestionType
and the field QuestionTypeId
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With