class AddUserAuthTokens < ActiveRecord::Migration def down add_column :users, :auth_token, :string add_column :users, :auth_token_updated_at, :datetime execute <