class AddReferentToCustomers < ActiveRecord::Migration def change add_column :customers, :referent, :boolean, :default => false end end