소개
This skill simplifies database schema evolution by automatically detecting your project's migration framework—supporting Knex, Prisma, TypeORM, Drizzle, and raw SQL. It guides users through creating new tables, modifying columns, and adding indexes while enforcing a critical verification checkpoint to ensure the AI understands the schema requirements before any changes are generated. By ensuring every 'up' migration has a corresponding 'down' migration and performing safety checks for destructive operations like dropping columns, it significantly reduces the risk of data loss and schema inconsistencies.