Vipin wrote: [...] > because there is no other way i guess to have a non integer primary > key in Rails framework > --vipin
Be careful! Rails *really* wants an integer primary key on most tables. Although it may be possible to do without it, I understand that problems may arise (Fred or other experts, can you confirm this?). My advice would be to let Rails put in the key that it wants. It won't hurt anything. Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- Posted via http://www.ruby-forum.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 -~----------~----~----~----~------~----~------~--~---

