I'm aware that this will sound petty, but I'm getting really irritated that I keep having to go backwards and forwards to the DB viewer to find out whether a table has an 's' on the end or not:
With 's':
- role_assignments
- registration_hubs
- course_categories
- files
- groups
Without 's'
- question
- user
- course
- lesson_branch
- quiz_feedback
Or even two 's's:
- groups_members
Apart from many-many tables seeming to reliably have 's' on the end, I can't see any consistency.
It would make SQL a lot simpler to write (especially for forgetful people like me) if we had a consistent policy. Any thoughts/preferences?