module ActiveRecord::Migration::Compatibility::V6_1::TableDefinition

def column(name, type, index: nil, **options)

def column(name, type, index: nil, **options)
  options[:precision] ||= nil
  super
end