method
drop_table
![Some documentation Importance_1](https://d2vfyqvduarcvs.cloudfront.net/images/importance_1.png?1349367920)
Register or
log in
to add new notes.
ivanoats -
April 8, 2009
![Default_avatar_30](https://www.gravatar.com/avatar/ea2273b4310db9ac0109dfaefd489a06?default=http://apidock.com/images/default_avatar_30.png&size=30)
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