dare ruby wrote: > >> >> If you want to change the schema, write a migration. >> > > Dear fred, > > Thanks for your immediate response, how to perform migration for the > above. I have no idea? could you please suggest. > > Thanks in advance > > Regards, > Jose martin
its simple... rename_table(old_table_name, new_table_name) -- 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 -~----------~----~----~----~------~----~------~--~---

