A Prisma generator that produces SQL ALTER TABLE statements to add column comments to a MySQL database based on triple-slash comments in the Prisma schema. Current stable version is 1.1.4 with low release cadence. It generates a migration SQL file that can be run manually. Supports only column comments; table comments are not supported. Alternative to manually writing migration SQL or using other comment generators.
npm install prisma-mysql-comments-generatorNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows installation, schema configuration, and example output.
Ensure the package is installed as devDependency and run npx prisma generate from the project root.
Add generator configuration to schema.prisma and run npm install --save-dev prisma-mysql-comments-generator.
No dependency data recorded yet.