pub fn many_through(
field_name: &str,
target_table: &str,
columns: &[(&str, &str)],
junction_table: &str,
junction_local: &str,
junction_foreign: &str,
) -> RelationDefExpand description
Create a Many relation through a junction table (many-to-many).