method
drop_table
Ruby on Rails latest stable (v2.3.4)
-
1 note -
Class: ActiveRecord::ConnectionAdapters::SchemaStatements
Register or
log in
to add new notes.
ivanoats -
April 8, 2009
1 thank
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

