Michael Graff wrote: > I am willing to give up the common denominator in database > compatibility and dive into using some PostgreSQL specific types. In > particular, I need bigint (int8) id columns and 'cidr' data type.
Can't help you on the cidr, but to change the id to bigint I've used change_column :probes, :id, :bigint, :limit => 8 after the create_table block. -- Rails Wheels - Find Plugins, List & Sell Plugins - http://railswheels.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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-talk?hl=en -~----------~----~----~----~------~----~------~--~---

