method
validate_index_length!
v7.1.3.4 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::SQLite3::SchemaStatements
validate_index_length!(table_name, new_name, internal = false)private
No documentation available.
# 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