class AddLockToTopics < ActiveRecord::Migration def change change_table :formol_topics do |t| t.boolean :locked, :default => false end end end