azuresql-db-schema-migration Skill
Runs database schema migrations against the local Azure SQL Developer so the same migrations apply identically on the local engine and in the Azure cloud. Use when asked to "run my migrations against the local SQL", "apply schema to the container", "apply EF Core / dotnet ef database update", "Prisma migrate dev / depl Published by microsoft in azure-sql-database-container.
What is azuresql-db-schema-migration Skill?
Runs database schema migrations against the local Azure SQL Developer so the same migrations apply identically on the local engine and in the Azure cloud. Use when asked to "run my migrations against the local SQL", "apply schema to the container", "apply EF Core / dotnet ef database update", "Prisma migrate dev / depl Published by microsoft in azure-sql-database-container. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Database workflows
- Deployment
- Design and media
- Database workflows use cases
- Deployment use cases
Technical details
- Install or run with Copy skill directory
When to use azuresql-db-schema-migration Skill
- Use it for database workflows.
- Use it for deployment.
- Use it for design and media.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/azure-sql-database-container
- Skill file: skills/azuresql-db-schema-migration/SKILL.md
What it does
Runs database schema migrations against the local Azure SQL Developer so the same migrations apply identically on the local engine and in the Azure cloud. Use when asked to "run my migrations against the local SQL", "apply schema to the container", "apply EF Core / dotnet ef database update", "Prisma migrate dev / depl
Skill instructions
Azure SQL Developer: schema migrations Apply schema migrations to the local Azure SQL Database container the same way you would against the cloud, so dev and prod stay identical. This is the Azure SQL Database engine (SELECT SERVERPROPERTY('EngineEdition') returns 5, Edition returns 'SQL Azure'), not the SQL Server image mcr.microsoft.com/mssql/server. If a tool or template points at the SQL Server image, stop and use the image below instead. The one rule that breaks every migration tool The engine does NOT auto-create databases on connect. Every migration tool assumes the target database already exists. So: 1. Provision appdb on a master connection FIRST. 2. Then point the migration tool at the user database (Database=appdb). Avoid USE to switch databases. In a user-database (SDS) session (the Azure-faithful context where you develop), USE returns Msg 40508, exactly as in Azure SQL Database in the cloud. A master connection is a non-SDS provisioning session where the Azure statement f
Explore related resources
Frequently asked questions
What is azuresql-db-schema-migration?
azuresql-db-schema-migration is a open-source AI agent skill with Copy skill directory. Runs database schema migrations against the local Azure SQL Developer so the same migrations apply identically on the local engine and in the Azure cloud.
Who is azuresql-db-schema-migration best for?
azuresql-db-schema-migration is best for reusing agent instructions, scripts, and references, database workflows, deployment workflows, design and media workflows.
How do I install azuresql-db-schema-migration?
Install or run azuresql-db-schema-migration using Copy skill directory. Check azuresql-db-schema-migration for the latest setup command.
Is azuresql-db-schema-migration actively maintained?
azuresql-db-schema-migration may need a closer maintenance check before production use.
Auto-fetched from GitHub.