質問編集履歴

1

説明に調査を追加

2021/08/24 04:43

投稿

best_engineer
best_engineer

スコア42

test CHANGED
File without changes
test CHANGED
@@ -13,3 +13,13 @@
13
13
  http://www.sqlanywhere.jp/tech/faq/1258/
14
14
 
15
15
  SQLの最大数値について
16
+
17
+
18
+
19
+ https://plugins.mongoosejs.io/plugins/int32
20
+
21
+ It throws a CastError if outside allowed range
22
+
23
+ MongoDB int32's must be between -2147483648 and 2147483647. If the rounded value is outside of this range, that's a CastError.
24
+
25
+ → 2147483647が扱える最大みたいですね