What is default integer limit in PostrgreSQL database for Rails 3?
That's the question.
What is default integer limit in PostrgreSQL database for Rails 3?
That's the question.
By default, Rails will use PostgreSQL's integer type, which has a range of -2147483648 to +2147483647.