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