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

Hey Manika,

Try

rake db:migrate

See how that goes.

Regards
Kieran

On Fri, May 2, 2008 at 6:08 PM, Manika Suri <