class AddTakenAtToReadouts < ActiveRecord::Migration[7.2] def change add_column :readouts, :taken_at, :datetime end end