script/generate migration add_inactivated_at_to_certain_table inactivated_at:date
On Fri, Jan 2, 2009 at 3:04 PM, Anita Anita < [email protected]> wrote: > > I haven't used migration for quite a while and I forgot how to do it. > I need to add a column to a certain table. > I want to use: ruby script/generate migration inactivated_at > but if I don't write the name of the table somewhere how will it know? > -- > 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 -~----------~----~----~----~------~----~------~--~---

