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

18 uses

	github.com/go-pg/pg/v10/orm (current package)
		join.go#L76: 		where, j.JoinModel.Root(), j.JoinModel.ParentIndex(), j.Rel.BaseFKs)
		join.go#L252: 	if len(j.Rel.BaseFKs) > 1 {
		join.go#L255: 	for i, baseFK := range j.Rel.BaseFKs {
		join.go#L267: 	if len(j.Rel.BaseFKs) > 1 {
		model_table_many.go#L22: 	dstValues := dstValues(joinModel, j.Rel.BaseFKs)
		relation.go#L21: 	BaseFKs     []*Field
		table.go#L644: 			BaseFKs:   []*Field{fk},
		table.go#L678: 		BaseFKs:   fks,
		table.go#L705: 			BaseFKs:   t.PKs,
		table.go#L739: 		BaseFKs:   t.PKs,
		table.go#L774: 			BaseFKs:   t.PKs,
		table.go#L821: 		BaseFKs:     t.PKs,
		table.go#L1119: 			BaseFKs:     fkValues,
		table.go#L1319: 			BaseFKs:   fks,
		table.go#L1344: 			BaseFKs:   t.PKs,
		table_create.go#L200: 	b = appendColumns(b, "", rel.BaseFKs)
		table_create.go#L209: 	if s := onDelete(rel.BaseFKs); s != "" {
		table_create.go#L214: 	if s := onUpdate(rel.BaseFKs); s != "" {