Lessons: 14Length: 2.7 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

2.4 Migrations

Migrations are a way to version your database schema, which comes in very handy as soon as you start to work with more than one developer or use development and production environments. This episode will show how you can build migrations, use the command line to make “magic-migrations” and a demonstration of traversing up and down the migration history.