Hello , i have installed prisma on a node proyect ...
# orm-help
o
Hello , i have installed prisma on a node proyect with typescript and mongodb . We already had some data on the db. After done "npm i prisma" and "npx prisma init" i have followed the steps and get up the container , Then i used this commands : npx prisma introspect and npx prisma generate . But when i tried to deploy this happens :