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