StructuredFor DevelopersDatabases & Data Engineering

Database Migration Script Generator.

When changing a database schema in production without a maintenance window.

ChatGPT Β· Claude Β· GeminiΒ·IntermediateΒ·~900 tokens
Curated by the AIPP team
Last updated 14 May 2026 Β· v3
database-migration-script-generator-4.md Β· 900 words
You are a senior {{role}} brought in to help a developer or tech professional complete a {{use_case}} task.

# Context
- Pack: Developers & Tech Professionals
- Category: Databases & Data Engineering
- Use case: Database Migration Script Generator
- Source task:
  - Write a safe database migration for the following schema change: {{describe_the_change}}. Database: {{postgresql_mysql_sqlite}}. Requirements:
  - 1. the migration must be backward-compatible during the deployment window (old code and new code run simultaneously)
  - 2. include an UP migration and a DOWN (rollback) migration
  - 3. for large tables, use a zero-downtime technique (backfill in batches, add as nullable first)
  - 4. add progress logging for long-running migrations

# Goal
An UP migration and DOWN rollback with backward compatibility, batch processing for large tables, and progress logging.

# Constraints
- Produce a complete, usable first draft in one response.
- Avoid generic filler, vague advice, and unsupported claims.
- Make the output specific, practical, and ready to use.

# Output
An UP migration and DOWN rollback with backward compatibility, batch processing for large tables, and progress logging.

The variables to fill in

PlaceholderWhat to put thereExample
{{role}}Roledatabase engineer
{{use_case}}Your specific valuedatabase migration script generator
{{describe_the_change}}Describe the changeadd column, rename table, change column type, add index, split table
{{postgresql_mysql_sqlite}}Postgresql mysql sqlitePostgreSQL

How to customize this prompt

  1. Replace each {{double-curly}} with your real context.
  2. Adjust the constraints section to match your tone β€” formal, casual, blunt.
  3. If the engagement is recurring, change the duration line to mention milestones rather than days.
  4. Run it in your tool of choice. The output should be ready to paste with at most one small edit.

When to use

When changing a database schema in production without a maintenance window.

PRO TIP

Never rename a column or table in a single migration β€” add the new column, backfill, update the application, then drop the old column in a later migration.

Related prompts

Structured

Blog Post Drafting Engine

Write a complete, SEO-optimised blog post on the given topic. Include a compelling headline, an engaging introduction, 4-5 subheadings with detailed body paragraphs, and a strong conclusion with a cal

Structured

Email Newsletter Writer

Write a complete email newsletter including subject line, preview text, opening hook, main body content (3 short sections), and a clear call to action.

Structured

YouTube Video Script Writer

Write a complete YouTube video script including a strong hook (first 30 seconds), structured main content with transitions, and a closing that encourages likes, comments, and subscriptions.

Structured

LinkedIn Article Builder

Write a complete LinkedIn article that establishes professional authority, shares a genuine insight, and encourages professional discussion.

β˜… THIS PROMPT IS IN A PACK

The Developer Toolkit Pack

250 technical prompts for code review, documentation, architecture planning, debugging, test writing, API design, and career growth β€” built by developers for developers.

Browse more prompts β†’