what is the command to run rake migrate to create table
i created model classified
I have run command
i have made changes in db/migrate/cerate_classified.rb
and run
C:/ruby/book>rake migrate
but table has not been not created
what is the command to run rake migrate to create table
i created model classified
I have run command
i have made changes in db/migrate/cerate_classified.rb
and run
C:/ruby/book>rake migrate
but table has not been not created
Hey Manika,
Try
rake db:migrate
See how that goes.
Regards
Kieran
On Fri, May 2, 2008 at 6:08 PM, Manika Suri <
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs