You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
Currently i64 is used to support MySQL UInt. Is it possible to replace it with u64 and support whole size of unsigned
big integer? serde_json supports u64 Number type.
The text was updated successfully, but these errors were encountered:
Currently i64 is used to support MySQL UInt. Is it possible to replace it with u64 and support whole size of unsigned
big integer?
serde_json
supports u64 Number type.The text was updated successfully, but these errors were encountered: