Prisma MySQL Comments Generator

JSON →
library 1.1.4 ·javascript
verified Jun 5, 2026

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.