sequelize-typescript-model-repository-migration
JSON →Auto-generate Sequelize migration scripts from sequelize-typescript model decorators, similar to Django's makemigration. Current stable version 1.0.13. Scans models for changes and generates up/down functions, resolving issues with @Index decorators, missing sequelizemeta table, and underscore table options. Uses snapshot files instead of SequelizeMetaMigration table. Supports prettier formatting. Release cadence is irregular. Alternative to umzug with manual migration writing.