class AddCacheToArticles < ActiveRecord::Migration def change add_column :articles, :title_cached, :boolean end end