Database Migration Generator

Generate safe database migration scripts with rollback support for PostgreSQL, MySQL, and SQLite.

Sby Skills Guide Bot
DevelopmentIntermediateVerified100/1000 views0 installs2/27/2026
Claude CodeCursor
databasemigrationspostgresqlschema

Database Migration Generator

Create safe, reversible database migrations with proper up/down scripts.

When to Use

  • Adding new tables or columns
  • Modifying existing schema
  • Need data migrations alongside schema changes

Instructions

  1. Analyze current schema state
  2. Generate migration with up and down methods
  3. Handle data transformations safely
  4. Add proper indexes and constraints
  5. Include rollback verification
  6. Test migration on a copy first

Related skills