how to create table with rake migrate

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

Attachments: http://www.ruby-forum.com/attachment/1829/001_create_classifieds.rb

Hey Manika,

Try

rake db:migrate

See how that goes.

Regards Kieran