P
Prisma2mo ago
V_ice

why does my table with the name users show up as uSER in my prismaclient?

model users {
id Int @id @default(autoincrement()) @unique
email String @unique
password String
activated Boolean @default(false)
lifespan Int
}
model users {
id Int @id @default(autoincrement()) @unique
email String @unique
password String
activated Boolean @default(false)
lifespan Int
}
help please this is annoying as fuck i tried delelting and re-migratring
3 Replies
V_ice
V_ice2mo ago
BRO I DELETED THE ENTIRE PRISMA FOLDER RERAN NPX PRISMA INIT STILL THE SAME SHIT
Nurul
Nurul2mo ago
Do you mean it is showing up as prisma.uSER in your generated Prisma Client?
V_ice
V_ice2mo ago
yesh i fixed it uninstalled nad reinstalled prisma
Want results from more Discord servers?
Add your server