Sequelize Make Migration

JSON →
library 1.3.0 ·javascript
verified Jun 7, 2026

Sequelize Make Migration (sequelizemm) is a CLI tool for generating Sequelize migration files interactively. Version 1.3.0 supports Sequelize v6 & v7, ESM and CJS, and automatically creates up/down migrations with constraints and transaction support. It uses a schema.json file to track model changes. Unlike manual migration creation, it provides an interactive prompt and synchronizes database schema with current models. Released under MIT license.