home/categories/database-tools/andresharpe-dotbot-stacks-dotnet-ef-recipes-skills-create-migration-skill-md
database-toolsdatabases
create-migration
Create and manage Entity Framework Core database migrations including schema changes, seed data, and rollback strategies. Use when adding or modifying EF Core entities, setting up a new DbContext, applying data seeding, running dotnet ef commands, or troubleshooting migration conflicts.
maintainer
andresharpe
Обновлено 4/3/2026
Звёзды
43
Форки
21
quick start
Installation and usage
Create and manage Entity Framework Core database migrations including schema changes, seed data, and rollback strategies. Use when adding or modifying EF Core entities, setting up a new DbContext, applying data seeding, running dotnet ef commands, or troubleshooting migration conflicts.
Установка
$ install --globalskills.sh
Использование
После установки вы можете использовать этот skill, выполнив следующую команду в терминале:
skills use create-migration