class AddIdentityToUserExtensions < ActiveRecord::Migration def change add_column :user_extensions, :identity, :integer end end