Migrations
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
Rowan :: Apr.03.2007 :: Uncategorized ::