Sebastian Gug
const {execSync} = require('child_process'); let output = execSync('npx prisma migrate');
Nurul