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