class AddPublishedToAnnonces < ActiveRecord::Migration def change add_column :annonces, :published, :boolean add_column :annonces, :list_head, :datetime end end