pub fn join_table(a: &str, b: &str) -> String
The conventional HABTM join-table name: the two tables, sorted, joined by _ (e.g. ("Article", "Tag") → "articles_tags").
_
("Article", "Tag") → "articles_tags"