class ActiveRecord::Migration::Compatibility::V7_0

def create_table(table_name, **options)

def create_table(table_name, **options)
  options[:_uses_legacy_table_name] = true
  options[:_skip_validate_options] = true
  super
end