This is the second part of Database Migrations, after covering the basic terminology about migrations(what, why, how) in Database Migrations: Part I , in this blog we’ll go into deep dives on each of the following things: Reversible and Irreversible Migrations How to write safe migrations Reversible Migrations Our migration…