class AddReseauxIdToReseauxes < ActiveRecord::Migration def change add_column :needs, :reseaux_id, :integer end end