# File lib/migration.rb, line 93 def drop_table(table_name, opts = {}) execute "DROP TABLE #{@adapter.send(:quote_table_name, table_name.to_s)}" end