instance method
column_name_length
Ruby on Rails 2.3.18
Since v2.3.18 Last seen in v6.0.6Signature
column_name_length()
the maximum length of a column name
Source
# File activerecord/lib/active_record/connection_adapters/abstract/database_limits.rb, line 11
def column_name_length
64
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