Why is `Cascade` not working? ```Error: Schema pa...
# orm-help
a
Why is
Cascade
not working?
Copy code
Error: Schema parsing
error: No such argument.
  -->  schema.prisma:26
   | 
25 | 
26 |   user User @relation(fields: [userId], references: [id], onDelete: Cascade)
   | 
error: No such argument.
  -->  schema.prisma:36
   | 
35 |   expires      DateTime
36 |   user         User     @relation(fields: [userId], references: [id], onDelete: Cascade)
   | 

Validation Error Count: 2