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