class ActiveRecord::SchemaMigration

:nodoc:

def table_exists?

def table_exists?
  connection.table_exists?(table_name)
end