class ActiveRecord::SchemaMigration

def drop_table

def drop_table
  connection.drop_table table_name, if_exists: true
end