Robbie-Perry

Results 1 issues of Robbie-Perry

## Your Question I have the following set of GORM models, with 2 orders of one-to-many relations: ```go type Order struct { ID string `gorm:"column:id"` ClientID string `gorm:"primaryKey;column:client_id"` Name string...

type:question