class AddInternetToAnnonces < ActiveRecord::Migration def change add_column :annonces, :internet, :boolean end end