4 lines
388 B
Batchfile
4 lines
388 B
Batchfile
::AccountDB
|
|
cd ../Projects/SystemX.Core/SystemX.Core.DB
|
|
|
|
dotnet ef dbcontext scaffold "server=127.0.0.1; user id=SystemX; password=X; database=CPXV2LongTermLogJson_DEV; TrustServerCertificate=true;" Microsoft.EntityFrameworkCore.SqlServer --namespace SystemX.Core.DB --context CPXV2Log --context-dir CPXV2Log\Context --output-dir CPXV2Log\Tables -f --use-database-names --no-onconfiguring |