method
valid_index_options
rails latest stable - Class:
ActiveRecord::ConnectionAdapters::SchemaStatements
valid_index_options()private
No documentation available.
# 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