diff --git a/model_struct.go b/model_struct.go index 828fd30f..bc3060b3 100644 --- a/model_struct.go +++ b/model_struct.go @@ -627,6 +627,7 @@ func (scope *Scope) GetModelStruct() *ModelStruct { } if field.DBName == column { field.IsIgnored = true + field.IsNormal = false } } }