...

/

Creating and Running Migrations

Creating and Running Migrations

Get familiar with the Ruby migrations.

We'll cover the following...

Migrations in depth

Migration is simply a Ruby source file in our application’s db/migrate directory. Each migration file’s name starts with a number of digits (typically fourteen) and an underscore. Those ...