Никита Хромов

Results 1 comments of Никита Хромов

For the future, I solved it like this: ```golang import ( "gorm.io/gen" "gorm.io/gen/field" "gorm.io/gorm/clause" ) type Tabler interface { Alias() string TableName() string } type Field struct { Field field.Expr...