Database Migration Helper This skill helps you create database migration files that follow your project's ORM conventions and naming patterns. When to Use This Skill - User requests to create a database migration - Adding new tables or columns to the database - Modifying existing database schema - Creating indexes, constraints, or relationships - User mentions "migration", "schema change", or "database update" Instructions 1. Detect the ORM/Migration Tool First, identify which ORM or migration tool the project uses: - Prisma : Look for or in package.json - Sequelize : Look for or in package.j…