We have a struct like below:
type Booking struct{ Partner *Partner `json:"host" gorm:"foreignkey:HostID;association_autoupdate:false"`