drop_table(table_name)
public

Drops a table from the database.

1Note

use create table :force => true

ivanoats ยท Apr 8, 20092 thanks

if you want to drop a table before creating one in a migration, use the :force => true option of the create_table method