Understanding Migrations in Ruby on Rails
Friday, January 13th, 2006UnderstandingMigrations in Ruby on Rails
> ActiveRecordMigration allow you to use Ruby to define changes to your database schema, making it possible to use a version control system to keep things synchronised with the actual code.