ador
01/30/2022, 4:26 PMnpx prisma migrate dev
for the first time, Prisma will create a database mydb
on the given MySQL server for me, but is there any way I can programmatically create a new database using Prisma or is my only resport to run the command?