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

9 messages · Page 1 of 1 (latest)

unreal citrus
#
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

gloomy orbitBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

unreal citrus
#

BRO

#

I DELETED THE ENTIRE PRISMA FOLDER

#

RERAN NPX PRISMA INIT

#

STILL THE SAME SHIT

rose ibex
#

Do you mean it is showing up as prisma.uSER in your generated Prisma Client?