thanks craig, I was able to generate the file w/the command and I added the "add_column" code. When I do my migrate I can see rail iteratively compiling the files and I see the
4 add_column(:reviews, :album_id, :integer) ->.2970s 4 AddAlbumIdToReviews: migrated (0.3120s) which means that's it's been migrated. But when i look at my Review structure in the console window the it still doesn't show up...any more thoughts? On Fri, Sep 26, 2008 at 9:43 AM, Craig White <[EMAIL PROTECTED]> wrote: > > On Fri, 2008-09-26 at 09:33 -0700, Jon Liu wrote: > > ok thanks, but how do you actually generate that particular migrations > > file from the command line?, ie it would be 004_something > > > ---- > script/generate migration some_name_of_what_you_re_trying_to_accomplish > > Craig > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

