instance method
table_alias_length
Ruby on Rails 7.0.10
Since v2.3.18Signature
table_alias_length()
Returns the maximum length of a table alias.
Source
# File activerecord/lib/active_record/connection_adapters/abstract/database_limits.rb, line 11
def table_alias_length
max_identifier_length
end
Defined in activerecord/lib/active_record/connection_adapters/abstract/database_limits.rb line 11
· View on GitHub
· Improve this page
· Find usages on GitHub