Changes to the database
ruby script/generate migration add_nationality
Add your changes to the created file
add_column :users, :nationality, :string
remove_column :users, :nationality
rake db:migrate
|
|||||
MigrationsChanges to the database ruby script/generate migration add_nationality Add your changes to the created file add_column :users, :nationality, :string rake db:migrate |
|||||
|
Copyright © Rowan Crane 2007 - 2010 - All Rights Reserved
Computers may have been harmed in the generation of this content. |
|||||