class ActiveRecord::Migration::Compatibility::V6_1
def create_table(table_name, **options)
def create_table(table_name, **options) if block_given? super { |t| yield compatible_table_definition(t) } else super end end
def create_table(table_name, **options) if block_given? super { |t| yield compatible_table_definition(t) } else super end end