# I have a situation where I'm trying to instead of using convention such as UserID int User User use User User `gorm:"foreignKey:UserID"` I was wondering if it will work and if GORM can deduce it or if UserID is mandatory.