class AddIsInDollarsIntoPurchases < ActiveRecord::Migration def change add_column :purchases, :is_in_dollars, :boolean, default: false end end