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