Anatomy of a Migration

Get familiar with the structure and schema of a Rails migration.

Migrations are subclasses of the Rails class ActiveRecord::Migration. When necessary, migrations can contain up() and down() methods, as in lines 2 and 5:

Get hands-on with 1200+ tech skills courses.