class AddSubDomainToReseauxes < ActiveRecord::Migration def change add_column :reseauxes, :sub_domain, :string end end