class AddNewsletterToComments < ActiveRecord::Migration def change add_column :comments, :newsletter, :boolean end end