instance method
columns_per_table
Ruby on Rails 3.0.20
Since v2.3.18 Last seen in v6.0.6Signature
columns_per_table()
the maximum number of columns per table
Source
# File activerecord/lib/active_record/connection_adapters/abstract/database_limits.rb, line 26
def columns_per_table
1024
end
Defined in activerecord/lib/active_record/connection_adapters/abstract/database_limits.rb line 26
· View on GitHub
· Improve this page
· Find usages on GitHub