Posts RSS Comments RSS 62 Posts and 42 Comments till now

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

Trackback this post | Feed on Comments to this post

Leave a Reply