class AddLabelToAdmins < ActiveRecord::Migration def change add_column :admins, :label_role, :boolean end end