instance method
columns_per_table
Ruby on Rails 5.2.8.1
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 36
def columns_per_table
1024
end
Defined in activerecord/lib/active_record/connection_adapters/abstract/database_limits.rb line 36
· View on GitHub
· Improve this page
· Find usages on GitHub