class AddCategoryToBanners < ActiveRecord::Migration def change add_column :refinery_banners, :category, :string end end