Matthew Hinton
12/06/2021, 3:52 PMField does not exist on enclosing type. I am using prisma version 3.6 with this schema definition.
model KeepAlives {
id Int @id @default(autoincrement())
tfield String
seededAt DateTime @default(now())
@@map("keep_alives")
}
I get the error when trying to execute this line: *const* keepAliveArr *=* *await* prisma.keepAlives.findMany().nikolasburk
Matthew Hinton
12/06/2021, 4:37 PMnikolasburk
Matthew Hinton
12/06/2021, 4:45 PMnikolasburk