github.com/go-pg/pg/v10/orm.Table.Relations (field)

7 uses

	github.com/go-pg/pg/v10/orm (current package)
		model_table_struct.go#L338: 		rel, ok := currJoin.JoinModel.Table().Relations[name]
		table.go#L86: 	Relations map[string]*Relation
		table.go#L1353: 	if t.Relations == nil {
		table.go#L1354: 		t.Relations = make(map[string]*Relation)
		table.go#L1356: 	_, ok := t.Relations[rel.Field.GoName]
		table.go#L1360: 	t.Relations[rel.Field.GoName] = rel
		table_create.go#L114: 		for _, rel := range table.Relations {