Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Rails 3のPostrgreSQLデータベースのデフォルトの整数制限は何ですか?
それが問題です。
デフォルトでは、RailsはPostgreSQLの整数型を使用します。この整数型の範囲は-2147483648から+2147483647です。