Generator Plugins
A generator plugin is a plugin that generates new migration files. They are responsible for both generating the new file’s name and its contents.
Available Generator Plugins
JavaScript generator A generator that generates .js migration files (using ESM and default export)
PostgreSQL generator A generator that generates .sql migration files
MySQL generator A generator that generates .sql migration files