Flowdock
method

index_exists?

Importance_1
v6.0.0 - Show latest stable - 0 notes - Class: Table
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.