Skip to main content

join_table

Function join_table 

Source
pub fn join_table(a: &str, b: &str) -> String
Expand description

The conventional HABTM join-table name: the two tables, sorted, joined by _ (e.g. ("Article", "Tag") → "articles_tags").