class AddPlumeToSheets < ActiveRecord::Migration def change add_column :sheets, :plume, :boolean end end