class AddVideoToMissions < ActiveRecord::Migration def change add_column :missions, :video, :string end end