class ActiveRecord::InternalMetadata

def drop_table

def drop_table
  return unless enabled?
  connection.drop_table table_name, if_exists: true
end