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