Abraham Alvarez
Abraham Alvarez

## GORM Playground Link Gorm version: 1.23.6 ## Description Name string `gorm:"not null;uniqueIndex:idx_name_location"` UserID uint `gorm:"not null;uniqueIndex:idx_name_location"` Per documentation, this should create a unique index for the combination name and...
## Your Question @jinzhu I just wanted to show you this: https://github.com/efectn/go-orm-benchmarks It seems that Gorm is allocating a lot and among the slowest orms/tools out there. Is there a...
Im getting this error when trying to get the countries: undefined method `countries' for CS:Module I noticed that the method is not there anymore.