Sequelize Typescript Migration
JSON →Sequelize-typescript-migration is a migration tool for Sequelize with TypeScript, based on sequelize-typescript decorators. It scans models and decorators to detect changes and generates migration JavaScript files with up/down functions automatically, similar to Django's makemigration. Version 0.0.4 is the latest and only stable release, with no active updates since 2020. It does not support plain 'sequelize' models (non-decorated). The tool is a TypeScript fork of sequelize-auto-migrations. Known limitations: undo (down) actions may fail due to relation ordering; users may need to manually fix generated migrations. It requires node >=10 and is intended for use with sequelize-typescript.