class AddRoleIdToUser < ActiveRecord::Migration def change add_column :users, :role_id, :integer end end