What is the default limit in a PostgreSQL database for Rails 3?
This is a question.
By default, Rails will use a PostgreSQL integer type that ranges from -2147483648 to +2147483647.