column_name_length()
the maximum length of a column name
# File activerecord/lib/active_record/connection_adapters/abstract/database_limits.rb, line 11 def column_name_length 64 end