My question is about the conventions around a multi-worded MySQL table name e.g. "comments_flags," which is not a pivot table.
- What is the correct database table name for "comments_flags"?
- What would the corresponding model name be?
Thanks for any advice.