module ActiveRecord::ConnectionAdapters::DatabaseLimits

def max_identifier_length # :nodoc:

:nodoc:
def max_identifier_length # :nodoc:
  64
end