class AddPlayUrlToVideos < ActiveRecord::Migration[5.2] def change add_column :videos, :play_url, :string end end