Anatomy of a Migration
Get familiar with the structure and schema of a Rails migration.
We'll cover the following
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 1400+ tech skills courses.