class ActiveRecord::Migration::Compatibility::V5_2

def add_timestamps(table_name, **options)

def add_timestamps(table_name, **options)
  options[:precision] ||= nil
  super
end