A website template with lots of features, built with ruby on rails.
class AddDescriptionToBlogPost < ActiveRecord::Migration def change add_column :blog_posts, :description, :string end end