method
table_alias_length
v7.0.0 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::MySQL::SchemaStatements
table_alias_length()public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/mysql/schema_statements.rb, line 124
def table_alias_length
256 # https://dev.mysql.com/doc/refman/en/identifiers.html
end