class AddSlugToVideoFiles < ActiveRecord::Migration def change add_column :video_files, :slug, :string end end