home/categories/database-tools/mahmoud9-dev-eqraa-center-hub-claude-skills-backend-migrations-skill-md
database-toolsdatabases

backend-migrations

Write database migration scripts that safely alter database schema and structure. Use this skill when creating migration files, modifying database tables, adding or removing columns, creating indexes, or managing database schema changes. Apply when working on files like migrations/*.ts, db/migrate/*, schema.prisma, or any database migration scripts. Essential for implementing reversible migrations with rollback methods, managing zero-downtime deployments, handling index creation, separating schema from data migrations, and following version control practices for database changes.

Mahmoud9-dev
maintainer
Mahmoud9-dev
Обновлено 12/31/2025
Звёзды
9
Форки
1
quick start

Installation and usage

Write database migration scripts that safely alter database schema and structure. Use this skill when creating migration files, modifying database tables, adding or removing columns, creating indexes, or managing database schema changes. Apply when working on files like migrations/*.ts, db/migrate/*, schema.prisma, or any database migration scripts. Essential for implementing reversible migrations with rollback methods, managing zero-downtime deployments, handling index creation, separating schema from data migrations, and following version control practices for database changes.

Установка
$ install --globalskills.sh
Использование

После установки вы можете использовать этот skill, выполнив следующую команду в терминале:

skills use backend-migrations