github.com/go-pg/pg/v10/orm.Relation.M2MTableName (field)

4 uses

	github.com/go-pg/pg/v10/orm (current package)
		join.go#L125: 	join = fmter.FormatQuery(join, string(j.Rel.M2MTableName))
		relation.go#L25: 	M2MTableName  types.Safe
		table.go#L939: 		M2MTableName:  m2mTableName,
		table.go#L1052: 		M2MTableName:  quoteIdent(m2mTableName),