You are on page 1of 1

COMANDOS PARA CREAR LAS BASES DE DATOS USANDO LAS MIGRACIONES DE ENTITY FRAMEWORK

dotnet ef database update -c catalogcontext -p ../Infrastructure/Infrastructure.csproj -s Web.csproj

dotnet ef database update -c appidentitydbcontext -p ../Infrastructure/Infrastructure.csproj -s Web.csproj

You might also like