go在使用 go-gorm 查询时候出现下问题 unsupported Scan , Value type []uint8 into type *time.Time
- 出现时间住转换的错误,类似于:Scan error on column index 4: unsupported Scan, storing driver.Value type []uint8 into type *time.Time
- 需要将mysql链接字符串加上 parseTime=true
- 出现时间住转换的错误,类似于:Scan error on column index 4: unsupported Scan, storing driver.Value type []uint8 into type *time.Time
- 需要将mysql链接字符串加上 parseTime=true