how to drop table and recreate the table using migrate

Yan wrote:

I did something wrong during first migration. I would like to drop the table and call migration again to re-create the table. but don't know the appropriate way to do it.

Get into the database (maybe mysql -u root), drop the database, and recreate it.