method

validate_index_length!

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: SchemaStatements
validate_index_length!(table_name, new_name, internal = false) private

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/connection_adapters/sqlite3/schema_statements.rb, line 131
          def validate_index_length!(table_name, new_name, internal = false)
            super unless internal
          end
Register or log in to add new notes.