class AddSlugToMissions < ActiveRecord::Migration def change add_column :missions, :slug, :string add_column :missions, :end_date, :datetime end end