I've seen a few different naming schemes throughout multiple languages when it comes to many-to-many relationships, so I was wondering: what naming scheme do you use for naming these relationships? Please include the platform for which you are developing.
Use Posts
and Tags
as examples for the tables that would be related.
Examples:
- PostsTags
- Posts_Tags
- PostTagAssociations
- posts_tags
- etc...