class AddRequestedWeeklyHoursToUsers < ActiveRecord::Migration def change add_column :users, :request_weekly_hours, :integer end end