method

valid_index_options

rails latest stable - Class: ActiveRecord::ConnectionAdapters::MySQL::SchemaStatements

Method not available on this version

This method is only available on newer versions. The first available version (v8.1.1) is shown here.

valid_index_options()
private

No documentation available.

# File activerecord/lib/active_record/connection_adapters/mysql/schema_statements.rb, line 252
          def valid_index_options
            index_options = super
            index_options << :enabled if supports_disabling_indexes?
            index_options
          end