Hello! I am adding support for Referential Actions...
# orm-help
m
Hello! I am adding support for Referential Actions to the prisma-dbml-generator. I noticed the field
relationOnDelete
is already available in the DMMF types, but I am missing the field
relationOnUpdate
. Additionally, I noticed that the default values for
relationOnDelete
(
SetNull
and
Restrict
) are missing in the generator step, if not explicitly added to the schema. I wrote this into this issue. Should I create an issue in the prisma repo as well?
@Ryan should I create an issue in the prisma repo?
r
You could, but
dmmf
is an internal API so I wouldn’t be sure of the priority it would be at.
m
Sure understandable