1 2 3 4 5 6
class AddCustomTeaserFieldToBlogPosts < ActiveRecord::Migration def change add_column :refinery_blog_posts, :custom_teaser, :text end end