我们在写程序的时候提示警告或者报错: Null key for a Map not allowed in JSON (use a converting NullKeySerializer?) 或者 org.springframework.http.converter.HttpMessageNotWritableException: Could not write JSON: Null k
之前有个字段是string类型,执行db.AutoMigrate后,已经在db生成了该类型的字段,后来修改为了uint类型。但是忘了修改db里面的这个字段的类型。导致后来操作db 的时候报错。 sql: Scan error on column index 6: converting driver.Value type []uint8 ("") to a uint: invalid syntax