method
drop_table
Register or
log in
to add new notes.
ivanoats -
April 8, 2009
2 thanks
use create table :force => true
if you want to drop a table before creating one in a migration, use the :force => true option of the create_table method