[성현모] CPXV2, Log DB프로젝트, DB 컨텍스트 추가
This commit is contained in:
4
DBPatch/Tool_CPXV2_Scaffold.bat
Normal file
4
DBPatch/Tool_CPXV2_Scaffold.bat
Normal file
@ -0,0 +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=CPXV2_DEV; TrustServerCertificate=true;" Microsoft.EntityFrameworkCore.SqlServer --namespace SystemX.Core.DB --context CPXV2 --context-dir CPXV2\Context --output-dir CPXV2\Tables -f --use-database-names --no-onconfiguring
|
||||
Reference in New Issue
Block a user