Class: AddNameToUsers
- Inherits:
-
ActiveRecord::Migration
- Object
- ActiveRecord::Migration
- AddNameToUsers
- Defined in:
- lib/rails/generators/chatter/templates/add_name_to_users.rb
Instance Method Summary collapse
Instance Method Details
#change ⇒ Object
2 3 4 5 |
# File 'lib/rails/generators/chatter/templates/add_name_to_users.rb', line 2 def change add_column :users, :first_name, :string add_column :users, :last_name, :string end |