ActiveRecordMigration

http://wiki.rubyonrails.org/rails/pages/UnderstandingMigrations

ActiveRecordMigration allows you to use Ruby to define changes to your database schema, making it possible to use a version control system to keep things synchronized with the actual code.

Also available in: HTML TXT