1class AddIsAdminToUsers < ActiveRecord::Migration 2 def change 3 add_column :users, :is_admin, :boolean 4 end 5end