are you using sqlite?
# orm-help
n
are you using sqlite?
c
Thank you very much for replying! I'm not. I'm using PostgreSQL.
My data source and generator client:
Copy code
datasource db {
  provider = "postgresql"
  url      = env("DATABASE_URL")
}

generator client {
  provider = "prisma-client-js"
}
r
Hey @cesRay 👋 You can use:
Copy code
prisma.executeRaw`truncate table "_Migration"`
This will empty the table