class ActiveRecord::Migration::Current
def drop_table(*table_names, **options)
def drop_table(*table_names, **options) if block_given? super { |t| yield compatible_table_definition(t) } else super end end
def drop_table(*table_names, **options) if block_given? super { |t| yield compatible_table_definition(t) } else super end end