instance method
valid_index_options
Ruby on Rails 8.1.2
Since v8.1.2 PrivateSignature
valid_index_options()
No documentation comment.
Source
# File activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb, line 1676
def valid_index_options
[:unique, :length, :order, :opclass, :where, :type, :using, :comment, :algorithm, :include, :nulls_not_distinct]
end
Defined in activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb line 1676
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::SchemaStatements