Class: AddAuthenticationTokenToUsers

Inherits:
ActiveRecord::Migration
  • Object
show all
Defined in:
lib/metova/dummy/db/migrate/20150114203236_add_authentication_token_to_users.rb

Instance Method Summary collapse

Instance Method Details

#changeObject



2
3
4
# File 'lib/metova/dummy/db/migrate/20150114203236_add_authentication_token_to_users.rb', line 2

def change
  add_column :users, :authentication_token, :string
end