Class: AddUsernameToUsers

Inherits:
ActiveRecord::Migration
  • Object
show all
Defined in:
lib/rails/generators/chatter/templates/add_username_to_users.rb

Instance Method Summary collapse

Instance Method Details

#changeObject



2
3
4
5
# File 'lib/rails/generators/chatter/templates/add_username_to_users.rb', line 2

def change
  add_column :users, :username, :string

end