instance method
indexes
Ruby on Rails 8.1.2
Since v5.2.8.1Signature
indexes(table_name)
Returns an array of indexes for the given table.
Parameters
-
table_namereq
Source
# File activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb, line 82
def indexes(table_name)
raise NotImplementedError, "#indexes is not implemented"
end
Defined in activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb line 82
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::SchemaStatements