class ROM::SQL::Migration::SchemaDiff::IndexRemoved
Public Instance Methods
options()
click to toggle source
# File lib/rom/sql/migration/schema_diff.rb, line 147 def options options = {} options[:name] = index.name if !index.name.nil? options end