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