= private = protected
table_alias_length()
This is the maximum length a table alias can be
# File activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb, line 12 def table_alias_length 255 end