Abraham Alvarez

Results 4 issues of Abraham Alvarez

![image](https://cloud.githubusercontent.com/assets/7151089/26452319/8061554e-412d-11e7-8f01-99ebd4972536.png)

## 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...

type:missing reproduction steps
status:stale

## 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...

type:question

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.