method

index

Importance_0
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: TableDefinition
index(column_name, **options) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/migration/compatibility.rb, line 78
          def index(column_name, **options)
            options[:name] = legacy_index_name(name, column_name) if options[:name].nil?
            super
          end
Register or log in to add new notes.