Does this problem appears on 3.0.x too? On Tue, Jul 12, 2011 at 5:49 PM, rogerdpack <[email protected]> wrote:
> Hello all. > Noticed today that this code: > > class CreateCache < ActiveRecord::Migration > def self.up > create_table :cache do |t| > t.bigint :name > end > end > end > > in rails 2.3.x *silently* ignores the bigint setting [!] > > Might be good to at least warn or raise an exception even better > Cheers! > -roger- > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Core" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/rubyonrails-core?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
