class AddTimestampsToContacts < ActiveRecord::Migration[6.0]
  def change
    change_table(:Contact, &:timestamps)
  end
end
