V_ice
V_ice
PPrisma
Created by V_ice on 7/11/2024 in #help-and-questions
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
10 replies