-
主键字段类型为bigint,配置了decimal.handling.mode为string后能正常转成对应数值,加上unsigned设置后就没有转换了 |
Beta Was this translation helpful? Give feedback.
Answered by
WYguosc
May 13, 2022
Replies: 1 comment
-
已解决,通过设置bigint.unsigned.handling.mode为long即可。 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
WYguosc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
已解决,通过设置bigint.unsigned.handling.mode为long即可。