Want to get emails when new videos are released?

03 - Database Migrations - Creating Tables

Most modern web applications store persistent information. Relational databases are one way of storing that information. In this video we learn how to modify the structure of our database using migrations.

Resources

Questions