Running migrations

suggest change

Run command:

rake db:migrate
rails db:migrate

Specifying target version will run the required migrations (up, down, change) until it has reached the specified version. Here, version number is the numerical prefix on the migration’s filename.

rake db:migrate VERSION=20080906120000
rails db:migrate VERSION=20080906120000

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


ActiveRecord migrations:
*Running migrations

Table Of Contents
4ActiveRecord migrations
55CSV