Phase 6 · Databases (SQL & NoSQL)

Topics

Migrations

Part of the Full Stack Developer Roadmap.

Summary

Version-controlled, incremental scripts that evolve your database schema over time — letting a team change table/collection structures safely and reproducibly.

How to Learn This

  • 1Write a migration that adds a field to an existing model without losing data.
  • 2Learn how your ORM's migration tooling tracks which migrations have already run.
  • 3Practice applying a migration to a fresh database as part of your project setup.
InsideEdge

Stuck on this topic? Ask an Insider

Get 1:1 guidance from people who've walked this exact path — free on the InsideEdge app.

Download
InsideEdge