class AddImageToEvents < ActiveRecord::Migration def change add_column :events, :image_file, :references end end