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
- Database Entity Relation Diagram
- PSequel Download
- Knex Schema Builder Documentation
- Code (GitHub)
- Video Transcript