Flowdock
method

index_exists?

Importance_1
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Class: ActiveRecord::ConnectionAdapters::Table

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.2.3) is shown here.

These similar methods exist in v6.1.7.7:

index_exists?(column_name, options = {}) public

Checks to see if an index exists.

unless t.index_exists?(:branch_id)
  t.index(:branch_id)
end

See {connection.index_exists?}[rdoc-ref:SchemaStatements#index_exists?]

Show source
Register or log in to add new notes.