データベースは扱えない数値があるとオーバーフローを起こすみたいです。
mongoDBでint32の場合はどれくらいでしょうか?
https://www.curict.com/item/a6/a620259.html
C#とかだと最大値が2,147,483,647だそうです。
http://www.sqlanywhere.jp/tech/faq/1258/
SQLの最大数値について
https://plugins.mongoosejs.io/plugins/int32
It throws a CastError if outside allowed range
MongoDB int32's must be between -2147483648 and 2147483647. If the rounded value is outside of this range, that's a CastError.
→ 2147483647が扱える最大みたいですね
で、しつもんはなんでしょうか
あなたの回答
tips
プレビュー