[성현모] 스캐폴드 옵션추가

This commit is contained in:
SHM
2025-10-30 12:28:28 +09:00
parent bb44f2af79
commit 765f6c6378
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
::AccountDB
cd ../Projects/SystemX.Core/SystemX.Core.DB
dotnet ef dbcontext scaffold "server=127.0.0.1; user id=SystemX; password=X; database=CPMeta; TrustServerCertificate=true;" Microsoft.EntityFrameworkCore.SqlServer --namespace SystemX.Core.DB --context-dir CPMeta\Context --output-dir CPMeta\Tables -f --use-database-names --no-onconfiguring
dotnet ef dbcontext scaffold "server=127.0.0.1; user id=SystemX; password=X; database=CPMeta; TrustServerCertificate=true;" Microsoft.EntityFrameworkCore.SqlServer --namespace SystemX.Core.DB --context-dir CPMeta\Context --output-dir CPMeta\Tables -f --use-database-names --no-pluralize --no-onconfiguring