Armory
Source
Browse
Workflows

create-database-migrations

Create and manage database migrations with proper versioning and rollback support

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install create-database-migrations --cli claude

writes the file to.claude/commands/create-database-migrations.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/commands/create-database-migrations.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Create and manage database migrations with proper versioning and rollback support

When to use it

Create and manage database migrations with proper versioning and rollback support

How to install / invoke

# Copy the command into your project's .claude/commands/
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/commands/setup/create-database-migrations.md -o .claude/commands/create-database-migrations.md

Notes

Extracted from davila7/claude-code-templates, setup category.