many2many lazy load duplicate name in struct

This commit is contained in:
LIRANCOHEN 2015-03-19 21:26:35 -04:00
parent 50adbf6755
commit 7e2b6eba61

View File

@ -61,7 +61,7 @@ type Relationship struct {
AssociationForeignFieldName string
AssociationForeignDBName string
JoinTable string
AssociationForeignFieldName string
AssociationFieldName string
PivotKey string
PivotType string
}