class AddPublishedToVideolisting < ActiveRecord::Migration def change add_column :videolistings, :published, :boolean end end