class AddImageToEvents < ActiveRecord::Migration def change add_column :events, :image_file_id, :integer end end