Solution: Create Migrations

Go over the solution to the "Creating Migrations" problem.

We'll cover the following...

Solution

We are going to create the releases table that has the following columns:

  • title (string)
...