class CreateAppointments < ActiveRecord::Migration def change create_table :appointments do |t| t.datetime :scheduled_at end end end