::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-pluralize --no-onconfiguring