🔄 Add Database Migration Support #11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
🎯 Feature Request
Description
Add tools for managing database migrations.
Proposed Tools
create_migration- Create new migration filerun_migrations- Execute pending migrationsrollback_migration- Rollback last migrationmigration_status- Show migration statusgenerate_migration_from_diff- Auto-generate migration from schema changesBenefits
🤖 Generated with Claude Code