A CLI tool to generate TypeORM migration files with default values for multiple databases (MySQL, PostgreSQL, Oracle, MariaDB, MSSQL). Current version 1.0.8, maintained on GitHub. Supports custom table names, starter code toggling, and generating DynamicColumns variable files. Alternative to typeorm migration:create with added defaults and database dialect selection.
npm install typeorm_migration_generator_2No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs globally and generates a migration for MySQL with starter code on and custom table name 'users'.
Use 'typeorm_migration_generator' command, not the package name.
Use 'yarn global add' or 'npm install -g'.
Use relative paths like 'src/migrations/MyMigration'.
Run 'yarn global add typeorm_migration_generator_2' or 'npm install -g typeorm_migration_generator_2'.
Provide a relative path like 'src/migrations/MyMigration'.