dotnet ef

Entity Framework Core용 디자인 타임 개발 작업 수행. 더 많은 정보: https://learn.microsoft.com/ef/core/cli/dotnet.

dotnet ef database update {{마이그레이션}}

dotnet ef database drop

dotnet ef dbcontext list

dotnet ef dbcontext scaffold {{연결_문자열}} {{프로바이더}}

dotnet ef migrations add {{이름}}

dotnet ef migrations remove

dotnet ef migrations list

dotnet ef migrations script {{시작_마이그레이션}} {{종료_마이그레이션}}