4 lines
362 B
Batchfile
4 lines
362 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=VPKI_DataDB; TrustServerCertificate=true;" Microsoft.EntityFrameworkCore.SqlServer --namespace SystemX.Core.DB --context-dir VPKI_DataDB\Context --output-dir VPKI_DataDB\Tables -f --use-database-names --no-onconfiguring |