class AddContentToCourseMessage < ActiveRecord::Migration def change add_column :course_messages, :content, :string end end