class AddViewsToTopics < ActiveRecord::Migration def change change_table :formol_topics do |t| t.integer :views_count, :default => 0 end end end