general252

Results 1 issues of general252

The `AutoMigrate` function, when a field in struct has a `default` value, modifying the `size` value is invalid ``` type Object struct { ID uint Name string `gorm:"column:name;default:'';size:16"` } ->...