index_name_length()
the maximum length of an index name
# File activerecord/lib/active_record/connection_adapters/abstract/database_limits.rb, line 21 def index_name_length 64 end