class AddPreviewBodyToProjects < ActiveRecord::Migration[5.0] def change add_column :c_projects, :preview_body, :text end end