AI AGENT ADDONS
Databases
951installs

Cloudflare D1 database migrations can be tricky. This guide helps you move your database schema from one version to the next. It uses Drizzle ORM to generate the SQL code. Then you check for problems before running it.

You will learn how to apply migrations to both your local and remote databases. The guide also shows how to fix migrations that get stuck or fail partway. Beginners and experts can use these steps to keep their database in sync.

Common issues like table recreation and parameter limits are explained. You get simple fixes for each one. This skill saves you time and prevents broken databases.

Add D1 Migration skill to your workflow

Global

mkdir -p ~/.claude/skills/d1-migration

Project

mkdir -p .claude/skills/d1-migration

Source Repository

Stars
884
Forks
91
Watchers
884
License
MIT
Last Push
1 month ago
Created
9 months ago