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