class AddPositionToVideoFiles < ActiveRecord::Migration def change add_column :video_files, :position, :integer end end